Skip to content
All orders please email: sales@apexfencingsupply.com.au or Call/Text: 0432886443
All orders please email: sales@apexfencingsupply.com.au or Call/Text: 0432886443

Tubes, Bars, Posts

SS Round Tube 38.1mm

Original price $105.60 - Original price $155.76
Original price
$105.60 - $155.76
$105.60 - $155.76
Current price $105.60

Stainless Steel Round Tube Diameter = 38.1mm Thickness = 1.5mm Length = 6000mm

Original price $105.60 - Original price $155.76
Original price
$105.60 - $155.76
$105.60 - $155.76
Current price $105.60

SS Round Tube 50.8mm

Original price $153.91 - Original price $214.80
Original price
$153.91 - $214.80
$153.91 - $214.80
Current price $153.91

Stainless Steel Round Tube Diameter = 50.8mm Thickness = 1.5mm Length = 6000mm

Original price $153.91 - Original price $214.80
Original price
$153.91 - $214.80
$153.91 - $214.80
Current price $153.91

SS Flat Bar Polished Satin

Original price $330.00 - Original price $422.40
Original price
$330.00 - $422.40
$330.00 - $422.40
Current price $330.00

Original price $330.00 - Original price $422.40
Original price
$330.00 - $422.40
$330.00 - $422.40
Current price $330.00
document.addEventListener('DOMContentLoaded', () => { const productJson = [...document.querySelectorAll('[id^=ProductJson-')]; if (productJson.length > 0) { productJson.forEach((product) => { const sectionId = product.id.replace("ProductJson-", "shopify-section-"); const variantSKU = document.querySelector('#' + sectionId + ' .variant-sku'); const inputSelects = [...document.querySelectorAll('#' + sectionId + ' .single-option-selector')]; const productInfo = JSON.parse(product.innerHTML); const inputValues = []; const optionValues = []; let count = 0; inputSelects.forEach((input) => { inputValues.push(input.value); optionValues.push(count); input.addEventListener('change', (evt) => { const currentValue = evt.currentTarget.value.toString(); const changedIndex = inputSelects.indexOf(evt.target); inputValues[changedIndex] = currentValue; variantSKU.innerText = ' '; productInfo.variants.forEach((variant) => { if (JSON.stringify(variant.options) == JSON.stringify(inputValues)) { variantSKU.innerText = variant.sku; } }); }); count += 1; }); }); } });