${function() {
const variantData = data.variant || {"id":"7da615ed-469a-42bd-bb79-e04c8965dad7","product_id":"e726e0a0-b7f2-431f-a4ef-d7ac31fbe532","title":"photo color-M","weight_unit":"kg","inventory_quantity":1000,"sku":"photo color M-40650616","barcode":"","position":1,"option1":"photo color","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/14e8b5d72c60e9ec0051d6ee7c2f9b7b.jpeg","path":"14e8b5d72c60e9ec0051d6ee7c2f9b7b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.59,"min_quantity":1}],"weight":"0","compare_at_price":"26.59","price":"26.59","retail_price":"26.59","available":true,"url":"\/products\/womens-ethnic-style-loose-plus-size-cotton-linen-printed-long-dress-208528472259?variant=7da615ed-469a-42bd-bb79-e04c8965dad7","available_quantity":999999999,"options":[{"name":"Color","value":"photo color"},{"name":"Size","value":"M"}],"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.
Sku : photo color M-40650616
${function(){
const variantData = data.variant || {"id":"7da615ed-469a-42bd-bb79-e04c8965dad7","product_id":"e726e0a0-b7f2-431f-a4ef-d7ac31fbe532","title":"photo color-M","weight_unit":"kg","inventory_quantity":1000,"sku":"photo color M-40650616","barcode":"","position":1,"option1":"photo color","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/14e8b5d72c60e9ec0051d6ee7c2f9b7b.jpeg","path":"14e8b5d72c60e9ec0051d6ee7c2f9b7b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.59,"min_quantity":1}],"weight":"0","compare_at_price":"26.59","price":"26.59","retail_price":"26.59","available":true,"url":"\/products\/womens-ethnic-style-loose-plus-size-cotton-linen-printed-long-dress-208528472259?variant=7da615ed-469a-42bd-bb79-e04c8965dad7","available_quantity":999999999,"options":[{"name":"Color","value":"photo color"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}