${function() {
const variantData = data.variant || {"id":"23b8c103-cf4b-47fd-a39c-cba4a576f956","product_id":"70a9b94a-e813-4f4f-b8b8-644e7b43c35d","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024720578","barcode":"","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ef1e2896e2d6cd7d4b1db25904618ac0.jpeg","path":"ef1e2896e2d6cd7d4b1db25904618ac0.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.02,"min_quantity":1}],"weight":"0","compare_at_price":"36.02","price":"36.02","retail_price":"36.02","available":true,"url":"\/products\/fashion-off-shoulder-lace-sleeveless-evening-dress-6092?variant=23b8c103-cf4b-47fd-a39c-cba4a576f956","available_quantity":1000,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"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":"23b8c103-cf4b-47fd-a39c-cba4a576f956","product_id":"70a9b94a-e813-4f4f-b8b8-644e7b43c35d","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024720578","barcode":"","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ef1e2896e2d6cd7d4b1db25904618ac0.jpeg","path":"ef1e2896e2d6cd7d4b1db25904618ac0.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.02,"min_quantity":1}],"weight":"0","compare_at_price":"36.02","price":"36.02","retail_price":"36.02","available":true,"url":"\/products\/fashion-off-shoulder-lace-sleeveless-evening-dress-6092?variant=23b8c103-cf4b-47fd-a39c-cba4a576f956","available_quantity":1000,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}