people are viewing this right now
${function() {
const variantData = data.variant || {"id":"d4ea4a48-13c4-4b64-9498-9272e6c65adb","product_id":"913a4b05-eede-47b8-96d6-bafe9a69e78f","title":"Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"CJLY198237111KP","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/96dfab65803e8ea61ef97fe6e1699bbe.jpeg","path":"96dfab65803e8ea61ef97fe6e1699bbe.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":54.95,"min_quantity":1}],"weight":"0","compare_at_price":"115","price":"54.95","retail_price":"115","available":true,"url":"\/products\/flower-dress?variant=d4ea4a48-13c4-4b64-9498-9272e6c65adb","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":52,"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 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":"d4ea4a48-13c4-4b64-9498-9272e6c65adb","product_id":"913a4b05-eede-47b8-96d6-bafe9a69e78f","title":"Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"CJLY198237111KP","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/96dfab65803e8ea61ef97fe6e1699bbe.jpeg","path":"96dfab65803e8ea61ef97fe6e1699bbe.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":54.95,"min_quantity":1}],"weight":"0","compare_at_price":"115","price":"54.95","retail_price":"115","available":true,"url":"\/products\/flower-dress?variant=d4ea4a48-13c4-4b64-9498-9272e6c65adb","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":52,"flashsale_info":[],"sales":1};
return `
`
}()}