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

Tilda's Creating Memories Collection SUMMER Fat Quarter Bundle includes 16 fat quarters measuring 20in x 22in fabric pieces of the collection prints and wovens. Tilda Fabric's Creating Memories Collection are 100% cotton prints and wovens designed by Norwegian designer Tone Finnanger. The Summer and Ocean Blues prints contain an array of blue fabrics.

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 - Summer & Ocean Blues

€75.00Price
Only 1 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page