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

Herbier is a classic blouse, but with a Lise Tailor’s twist. Featuring a chelsea collar and cute details such as loops for fastening, Herbier is a piece with character and refinement. The sleeves are lightly gathered, highlighting pretty cuffs that offer this garment with a unique personality. Be it the retro way, tucked in a high-waisted pants, or worn on a chic tailored pants, Herbier gives you freedom to choose your very own style. This pattern challenges the techniques that you’ve learnt and thus creating a garment that is unique and enduring.

Sewing level: Intermediate

The pattern includes:

– a detailed booklet providing a simple and pragmatic step-by-step, illustrated guide

– a full size pattern (from size 34 to 48 in Enveloppe and from size 34 to 52 in pdf – Seam allowances are included)

– all the above in a custom designed envelope with adorable scalop finish.

Sewing Pattern - Lise Tailor - Herbier Shirt

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