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

Discover the Angkor sewing pattern: an elegant and refined ensemble!

You have the option to create either shorts or pants with this jumpsuit. The Angkor jumpsuit features a front button closure and a shirt collar, adding a touch of sophistication to your wardrobe.

With just one pattern, you can achieve 6 variations: short sleeves, long sleeves, or sleeveless, and choose between shorts or pants, providing a polished look for both summer and winter, whether in the city or at the beach.

Utilize fabrics such as cotton, tencel, linen, viscose crepe, or lightweight wool, all suitable for this versatile design.

Enhance the shoulder yoke with piping for an elegant finish. Further personalize the jumpsuit by adding decorative buttons.

This pattern, available in sizes 34 to 48, is classified as moderately difficult due to its numerous intricate details that demand precision. However, the end result is worthwhile, creating a unique piece that combines style and elegance.

1 pattern, 6 possibilities

Level - Advanced

Sewing Pattern - Coralie Bijasson - Angkor Jumpsuit

€18.00Price
Only 3 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page