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

You will receive 3 x Liberty Three Patchwork Pin Cushion Kits This matching set of Three Patchwork Pin Cushions are both beautiful and incredibly handy items to have in your sewing box. Their construction uses a mix of traditional quilting techniques by sewing machine and hand on a smaller scale. You will learn how to English Paper Piece (EPP) the hexagon flower for one pincushion, patchwork the star for another, as well as construct the ‘log cabin’ quilt block design for the third. All techniques are simple and come together quickly in these cute, bite-sized forms. This kit includes all the fabric needed to make three pin cushions, patterns and fully illustrated instructions. Finished size: approx. 4” x 4” (10cm x 10cm)

Alice Caroline - Three Patchwork Pin Cushion Kit - Liberty Fabrics

€19.95Price
Only 2 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page