people are viewing this right now
${function() {
const variantData = data.variant || {"id":"6f6bd93e-3e24-4a40-b195-16f531c926a9","product_id":"e98de97e-a13c-43ec-9bff-c8422072366e","title":"Green","weight_unit":"kg","inventory_quantity":1000,"sku":"LC1329632-","barcode":"","position":1,"option1":"Green","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/106490e0877e7075ca20965eb23ebd20.gif","path":"106490e0877e7075ca20965eb23ebd20.gif","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"29.99","retail_price":"49.99","available":true,"url":"\/products\/lazy-cosmetic-bag?variant=6f6bd93e-3e24-4a40-b195-16f531c926a9","available_quantity":999999999,"options":[{"name":"color","value":"Green"}],"off_ratio":40,"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":"6f6bd93e-3e24-4a40-b195-16f531c926a9","product_id":"e98de97e-a13c-43ec-9bff-c8422072366e","title":"Green","weight_unit":"kg","inventory_quantity":1000,"sku":"LC1329632-","barcode":"","position":1,"option1":"Green","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/106490e0877e7075ca20965eb23ebd20.gif","path":"106490e0877e7075ca20965eb23ebd20.gif","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"29.99","retail_price":"49.99","available":true,"url":"\/products\/lazy-cosmetic-bag?variant=6f6bd93e-3e24-4a40-b195-16f531c926a9","available_quantity":999999999,"options":[{"name":"color","value":"Green"}],"off_ratio":40,"flashsale_info":[],"sales":0};
return `
`
}()}