people are viewing this right now
${function() {
const variantData = data.variant || {"id":"fb4dd46e-d2bf-4b7e-a3d4-4454c0050a44","product_id":"aa3cb17c-521b-4520-a041-0b3f2eac7363","title":"Photo Color-S","weight_unit":"kg","inventory_quantity":1000,"sku":"NTHX23082522P-Photo Color-S","barcode":"","position":1,"option1":"Photo Color","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/385d9eacd6cc22d9a7a5765a017970da.jpeg","path":"385d9eacd6cc22d9a7a5765a017970da.jpeg","width":748,"height":936,"alt":"","aspect_ratio":0.7991452991452992},"wholesale_price":[{"price":46.99,"min_quantity":1}],"weight":"0","compare_at_price":"63.99","price":"46.99","retail_price":"63.99","available":true,"url":"\/products\/lapel-collar-solid-color-two-piece-suit-5m63-4ka8-26cs?variant=fb4dd46e-d2bf-4b7e-a3d4-4454c0050a44","available_quantity":999999999,"options":[{"name":"color","value":"Photo Color"},{"name":"size","value":"S"}],"off_ratio":27,"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":"fb4dd46e-d2bf-4b7e-a3d4-4454c0050a44","product_id":"aa3cb17c-521b-4520-a041-0b3f2eac7363","title":"Photo Color-S","weight_unit":"kg","inventory_quantity":1000,"sku":"NTHX23082522P-Photo Color-S","barcode":"","position":1,"option1":"Photo Color","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/385d9eacd6cc22d9a7a5765a017970da.jpeg","path":"385d9eacd6cc22d9a7a5765a017970da.jpeg","width":748,"height":936,"alt":"","aspect_ratio":0.7991452991452992},"wholesale_price":[{"price":46.99,"min_quantity":1}],"weight":"0","compare_at_price":"63.99","price":"46.99","retail_price":"63.99","available":true,"url":"\/products\/lapel-collar-solid-color-two-piece-suit-5m63-4ka8-26cs?variant=fb4dd46e-d2bf-4b7e-a3d4-4454c0050a44","available_quantity":999999999,"options":[{"name":"color","value":"Photo Color"},{"name":"size","value":"S"}],"off_ratio":27,"flashsale_info":[],"sales":0};
return `
`
}()}