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

A must for all those who love our colourful feathered friends, this kit makes 5 folk embroidered birds in luscious shades. They are ornately decorated with appliqué floral inspired designs in contrasting colours and stitches.

This very versatile kit as the birds can be hung from a mobile, as a garland or individually dotted around the house to bring nature and colour indoors. The birds could even be filled with dried Lavender and made into deliciously fragrant decorations

We only use the best, softest, easiest to use wool-mix felt (45% wool, 55% viscose) in distinctive shades that are often hard to find elsewhere and bring your projects to life like no other. We suggest examples of embroidery but you can of course make them as simple or ornate as you like.

Our kits appeal to crafters of all abilities, including those just starting out, and anyone looking for an imaginative gift. However, you could double the happiness by making the decorations yourself and giving them as a present in our signature reusable box.

Corinne Lapierre - Folk Birds - Felt Craft Kit

€21.50Price
Only 2 left in stock
    Product Page: Stores_Product_Widget
    bottom of page