Golf square practice net, steel folding collection net, portable and durable cutting net, practice tool
${function() {
const variantData = data.variant || {"id":"50d47caf-2337-4714-80fd-2d0a1aa14356","product_id":"d962b360-99eb-47af-9b40-8dc515c0b1b1","title":"black","weight_unit":"kg","inventory_quantity":49,"sku":"\u597d\u740330-black-A0017250","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2c3de745274bf2d34f2ec467661b8d58.webp","path":"2c3de745274bf2d34f2ec467661b8d58.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":13.8,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"13.8","retail_price":"0","available":true,"url":"\/products\/golf-square-practice-net-steel-folding-collection-net-portable-and-durable-cutting-net-practice-tool?variant=50d47caf-2337-4714-80fd-2d0a1aa14356","available_quantity":49,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":1};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"50d47caf-2337-4714-80fd-2d0a1aa14356","product_id":"d962b360-99eb-47af-9b40-8dc515c0b1b1","title":"black","weight_unit":"kg","inventory_quantity":49,"sku":"\u597d\u740330-black-A0017250","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2c3de745274bf2d34f2ec467661b8d58.webp","path":"2c3de745274bf2d34f2ec467661b8d58.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":13.8,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"13.8","retail_price":"0","available":true,"url":"\/products\/golf-square-practice-net-steel-folding-collection-net-portable-and-durable-cutting-net-practice-tool?variant=50d47caf-2337-4714-80fd-2d0a1aa14356","available_quantity":49,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":1};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + '');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}