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

Stylecraft Batik Elements Swirl - We are fans of the color blocking trend. Large colored areas are combined in one garment. From tone-on-tone to striking contrasts, nothing is too crazy. How nice would it be if these blocks emerged naturally? That's exactly what happens when you knit or crochet with the Stylecraft Batik Elements Swirl. With the new colors from this beautiful line you can choose from your favorite element to make the most beautiful tops, sweaters or cardigans. View the beautiful Stylecraft Batik Elements Swirl patterns that were specifically released for this beautiful yarn. We already know the composition of this yarn from the previous Batik Swirl, namely 80% premium acrylic and 20% wool, which feels silky soft and is machine washable up to 30 ºC.

Composition: 80% Premium Acrylic 20% Wool

Ball Weight: 100g

Ball Length: 275 metres

Needle Size: 4mm

Stylecraft - Double Knit Yarn - Batik Elements Swirl - Ether - 6170

€7.25Price
Only 4 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page