people are viewing this right now
${function() {
const variantData = data.variant || {"id":"00cb534e-988c-4d45-b86c-448536c53162","product_id":"ed37cebc-1616-4653-b6f8-10aef27111b5","title":"Wine Red","weight_unit":"kg","inventory_quantity":1000,"sku":"AX1324269-","barcode":"","position":1,"option1":"Wine Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0bc862fbff6f7313e34bcadb8acc402e.jpeg","path":"0bc862fbff6f7313e34bcadb8acc402e.jpeg","width":978,"height":978,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"49.99","retail_price":"59.99","available":true,"url":"\/products\/cosmetic-ba?variant=00cb534e-988c-4d45-b86c-448536c53162","available_quantity":999999999,"options":[{"name":"color","value":"Wine Red"}],"off_ratio":17,"flashsale_info":[],"sales":1};
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 minInventory = parseInt('10');
const maxInventory = parseInt('50');
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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"00cb534e-988c-4d45-b86c-448536c53162","product_id":"ed37cebc-1616-4653-b6f8-10aef27111b5","title":"Wine Red","weight_unit":"kg","inventory_quantity":1000,"sku":"AX1324269-","barcode":"","position":1,"option1":"Wine Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0bc862fbff6f7313e34bcadb8acc402e.jpeg","path":"0bc862fbff6f7313e34bcadb8acc402e.jpeg","width":978,"height":978,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"49.99","retail_price":"59.99","available":true,"url":"\/products\/cosmetic-ba?variant=00cb534e-988c-4d45-b86c-448536c53162","available_quantity":999999999,"options":[{"name":"color","value":"Wine Red"}],"off_ratio":17,"flashsale_info":[],"sales":1};
return `
`
}()}