let productQuantityNum = 20; //initialize product quantity variable let soldOutText = "Edition Sold Out" //initialize variable to display "sold out" text when inventory is 0 $w.onReady(function () { //TODO: write your page related code here... $w('#productPage1').getProduct() //get current product .then( (product) => { productQuantityNum = product.quantityInStock; //get quantity in stock for current product if (productQuantityNum > 0) { //if it's greater than 0, Display number remaining let productQuantityString = productQuantityNum.toString(); $w("#quantityRemainingText").text = productQuantityString + " remaining"; } else { $w("#quantityRemainingText").text = soldOutText; //display sold out text } } ) .catch( (error) => { console.log(error); } ); });
top of page

Pack of 6 woven labels

Step into the vibrant world of Simply Handmade's latest update for Spring Summer! Inspired by the electrifying colour trends unveiled at New York Fashion Week for SS2024, this multi-pack of woven labels is a celebration of colour.

You will receive 3 of each label in a pack. An edge fold label featuring a lush green backdrop adorned with an eye-catching HANDMADE lettering in lilac and gold thread, perfectly capturing the essence of the season's energy. And for those who adore the Pantone Colour of the Year, indulge in the Peach Fuzz centre fold label with coral and copper threads.

Woven Label - Little Rosy Cheeks - Hand Made

€7.50Price
Only 3 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page