people are viewing this right now
${function() {
const variantData = data.variant || {"id":"6266f8a6-5f18-47c3-a455-29ee653434ca","product_id":"37cb967f-4a31-4a14-9dc9-9c3fae215b91","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"TF22402745HEIS","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae9baf055dbb4141f5a714d240810842.jpeg","path":"ae9baf055dbb4141f5a714d240810842.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"119.99","price":"28.99","retail_price":"119.99","available":true,"url":"\/products\/mens-elegant-lapel-knitted-pocket-jacket-cc?variant=6266f8a6-5f18-47c3-a455-29ee653434ca","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":76,"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":"6266f8a6-5f18-47c3-a455-29ee653434ca","product_id":"37cb967f-4a31-4a14-9dc9-9c3fae215b91","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"TF22402745HEIS","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae9baf055dbb4141f5a714d240810842.jpeg","path":"ae9baf055dbb4141f5a714d240810842.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"119.99","price":"28.99","retail_price":"119.99","available":true,"url":"\/products\/mens-elegant-lapel-knitted-pocket-jacket-cc?variant=6266f8a6-5f18-47c3-a455-29ee653434ca","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":76,"flashsale_info":[],"sales":0};
return `
`
}()}