Fabric Swatch

$5.00
☁️ Enjoy free shipping Australia-wide.
Please allow up to 2 weeks for dispatch
heuristics

DESCRIPTION

80% Polyester 20% Acrylic woven Boucle fabric blend 650 GSM

 

 

You may also like

Recently viewed

Customer Reviews

Be the first to write a review
0%
(0)
0%
(0)
0%
(0)
0%
(0)
0%
(0)
addedToCart() { // existing code for fetching cart data and preparing the cart object }; // existing code to override the fetch function for cart/add.js var klAjax = true; // Change the querySelector to target the class `ProductForm__AddToCartButton` var atcButtons = document.getElementsByClassName('ProductForm__AddToCartButton'); for (var i = 0; i < atcButtons.length; i++) { atcButtons[i].addEventListener("click", function() { if (klAjax) { addedToCart(); // Call the addedToCart function instead of pushing to _learnq directly klAjax = false; } }); } });