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

Composition: 80% Acrylic 20% Wool

Ball Weight: 100g

Yarn Length: 155 Metres

Needles: 6.5mm

About This Yarn

The chunky version of our popular Spirit DK yarn, Spirit Chunky brings you the same self- striping, beautiful wool blended yarn. With a palette of eye popping, variegated shades, this chunky weight yarn knits up quick, adding some colour to your wardrobe in no time. Machine washable, the colour effects won't fade with this yarn.

What's it like to work with?

This easy to use Chunky yarn has a stunning self striping effect that creates quick, colourful knits with minimum effort.

What is it best for?

A variegated yarn that is ideal for Autumnal jumpers, sweaters and accessories for all the family.

Hayfield - Spirit - Double Knit Yarn - Joy 416

€7.50Price
Only 5 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page