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

Traditional folk designs which are so pleasing to the eye and have timeless appeal.

A treat for those who just love sewing and learning or perfecting embroidery techniques, this kit is suitable for all crafters, including beginners, and the suggested embroidery patterns can be as elaborate or simple as one wishes.

It is also a great present to make and give to someone who is starting to sew and can be personalised with initials or a special message.

All Corinne's kits include everything you need (with the exception of scissors!) to realise the project including soft wool mix felt, DMC embroidery thread, a needle and toy filling.

Full scale templates and instructions are very clear and we give you a stitch guide for extra support. Our top quality wool-mix (45% wool, 55% viscose) felt is extremely soft, lovely to use and its distinctive shades will bring all your projects to life delightfully.

Corinne Lapierre - Felt Pin Cushion Kit

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