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

Wire Roll

Filters

$
$

SS Wire Rope 7x7x3.2 50m 316

Original price $65.34 - Original price $65.34
Original price
$65.34
$65.34 - $65.34
Current price $65.34

Semi Flexible Wire. Easy to hand-crimp and capable of limited angels. Commonly used on balustrading and safety rails.  Comes in 50m roll.

Original price $65.34 - Original price $65.34
Original price
$65.34
$65.34 - $65.34
Current price $65.34

SS Wire Rope 7x19x10 50m 316

Original price $522.72 - Original price $522.72
Original price
$522.72
$522.72 - $522.72
Current price $522.72

Very Flexible Wire. Easiest to hand-crimp Used for running rigging or where sharp turns are required. Comes in 50m roll.

Original price $522.72 - Original price $522.72
Original price
$522.72
$522.72 - $522.72
Current price $522.72

SS Wire Rope 1x19x3.2 50m 316

Original price $72.00 - Original price $72.00
Original price
$72.00
$72.00 - $72.00
Current price $72.00

Stiff Wire made of 19 Single Strands. Has a smooth finish and looks excellent with swage terminals. Commonly used for standing rigging, mast stays,...

View full details
Original price $72.00 - Original price $72.00
Original price
$72.00
$72.00 - $72.00
Current price $72.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; }); }); } });