people are viewing this right now
${function() {
const variantData = data.variant || {"id":"258fda40-5b8d-463a-9f2d-3fdbd2ca9787","product_id":"5da93111-921d-451d-be9f-253c91835c78","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"YSGJ240139-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5011d976da813d8b01e915e7a405f035.jpeg","path":"5011d976da813d8b01e915e7a405f035.jpeg","width":600,"height":768,"alt":"","aspect_ratio":0.78125},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0","compare_at_price":"71.98","price":"35.99","retail_price":"71.98","available":true,"url":"\/products\/elegant-chiffon-cake-long-dress?variant=258fda40-5b8d-463a-9f2d-3fdbd2ca9787","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"S"}],"off_ratio":50,"flashsale_info":[],"sales":1};
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 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":"258fda40-5b8d-463a-9f2d-3fdbd2ca9787","product_id":"5da93111-921d-451d-be9f-253c91835c78","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"YSGJ240139-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5011d976da813d8b01e915e7a405f035.jpeg","path":"5011d976da813d8b01e915e7a405f035.jpeg","width":600,"height":768,"alt":"","aspect_ratio":0.78125},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0","compare_at_price":"71.98","price":"35.99","retail_price":"71.98","available":true,"url":"\/products\/elegant-chiffon-cake-long-dress?variant=258fda40-5b8d-463a-9f2d-3fdbd2ca9787","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"S"}],"off_ratio":50,"flashsale_info":[],"sales":1};
return `
`
}()}