people are viewing this right now
${function() {
const variantData = data.variant || {"id":"a10aa2ea-8397-4c3e-a8d7-df7df550ff47","product_id":"2ba9777c-f8f7-4c42-8ef3-19e049b1b5b2","title":"Santa Claus","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Santa Claus","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a637fa6648028c05dfc75f83c7b00c5d.jpeg","path":"a637fa6648028c05dfc75f83c7b00c5d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"4.9","price":"9.99","retail_price":"4.9","available":true,"url":"\/products\/2m-20led-santa-claus-snowflake-led-light-string-christmas-decoration-for-home-xmas-tree-ornament-2022-navidad-kids-gift-new-year?variant=a10aa2ea-8397-4c3e-a8d7-df7df550ff47","available_quantity":999999999,"options":[{"name":"Color","value":"Santa Claus"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"a10aa2ea-8397-4c3e-a8d7-df7df550ff47","product_id":"2ba9777c-f8f7-4c42-8ef3-19e049b1b5b2","title":"Santa Claus","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Santa Claus","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a637fa6648028c05dfc75f83c7b00c5d.jpeg","path":"a637fa6648028c05dfc75f83c7b00c5d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"4.9","price":"9.99","retail_price":"4.9","available":true,"url":"\/products\/2m-20led-santa-claus-snowflake-led-light-string-christmas-decoration-for-home-xmas-tree-ornament-2022-navidad-kids-gift-new-year?variant=a10aa2ea-8397-4c3e-a8d7-df7df550ff47","available_quantity":999999999,"options":[{"name":"Color","value":"Santa Claus"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}