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

Intermediate

The Syli sewing pattern includes two variations. Both the dress and the blouse are relaxed everyday garments with a loose fit. They feature a gathered bodice, a shallow tuck across the chest, and a hemline that dips slightly longer in the back. The neckline is finished with binding with a back vent secured by ties. The calf-length dress has two deep tucks around the hemline of both the skirt and sleeves as well as in-seam side pockets. The ¾-length sleeves of the dress have gathered ends finished with binding and ties. The blouse is hip length and has straight ½-length sleeves with turned hems.

Sewing Pattern - Named Clothing - Syli Dress And Top

€22.00Price
Only 3 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    IMG_4690.PNG

    THE HOME OF HALF PRICE REMNANTS   ||  200+ 5-STAR GOOGLE REVIEWS  || VIEW OUR CHRISTMAS OPENING HOURS HERE ||  INTERNATIONAL DELIVERY   ||   REWARDS SCHEME FOR RETURNING CUSTOMERS 

    Orders Placed After December 17th Cannot Guarantee Pre-Christmas Delivery. Additionally All Orders Placed After Friday December 20th, Will Be Posted After Christmas Due To Annual Leave. 
    bottom of page