${function() {
const variantData = data.variant || {"id":"85ee2d65-71cd-4966-8bc0-0bb8ec2fc471","product_id":"95416869-a963-4452-a08f-65a9df9b0522","title":"M-Random Color*6","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734021447","barcode":"","position":1,"option1":"M","option2":"Random Color*6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b3ea71d24e158152889f4c01eb46e3b7.jpeg","path":"b3ea71d24e158152889f4c01eb46e3b7.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\/6pcshigh-waist-cotton-panties-with-cat-pattern?variant=85ee2d65-71cd-4966-8bc0-0bb8ec2fc471","available_quantity":1000,"options":[{"name":"Size","value":"M"},{"name":"COLORS","value":"Random Color*6"}],"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":"85ee2d65-71cd-4966-8bc0-0bb8ec2fc471","product_id":"95416869-a963-4452-a08f-65a9df9b0522","title":"M-Random Color*6","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734021447","barcode":"","position":1,"option1":"M","option2":"Random Color*6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b3ea71d24e158152889f4c01eb46e3b7.jpeg","path":"b3ea71d24e158152889f4c01eb46e3b7.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\/6pcshigh-waist-cotton-panties-with-cat-pattern?variant=85ee2d65-71cd-4966-8bc0-0bb8ec2fc471","available_quantity":1000,"options":[{"name":"Size","value":"M"},{"name":"COLORS","value":"Random Color*6"}],"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 `
`;
}()}