4-to-Score Giant Game Set with 42 Jumbo Rings & Quick-Release Slider
${function() {
const variantData = data.variant || {"id":"b3259b33-5f0b-4073-9362-6788f58031f5","product_id":"229e0942-78be-49ca-9783-ab0c0ca743d8","title":"Blue","weight_unit":"kg","inventory_quantity":1000,"sku":"homie","barcode":"","position":1,"option1":"Blue","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":16.49,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"16.49","retail_price":"0","available":true,"url":"\/products\/4-to-score-giant-game-set-with-42-jumbo-rings-d26x-1xcq?variant=b3259b33-5f0b-4073-9362-6788f58031f5","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
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":"b3259b33-5f0b-4073-9362-6788f58031f5","product_id":"229e0942-78be-49ca-9783-ab0c0ca743d8","title":"Blue","weight_unit":"kg","inventory_quantity":1000,"sku":"homie","barcode":"","position":1,"option1":"Blue","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":16.49,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"16.49","retail_price":"0","available":true,"url":"\/products\/4-to-score-giant-game-set-with-42-jumbo-rings-d26x-1xcq?variant=b3259b33-5f0b-4073-9362-6788f58031f5","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('52');
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 `
`;
}()}