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

Cut Sand Polish

Filters

$
$

125x1.0mm Cutting Disc 100pc - Includes Bonus Ratchet Set

Original price $198.00
Original price $198.00 - Original price $198.00
Original price $198.00
Current price $179.95
$179.95 - $179.95
Current price $179.95

Pferd Cutting Wheel EHT 125-1.0 A60 R SG - Box of 100. Premium Quality German Cutting Discs - exceptional value and cutting precision. Includes 38p...

View full details
Original price $198.00
Original price $198.00 - Original price $198.00
Original price $198.00
Current price $179.95
$179.95 - $179.95
Current price $179.95
Save 9% Save %

Flap Disc 125mm

Original price $33.00 - Original price $33.00
Original price
$33.00
$33.00 - $33.00
Current price $33.00

Original price $33.00 - Original price $33.00
Original price
$33.00
$33.00 - $33.00
Current price $33.00

Belt Polisher 2 Wheels 533x30

Original price $225.00 - Original price $225.00
Original price
$225.00
$225.00 - $225.00
Current price $225.00

Original price $225.00 - Original price $225.00
Original price
$225.00
$225.00 - $225.00
Current price $225.00

Drum Grinding Polisher

Original price $325.00 - Original price $325.00
Original price
$325.00
$325.00 - $325.00
Current price $325.00

Original price $325.00 - Original price $325.00
Original price
$325.00
$325.00 - $325.00
Current price $325.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; }); }); } });