${function() {
const variantData = data.variant || {"id":"ef4c9132-e5b0-484a-b18e-759b7f2634e9","product_id":"c346fd6e-ec57-43db-b6bb-949af2f9648d","title":"Beige-L","weight_unit":"kg","inventory_quantity":1000,"sku":"Beige L-46257753","barcode":"","position":1,"option1":"Beige","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bab63c166b6626f6fa58f6250c558bdd.jpeg","path":"bab63c166b6626f6fa58f6250c558bdd.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":33.69,"min_quantity":1}],"weight":"0","compare_at_price":"33.69","price":"33.69","retail_price":"33.69","available":true,"url":"\/products\/womens-fashion-single-breasted-loose-oversized-long-sleeve-shirt-cotton-linen-dress-208528452825?variant=ef4c9132-e5b0-484a-b18e-759b7f2634e9","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Size","value":"L"}],"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":"ef4c9132-e5b0-484a-b18e-759b7f2634e9","product_id":"c346fd6e-ec57-43db-b6bb-949af2f9648d","title":"Beige-L","weight_unit":"kg","inventory_quantity":1000,"sku":"Beige L-46257753","barcode":"","position":1,"option1":"Beige","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bab63c166b6626f6fa58f6250c558bdd.jpeg","path":"bab63c166b6626f6fa58f6250c558bdd.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":33.69,"min_quantity":1}],"weight":"0","compare_at_price":"33.69","price":"33.69","retail_price":"33.69","available":true,"url":"\/products\/womens-fashion-single-breasted-loose-oversized-long-sleeve-shirt-cotton-linen-dress-208528452825?variant=ef4c9132-e5b0-484a-b18e-759b7f2634e9","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}