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

MIZZLE is a reimagined classic t-shirt dress that effortlessly blends style and comfort. This one-piece wonder is a wardrobe staple and is guaranteed to keep you twirling! With an eye catching pleat, the relaxed shape of the jersey top half and woven bottom half makes this a super comfortable and versatile dress. The short and long sleeve options allow this pattern to grow with you through the seasons.

SIZE RANGE: Age 3/4 - 13/14

SEWING LEVEL: Confident beginners

PATTERN FORMAT: Paper pattern

FABRIC RECOMMENDATIONS:

Mizzle is made with both stretch and woven fabrics. Stretch fabric for the top and woven fabric for the skirt (Please note: the skirt can also be made in stretch fabric). The top part of the dress must be made with knit fabric, with no less than 30% stretch. Cotton based jerseys are ideal, with around 95% cotton and 5% Spandex/Lycra. A French terry (loop back jersey) or light to medium weight sweatshirt fabric is recommended, as this is a good weight for pairing with the woven fabric of the skirt.

Ribbed fabric is recommended for the neckband (for extra stretch), although you can use the same fabric as the body of the tee.

For the skirt we would recommend a woven fabric, such as cotton lawn, cotton poplin or quilting cotton. You could also use a denim chambray, linen or viscose.

Sewing Pattern - Little Rosy Cheeks - Mizzle Dress

€20.95Price
Only 4 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page