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

Our Recent Works

Showcasing our projects and also our client's amazing fabrications and DIY installations.

House with a driveway and sliding gate and black slat aluminium metal gate and fence
Marcin - Altona DIY Install
Black metal gate with horizontal slats in front of a house
Martin - DIY Install St Albans

Kealba - vertical fence & gate installation

h

Black metal fence with a gate and mailbox on a residential street.

Testimonials

Black Slat Fence Privacy Screen

Great quality, friendly customer service, made to order…importantly you can DIY.


100% recommend this supplier! Thanks

Martin N.

Slat Fence and Gate

Very happy with quality finish and installation of fence.

Suzanne M.

Slat Privacy Fence

Great price and easy diy install will definitely use these guys in the future

Allen W.

Best service ever!

Sami P.

Unique Products

Mohammed N.

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; }); }); } });