people are viewing this right now
${function() {
const variantData = data.variant || {"id":"254297de-fd3c-424e-90c4-830b48a47817","product_id":"e9611474-e08f-4ab3-bb86-1a91272e3771","title":"Orange-M","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2055425496305","barcode":"","position":1,"option1":"Orange","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ed7231bc8e26586b80d53d66b1b7c614.jpeg","path":"ed7231bc8e26586b80d53d66b1b7c614.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"58.89","price":"39.99","retail_price":"58.89","available":true,"url":"\/products\/men-s-casual-cashmere-turtleneck-sweater?variant=254297de-fd3c-424e-90c4-830b48a47817","available_quantity":999999999,"options":[{"name":"color","value":"Orange"},{"name":"size","value":"M"}],"off_ratio":32,"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}
`
}()}
${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":"254297de-fd3c-424e-90c4-830b48a47817","product_id":"e9611474-e08f-4ab3-bb86-1a91272e3771","title":"Orange-M","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2055425496305","barcode":"","position":1,"option1":"Orange","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ed7231bc8e26586b80d53d66b1b7c614.jpeg","path":"ed7231bc8e26586b80d53d66b1b7c614.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"58.89","price":"39.99","retail_price":"58.89","available":true,"url":"\/products\/men-s-casual-cashmere-turtleneck-sweater?variant=254297de-fd3c-424e-90c4-830b48a47817","available_quantity":999999999,"options":[{"name":"color","value":"Orange"},{"name":"size","value":"M"}],"off_ratio":32,"flashsale_info":[],"sales":0};
return `
`
}()}