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

Add Matching Thread

Tilda Fabric's Creating Memories Collection are 100% cotton prints and wovens designed by Norwegian designer Tone Finnanger. The Spring and Easter Pastel prints contain yellows, spring greens, pinks, cream and a hint of teal. In addition to Spring projects, this collection can of course also be useful all year round for any project where pastel-colored fabrics are needed, especially in projects for babies and young children. The fabrics in Creating Memories are useful as a small-patterned supplement all year. There is 16 fabrics in each of these bundles. 20x 22 inch each fat quarter

Care Information: Machine wash cold, normal cycle with like colors. Do not bleach. Tumble dry normal. Iron if needed.

Fat Quarter Bundle - Tilda - Creating Memories - Spring & Easter Pastels

€75.00Price
Only 1 left in stock
    Product Page: Stores_Product_Widget
    bottom of page