${function() {
const variantData = data.variant || {"id":"feadff3d-be2d-41df-b491-e001f223a932","product_id":"1e5ccc61-ae2e-44b6-a905-9df84459f90f","title":"RANDOM*6-M","weight_unit":"kg","inventory_quantity":1001,"sku":"sku1684734049534","barcode":"","position":1,"option1":"RANDOM*6","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4c3e171f122010959d1878316cf5631d.png","path":"4c3e171f122010959d1878316cf5631d.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"42.99","retail_price":"69.99","available":true,"url":"\/products\/6-pcs-womens-cotton-flower-panties-1?variant=feadff3d-be2d-41df-b491-e001f223a932","available_quantity":1001,"options":[{"name":"Color","value":"RANDOM*6"},{"name":"Size","value":"M"}],"off_ratio":39,"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 tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"feadff3d-be2d-41df-b491-e001f223a932","product_id":"1e5ccc61-ae2e-44b6-a905-9df84459f90f","title":"RANDOM*6-M","weight_unit":"kg","inventory_quantity":1001,"sku":"sku1684734049534","barcode":"","position":1,"option1":"RANDOM*6","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4c3e171f122010959d1878316cf5631d.png","path":"4c3e171f122010959d1878316cf5631d.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"42.99","retail_price":"69.99","available":true,"url":"\/products\/6-pcs-womens-cotton-flower-panties-1?variant=feadff3d-be2d-41df-b491-e001f223a932","available_quantity":1001,"options":[{"name":"Color","value":"RANDOM*6"},{"name":"Size","value":"M"}],"off_ratio":39,"flashsale_info":[],"sales":0};
return `
`
}()}
people are viewing this right now
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('20');
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 `
`;
}()}