Dinosaur Hand Puppet-Green
${function() {
const variantData = data.variant || {"id":"5fcde264-1a1e-4be5-babb-6dd64ee4baca","product_id":"8ca59a12-af58-497a-80e0-b206a5b0a9af","title":"","weight_unit":"kg","inventory_quantity":997,"sku":"FOS6STEG","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":6.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"6.98","retail_price":"0","available":true,"url":"\/products\/dinosaur-hand-puppet-green?variant=5fcde264-1a1e-4be5-babb-6dd64ee4baca","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":9};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const minInventory = parseInt('3');
const maxInventory = parseInt('88');
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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"5fcde264-1a1e-4be5-babb-6dd64ee4baca","product_id":"8ca59a12-af58-497a-80e0-b206a5b0a9af","title":"","weight_unit":"kg","inventory_quantity":997,"sku":"FOS6STEG","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":6.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"6.98","retail_price":"0","available":true,"url":"\/products\/dinosaur-hand-puppet-green?variant=5fcde264-1a1e-4be5-babb-6dd64ee4baca","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":9};
return `
`
}()}