${function() {
const variantData = data.variant || {"id":"519fed33-16a0-462d-a8e8-44e08992610d","product_id":"9a16f4d5-94b5-490a-b0bc-0d5b78dcc8df","title":"S-Random Color*4","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734036680","barcode":"","position":1,"option1":"S","option2":"Random Color*4","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4b682c659342e5a43298769aaf786c78.jpeg","path":"4b682c659342e5a43298769aaf786c78.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":50.99,"min_quantity":1}],"weight":"0","compare_at_price":"80.99","price":"50.99","retail_price":"80.99","available":true,"url":"\/products\/4-pcs-100-cotton-high-waist-lace-slim-fit-panties?variant=519fed33-16a0-462d-a8e8-44e08992610d","available_quantity":1000,"options":[{"name":"Size","value":"S"},{"name":"COLOR","value":"Random Color*4"}],"off_ratio":37,"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":"519fed33-16a0-462d-a8e8-44e08992610d","product_id":"9a16f4d5-94b5-490a-b0bc-0d5b78dcc8df","title":"S-Random Color*4","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734036680","barcode":"","position":1,"option1":"S","option2":"Random Color*4","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4b682c659342e5a43298769aaf786c78.jpeg","path":"4b682c659342e5a43298769aaf786c78.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":50.99,"min_quantity":1}],"weight":"0","compare_at_price":"80.99","price":"50.99","retail_price":"80.99","available":true,"url":"\/products\/4-pcs-100-cotton-high-waist-lace-slim-fit-panties?variant=519fed33-16a0-462d-a8e8-44e08992610d","available_quantity":1000,"options":[{"name":"Size","value":"S"},{"name":"COLOR","value":"Random Color*4"}],"off_ratio":37,"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 `
`;
}()}