people are viewing this right now
${function() {
const variantData = data.variant || {"id":"bee85b5a-2c67-4f5f-a755-2fa760e148e2","product_id":"be63c9c4-ce78-495b-916b-ba0688b693c3","title":"white-2","weight_unit":"kg","inventory_quantity":998,"sku":"","barcode":"","position":1,"option1":"white","option2":"2","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fc18513c3ec3d03ad012be3db6eaee23.jpg","path":"fc18513c3ec3d03ad012be3db6eaee23.jpg","width":667,"height":1000,"alt":"","aspect_ratio":0.667},"wholesale_price":[{"price":120,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"120","retail_price":"0","available":true,"url":"\/products\/long-halter-neck-off-shoulder-evening-dress-with-ribbon-and-flowers?variant=bee85b5a-2c67-4f5f-a755-2fa760e148e2","available_quantity":999999999,"options":[{"name":"color","value":"white"},{"name":"size\uff08US\uff09","value":"2"}],"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":"bee85b5a-2c67-4f5f-a755-2fa760e148e2","product_id":"be63c9c4-ce78-495b-916b-ba0688b693c3","title":"white-2","weight_unit":"kg","inventory_quantity":998,"sku":"","barcode":"","position":1,"option1":"white","option2":"2","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fc18513c3ec3d03ad012be3db6eaee23.jpg","path":"fc18513c3ec3d03ad012be3db6eaee23.jpg","width":667,"height":1000,"alt":"","aspect_ratio":0.667},"wholesale_price":[{"price":120,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"120","retail_price":"0","available":true,"url":"\/products\/long-halter-neck-off-shoulder-evening-dress-with-ribbon-and-flowers?variant=bee85b5a-2c67-4f5f-a755-2fa760e148e2","available_quantity":999999999,"options":[{"name":"color","value":"white"},{"name":"size\uff08US\uff09","value":"2"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}