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

This boxed set makes the perfect gift for that creative person. Suitable for ages 8+. Makes 10 bracelets.

The set includes Rocket Loom fine (8epi), three patterning combs to easily create complex weaving patterns, 5 beautiful colours of yarn from Irish sheep prewound on cardboard shuttles as well as full colour instructions to make up to 10 bracelets.

Once you get tired of making bracelets there are lots of other things you can make with your loom. Check out our project book and website for lots more ideas.

Kit contains:

The patent-pending wooden Rocket Loom fine

Three different patterning combs to make a whole range of patterns including plain weave, twill and diamond twill

Five snap-off shuttles, pre-wound with a selection of 100% Eriu Irish grown yarn

One set of full-colour instructions

Dimensions: Loom 29x20cm (12x10in), maximum weaving area 16x22cm (6.5x11in), maximum weaving area with Rocket lifter fitted 16x17cm (6.5x7in)

Bracelet Weaving Kit - Pop Out Project

€24.00Price
Only 1 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page