people are viewing this right now
${function() {
const variantData = data.variant || {"id":"65e23ed4-d135-423b-afb6-735d89297f85","product_id":"3d70592b-48ec-4a01-b503-d38e2911897d","title":"Gold-S","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Gold-S","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/51db1c8460082eaf51bc7cd5740924e6.jpeg","path":"51db1c8460082eaf51bc7cd5740924e6.jpeg","width":485,"height":485,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.85,"min_quantity":1}],"weight":"0","compare_at_price":"53.98","price":"21.85","retail_price":"53.98","available":true,"url":"\/products\/led-night-lights-christmas-tree-decoration-lights-diamond-ambient-lights-christmas-decoration-childrens-gifts?variant=65e23ed4-d135-423b-afb6-735d89297f85","available_quantity":999999999,"options":[{"name":"Color","value":"Gold-S"}],"off_ratio":60,"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":"65e23ed4-d135-423b-afb6-735d89297f85","product_id":"3d70592b-48ec-4a01-b503-d38e2911897d","title":"Gold-S","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Gold-S","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/51db1c8460082eaf51bc7cd5740924e6.jpeg","path":"51db1c8460082eaf51bc7cd5740924e6.jpeg","width":485,"height":485,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.85,"min_quantity":1}],"weight":"0","compare_at_price":"53.98","price":"21.85","retail_price":"53.98","available":true,"url":"\/products\/led-night-lights-christmas-tree-decoration-lights-diamond-ambient-lights-christmas-decoration-childrens-gifts?variant=65e23ed4-d135-423b-afb6-735d89297f85","available_quantity":999999999,"options":[{"name":"Color","value":"Gold-S"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
`
}()}