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

Our felt Sewing Roll is a must have for all crafters of all abilities. With its subtle vintage colours and delicate folk-inspired embroidery it is as beautiful as it is useful.

This Sewing Roll folds in three and is closed with a pretty saddle stitch ribbon. It has pockets for buttons, thread, a thimble and scissors, needles and tape holders and even a detachable pin cushion.

Our kits appeal to all crafters, including beginners, and anyone looking for an imaginative gift. However, you could double the happiness by making the sewing roll yourself, choosing the accessories, perhaps personalising it and giving it as a present to someone who is learning to sew. It will be cherished for years to come.

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. Our felt is also very forgiving which makes it a wonderful material to learn sewing and develop embroidery skills.

Boxes are printed with beautiful folk art designs and are recyclable and fully compostable.

Corinne Lapierre - Sewing Roll - Felt Craft Kit

€21.50Price
Out of Stock
    Product Page: Stores_Product_Widget
    bottom of page