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

Magnette is a pair of carrot-cut pants. It is fitted at the waist and tapered at the bottom of the leg. On the front, two pleats facing rounded pockets give Magnette a look that is both retro and terribly trendy. The waist can be adjusted by a system of tabs and tightening buckles for a perfect fit and comfort.

Supplies needed:

Fabric (width 140 cm): 160 cm (XSIron-on interfacing: 30 x 90 cm

2 tightening buckles

1 18 cm zipper 2 buttons ø 15 mm

We recommend medium to heavyweight fabrics such as gabardine, wool broadcloth and denim.

Explanation with sketch

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

Advanced level

Full size patterns, ready to cut.

Seam allowances included

Sewing Pattern - Cousette - Magnette Pants

€17.00Price
Only 2 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page