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

Frankie is a trendy pair of trousers that sits a little below the waist and has wide legs. The back yoke and rounded pockets at the front, together with the topstitching, give this pattern a timeless jeans look. Frankie is at its best in medium weight fabrics, to make the most out of the relaxed cut of the pattern. If you roll up the trouser legs, you’ll get a fun, casual look! In short, Frankie is just a perfect day-to-day pair of trousers!

This is a paper pattern. The pattern includes a hard copy 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: 40cm

lining: 30 cm

trouser zipper of 15 cm for sizes 34-44 and 17 cm for sizes 46-52

a button of 22mm

Fabric advice

A medium weight fabric like denim, cotton, tencel, linen, corduroy,...

Difficulty: 3/4

Sewing Pattern - Atelier Jupe - Frankie Trousers

€19.00Price
Only 1 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page