${function() {
const variantData = data.variant || {"id":"fea8ad2b-f261-4b7b-aced-17bf8987c924","product_id":"7da62ab2-e5ff-47bc-bb60-257712eeaf85","title":"random*6-M","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734030732","barcode":"","position":1,"option1":"random*6","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ce3083be95d6eed4e6c54db6a2051d5f.jpeg","path":"ce3083be95d6eed4e6c54db6a2051d5f.jpeg","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-sexy-lace-panties?variant=fea8ad2b-f261-4b7b-aced-17bf8987c924","available_quantity":1000,"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":"fea8ad2b-f261-4b7b-aced-17bf8987c924","product_id":"7da62ab2-e5ff-47bc-bb60-257712eeaf85","title":"random*6-M","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734030732","barcode":"","position":1,"option1":"random*6","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ce3083be95d6eed4e6c54db6a2051d5f.jpeg","path":"ce3083be95d6eed4e6c54db6a2051d5f.jpeg","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-sexy-lace-panties?variant=fea8ad2b-f261-4b7b-aced-17bf8987c924","available_quantity":1000,"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 `
`;
}()}