people are viewing this right now
${function() {
const variantData = data.variant || {"id":"86bcd977-6828-4b1b-aa6a-38aeb990d04c","product_id":"554a3257-4bdc-4101-ba4f-b72ca419fdca","title":"1","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/55aac7ef1f0e8f967984af3b1028a9cb.jpeg","path":"55aac7ef1f0e8f967984af3b1028a9cb.jpeg","width":1001,"height":1001,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0","compare_at_price":"12.99","price":"5.99","retail_price":"12.99","available":true,"url":"\/products\/new-trendy-statement-christmas-tree-earrings-for-women-santa-claus-snowman-drop-earrings-jewelry-girls-christmas-gifts-wholesale?variant=86bcd977-6828-4b1b-aa6a-38aeb990d04c","available_quantity":999999999,"options":[{"name":"Metal Color","value":"1"}],"off_ratio":54,"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":"86bcd977-6828-4b1b-aa6a-38aeb990d04c","product_id":"554a3257-4bdc-4101-ba4f-b72ca419fdca","title":"1","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/55aac7ef1f0e8f967984af3b1028a9cb.jpeg","path":"55aac7ef1f0e8f967984af3b1028a9cb.jpeg","width":1001,"height":1001,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0","compare_at_price":"12.99","price":"5.99","retail_price":"12.99","available":true,"url":"\/products\/new-trendy-statement-christmas-tree-earrings-for-women-santa-claus-snowman-drop-earrings-jewelry-girls-christmas-gifts-wholesale?variant=86bcd977-6828-4b1b-aa6a-38aeb990d04c","available_quantity":999999999,"options":[{"name":"Metal Color","value":"1"}],"off_ratio":54,"flashsale_info":[],"sales":0};
return `
`
}()}