${function() {
const variantData = data.variant || {"id":"5516c980-9269-47d2-a5fd-5b7afb0fe730","product_id":"26fc7f3e-fa3b-49c0-b86f-bc0614922e89","title":"RANDOM COLOR * 4 PCS-M","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734020154","barcode":"","position":1,"option1":"RANDOM COLOR * 4 PCS","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/15b470e72599f7351af5334cbe08fa5c.jpeg","path":"15b470e72599f7351af5334cbe08fa5c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.99,"min_quantity":1}],"weight":"0","compare_at_price":"51.24","price":"40.99","retail_price":"51.24","available":true,"url":"\/products\/4-pcs-seamless-mid-rise-cotton-panties?variant=5516c980-9269-47d2-a5fd-5b7afb0fe730","available_quantity":1000,"options":[{"name":"COLOR","value":"RANDOM COLOR * 4 PCS"},{"name":"SIZE","value":"M"}],"off_ratio":20,"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":"5516c980-9269-47d2-a5fd-5b7afb0fe730","product_id":"26fc7f3e-fa3b-49c0-b86f-bc0614922e89","title":"RANDOM COLOR * 4 PCS-M","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734020154","barcode":"","position":1,"option1":"RANDOM COLOR * 4 PCS","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/15b470e72599f7351af5334cbe08fa5c.jpeg","path":"15b470e72599f7351af5334cbe08fa5c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.99,"min_quantity":1}],"weight":"0","compare_at_price":"51.24","price":"40.99","retail_price":"51.24","available":true,"url":"\/products\/4-pcs-seamless-mid-rise-cotton-panties?variant=5516c980-9269-47d2-a5fd-5b7afb0fe730","available_quantity":1000,"options":[{"name":"COLOR","value":"RANDOM COLOR * 4 PCS"},{"name":"SIZE","value":"M"}],"off_ratio":20,"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 `
`;
}()}