- AIRnet aluminium pipe and fittings
- >
- Fittings
- >
- Equal Tee
Equal Tee
SKU:
A$77.00
42
77
A$42.00 - A$77.00
Unavailable
per item
<script>
document.addEventListener('DOMContentLoaded', function() {
const addToCartBtn = document.querySelector('.wsite-com-product-add-to-cart');
if(addToCartBtn){
addToCartBtn.addEventListener('click', function() {
// Delay redirect slightly to allow cart update
setTimeout(function() {
window.location.href = '/your-category-page-url';
}, 1000);
});
}