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

Introducing the Effigie sewing pattern: an oversized shirt with a masculine/feminine touch that embodies casual chic.

Featuring a collar, a stand collar, chest patch pockets, shoulder yoke, and a pleat at the back, this loose-fitting shirt is right on trend.

Unleash your creativity by playing with colors and fabrics to create variations for both summer and winter wear. Available in sizes 34 to 48, this pattern is suitable for various body types.

Crafted in a range of medium-weight fabrics such as poplin, viscose crepe, or linen, Effigie can also be made in thicker fabrics like flannel. Versatile enough to be worn as a classic shirt or an overshirt, it will quickly become a staple in your wardrobe. Pair Effigie with a fitted bottom, like the Simplement skirt or the Philippine pants, for a well-balanced and elegant look.

1 pattern / 1 possibility

Level - Advanced

Sewing Pattern - Coralie Bijasson - Effigie Shirt

€18.00Price
Only 2 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page