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
Product Page: Stores_Product_Widget

Add Matching Thread

The KATM Hardware Tool Kit contains the tools required (BYO hammer) to complete your dream denim project! Designed to work alongside all of our Hardware Kits.

Order this Tool Kit with any Jeans Hardware Kit purchase - you will need the rivet setter (if you haven't previously purchased one).

Included in this kit:

1 x Awl (3mm)

1 x Button Setter Tool

1x Rivet Setter Tool

1 x Anvil

Spare Parts Kit also included:

6 x Button Nails (Ridged)

6 x Rivet Nails (Smooth)

2 x Zipper Top Stops

** Note: BYO Hammer. Hardware Kits Sold Separately.

Kylie And The Machine - Hardware Tool Kit

€24.95Price
Quantity
Only 1 left in stock

     250+ 5-STAR GOOGLE REVIEWS  ||  INTERNATIONAL DELIVERY   ||   REWARDS SCHEME FOR RETURNING CUSTOMERS 

    28131c_96b140a6e5d64a3c93836566f4c689cd~mv2_edited.jpg
    bottom of page