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

Fabric Composition: 100% Cotton

Fabric Dimensions: 90cm x 112cm

Fabric Weight: 148g

Tomten’s Forest Friends by Eva Melhuish for Lewis and Irene is a stunning collection of Christmas prints featuring the Scandinavian mythological creature, the Tomten.

The Tomten’s Forest Friends Quilt Panel measures approximately 91cm x 112cm and features a large image of a Christmas tree in the centre of the panel. The tree is bordered by 18 individual boxes on a red background; these boxes feature Tomten and his forest friends, with star blocks at the four corners. An additional border matching the moon and stars allover print surrounds the box border and the panel is finished with an outside border of red.

This panel is ideal for the centrepiece of a Christmas quilt and would also make a beautiful wall hanging.

Fabric Panel - Eva Melhuish - Lewis And Irene - Tomtens Forest Friends - CE35

€18.00Price
Only 5 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page