${function() {
const variantData = data.variant || {"id":"864ec9ba-fcf1-4fd6-b123-eb9685922b38","product_id":"db52a082-ce87-4fc2-9334-f5df6dc4420c","title":"01 White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 White S-40936437","barcode":"","position":1,"option1":"01 White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fa579e2dc2bb055742b92aa68699cc05.jpeg","path":"fa579e2dc2bb055742b92aa68699cc05.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.65,"min_quantity":1}],"weight":"0","compare_at_price":"25.65","price":"25.65","retail_price":"25.65","available":true,"url":"\/products\/women-vintage-floral-printed-elegant-casual-beach-dress-208529291562?variant=864ec9ba-fcf1-4fd6-b123-eb9685922b38","available_quantity":999999999,"options":[{"name":"Color","value":"01 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.
Sku : 01 White S-40936437
${function(){
const variantData = data.variant || {"id":"864ec9ba-fcf1-4fd6-b123-eb9685922b38","product_id":"db52a082-ce87-4fc2-9334-f5df6dc4420c","title":"01 White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 White S-40936437","barcode":"","position":1,"option1":"01 White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fa579e2dc2bb055742b92aa68699cc05.jpeg","path":"fa579e2dc2bb055742b92aa68699cc05.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.65,"min_quantity":1}],"weight":"0","compare_at_price":"25.65","price":"25.65","retail_price":"25.65","available":true,"url":"\/products\/women-vintage-floral-printed-elegant-casual-beach-dress-208529291562?variant=864ec9ba-fcf1-4fd6-b123-eb9685922b38","available_quantity":999999999,"options":[{"name":"Color","value":"01 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}
`
}()}