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

Discover the Nessa Sewing Pattern, a short buttoned jacket with a collar.

Designed to accommodate all body types, this pattern is available in sizes 34 to 48 in folder and PDF format, and from 48 to 56 in PDF format.

The gusset chest pockets add a distinctive and practical touch, bringing character to your outfit. Additionally, we've crafted a tutorial for changing the chest pockets (11 possibilities!). Customize your Nessa jacket by choosing between ribbed edges or elastic cuffs and waist, allowing you to tailor the jacket to your preferred chic and casual style.

Craft your Nessa jacket in all medium to heavy-weight fabrics such as jacquard, wool, and denim. Have fun experimenting with various fabric choices without restraint.

With 1 pattern offering 2 style possibilities and 11 pocket options, the Nessa jacket is a blank canvas for expressing your individuality through sewing.

Sewing pattern passionately designed in France.

Level : Advanced

Sewing Pattern - Coralie Bijasson - Nessa Bomber Jacket

€18.00Price
Only 3 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page