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

Fabric Composition: 100% Cotton

Fabric Dimensions: 90cm x 112cm

Fabric Weight: 148g

Please note: This fabric is a panel.

DB2 Clement the Cockerel Panel by Delphine Brooks for Lewis and Irene. All of the fabric required is printed on each individual panel as well as the main piece to ‘fill’ with the fabric as desired. Comprehensive instructions are also written on each of the panels along with an image showing a suggested finish.

The Farmyard Collection by Delphine Brooks is an exciting collaboration between Delphine Brooks and Lewis & Irene. The first series of digitally printed panels. With a farmyard theme, will satisfy your love of country life and the panels look stunning as a wall hanging or made into cushions. There are lots of possibilities!

Fabric Panel - Delphine Brooks - Lewis And Irene - Clement The Cockerel Panel

€18.00Price
Only 5 left in stock
    Product Page: Stores_Product_Widget
    bottom of page