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

HOPPER is an easy to make pull on trouser with a kick flare. An elasticated waist, and two fun optional pockets, make Hopper super comfortable, funky and versatile. View A shows Hopper with heart pockets. View B shows Hopper trouser with faux welt pockets.

SIZE RANGE: Age 3/4 - 13/14

SEWING LEVEL: Beginners

PATTERN FORMAT: Paper Pattern

FABRIC RECOMMENDATIONS:

HOPPER should be made with medium weight stretch fabrics with no less than 20% stretch. Ponte Roma, French terry/loop back jersey or 8oz stretch denim are ideal. Cotton based jerseys would also give the trouser a legging feel - you could even make a matching POCA tee!

SIZE CHART & FABRIC REQUIRED:

HOPPER is a pull on trouser designed for stretch fabrics. There is an elasticated waist, so we would recommend choosing your size based on your height and hip measurement. Pay close attention to the finished inside leg measurement, as you may need to add or take away some length.

Sewing Pattern - Little Rosy Cheeks - Hopper Trouser

€20.95Price
Only 4 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page