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

Blondinette is a tunic with a folk spirit. An invisible button placket, dropped shoulders and a neckline and cuffs finished with cords confirm its bohemian chic look.

A unique and rewarding project that you will have as much pride in carrying out as in wearing.

We advise you to use fine to medium materials such as viscose, cotton and fine linen.

Supplies needed:

Long sleeve version:

Fabric (width 140 cm): 190cm (XS>L) or 230cm (LL>XXXL)

Short sleeve version:

Fabric (width 140 cm): 150cm (XS>L) or 185cm (LL>XXXL)

For both versions:

Iron-on interfacing: 70 x 90 cm (optional)

Cord or lace: 170 cm (optional)

6 buttons ø 10 to 12 mm

Explanations in French with sketches.

Sizes provided from XS to XXXL (34/36 to 48/50)

Intermediate level.

Full size pattern, ready to cut.

Seam allowances included

Sewing Pattern - Cousette - Blondinette Blouse

€18.00Price
Only 3 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page