people are viewing this right now
${function() {
const variantData = data.variant || {"id":"247bbaf1-1fbd-46fc-8a79-f2ca1d7741e6","product_id":"0e7d6500-f99c-41db-a484-acd50fb7e20b","title":"white-4","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"white","option2":"4","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c0c61ddcacfbbd7931f9409546ac005d.jpg","path":"c0c61ddcacfbbd7931f9409546ac005d.jpg","width":667,"height":1000,"alt":"","aspect_ratio":0.667},"wholesale_price":[{"price":95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"95","retail_price":"0","available":true,"url":"\/products\/solid-color-one-shoulder-banquet-evening-dress?variant=247bbaf1-1fbd-46fc-8a79-f2ca1d7741e6","available_quantity":999999999,"options":[{"name":"color","value":"white"},{"name":"size\uff08US\uff09","value":"4"}],"off_ratio":0,"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"247bbaf1-1fbd-46fc-8a79-f2ca1d7741e6","product_id":"0e7d6500-f99c-41db-a484-acd50fb7e20b","title":"white-4","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"white","option2":"4","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c0c61ddcacfbbd7931f9409546ac005d.jpg","path":"c0c61ddcacfbbd7931f9409546ac005d.jpg","width":667,"height":1000,"alt":"","aspect_ratio":0.667},"wholesale_price":[{"price":95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"95","retail_price":"0","available":true,"url":"\/products\/solid-color-one-shoulder-banquet-evening-dress?variant=247bbaf1-1fbd-46fc-8a79-f2ca1d7741e6","available_quantity":999999999,"options":[{"name":"color","value":"white"},{"name":"size\uff08US\uff09","value":"4"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}