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

Gigi is a deliciously retro model inspired by the 70s.

Details

– The pleats in the waistline elongate the silhouette

– The length (short or midi) will define your casual or chic style

– Presented in a folded collar version, we also offer two extensions for this model in PDF version on our website: a V-neck version decorated with a knot and a shirt collar version.

Intermediate level

The pattern includes:

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

– a full size pattern (from size 34 to 52 – Seam allowances are included)

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

✂️ Materials needed (not included)

– Fabric 140 cm width for short version 220 cm and 260 cm for long version

– Interfacing: 100 cm for short version and 130 cm for long version

– Buttons: Short version : 8 butons from 9mm to 12mm / Long version : 9 butons from 9mm to 12mm

Sewing Pattern - Lise Tailor - Gigi Dress

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