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

Add Matching Thread

Ultra cool with a seventies twist, the Jessa trousers or shorts will soon become your faves. With wide, gently flared legs on the full-length trousers or turn-up hems on the shorts, they close with a concealed front zip fly.

The high waist, curved waistband and back darts create a wonderful fit, while the triangle tab fastening, deep patch pockets and faux pocket flap will have you swooning while you sew.

SKILL LEVEL - Improvers

SIZE RANGE - UK 6-20 (US 2-16 / EUR 34-48)

FABRIC & SUPPLIES: See the pattern back cover image (Psst! You can zoom in)

MODEL GARMENT SIZES - Suzie (pink trousers and white shorts) wears a size 3 (UK 10 at the waist, graded to a size 4 (UK 12) at the hips. Alice (teal cord trousers) wears a size 2 (UK 8) at the waist, graded to a size 3 (UK 10) at the hips

Sewing Pattern - Tilly And The Buttons - Jessa Trousers And Shorts

€18.00Price
Only 1 left in stock
    Product Page: Stores_Product_Widget
    bottom of page