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

The Emma blouse is an elegant blouse with long, wide sleeves with cuffs, a playful collar and 7 small pleats in the front. The back is finished with a little button or hook and eye.

This is a paper pattern, you'll receive a hardcopy of the pattern sheet and sewing instructions. The pattern pieces on the pattern sheet are overlapping and printed recto-verso. The pattern is in English, Dutch and French.

The seam allowances are included on the pattern sheet.

Supplies/Materials

fabric: see table below

matching thread

iron-on interfacing: 30 cm

a little button or hook and eye

Fabric advice

Choose a lightweight fabric like viscose, tencel, non-static polyester, linen, fine cotton,...

Difficulty: 3/4

Sewing Pattern - Atelier Jupe - Emma Blouse

€19.00Price
Only 1 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page