${function() {
const variantData = data.variant || {"id":"3196e4cd-3285-43d1-a997-3a25ec1a9afe","product_id":"d371b706-1281-4327-8ea4-2faa5c4482ec","title":"random*3pcs-XL","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734038327","barcode":"","position":1,"option1":"random*3pcs","option2":"XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/243b5a2a9c166ba991e9e5c7c0229d4d.jpeg","path":"243b5a2a9c166ba991e9e5c7c0229d4d.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"0","compare_at_price":"62.3","price":"42.99","retail_price":"62.3","available":true,"url":"\/products\/sexy-lingeries-briefs-women-underwear-plus-size-6xl-lace-hollow-out-fashion-flower-big-size-womens-panties?variant=3196e4cd-3285-43d1-a997-3a25ec1a9afe","available_quantity":1000,"options":[{"name":"color","value":"random*3pcs"},{"name":"size","value":"XL"}],"off_ratio":31,"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":"3196e4cd-3285-43d1-a997-3a25ec1a9afe","product_id":"d371b706-1281-4327-8ea4-2faa5c4482ec","title":"random*3pcs-XL","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734038327","barcode":"","position":1,"option1":"random*3pcs","option2":"XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/243b5a2a9c166ba991e9e5c7c0229d4d.jpeg","path":"243b5a2a9c166ba991e9e5c7c0229d4d.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"0","compare_at_price":"62.3","price":"42.99","retail_price":"62.3","available":true,"url":"\/products\/sexy-lingeries-briefs-women-underwear-plus-size-6xl-lace-hollow-out-fashion-flower-big-size-womens-panties?variant=3196e4cd-3285-43d1-a997-3a25ec1a9afe","available_quantity":1000,"options":[{"name":"color","value":"random*3pcs"},{"name":"size","value":"XL"}],"off_ratio":31,"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 `
`;
}()}