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 sewing labels

Say hello to our COUTURE & ARTISAN woven labels. Featuring a stunning monochromatic colour palette of blue and pink, these labels are designed to add a perfect finishing touch to your handmade creations. With two distinct designs per pack and three labels of each design, you'll have the perfect accent for a variety of projects.

Meanings:

COUTURE: high-fashion designing and dressmaking

Word origin: from French, sewing, dressmaking, from Old French cousture seam, from Latin consuere to stitch together, from suere to sew

ARTISAN: A skilled workman; craftsman. An artist.

Relating to goods produced on a small scale using traditional methods.

LABEL DETAILS:

Labels measure 5.5cm/1.5cm

Woven Label - Little Rosy Cheeks - Couture Artisan

€7.50Price
Only 4 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page