${function() {
const variantData = data.variant || {"id":"4f419f44-b2e8-4561-b32c-d4d278abd775","product_id":"8cd28bad-8626-43b3-ae41-6a0f3e8e11a4","title":"01 Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 Yellow S-42995457","barcode":"","position":1,"option1":"01 Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f325f3dde6323385b7c493eac220f825.jpeg","path":"f325f3dde6323385b7c493eac220f825.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.77,"min_quantity":1}],"weight":"0","compare_at_price":"24.77","price":"24.77","retail_price":"24.77","available":true,"url":"\/products\/summer-elegant-floral-print-vintage-hollow-out-beach-vacation-dress-208529314440?variant=4f419f44-b2e8-4561-b32c-d4d278abd775","available_quantity":999999999,"options":[{"name":"Color","value":"01 Yellow"},{"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 Yellow S-42995457
${function(){
const variantData = data.variant || {"id":"4f419f44-b2e8-4561-b32c-d4d278abd775","product_id":"8cd28bad-8626-43b3-ae41-6a0f3e8e11a4","title":"01 Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 Yellow S-42995457","barcode":"","position":1,"option1":"01 Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f325f3dde6323385b7c493eac220f825.jpeg","path":"f325f3dde6323385b7c493eac220f825.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.77,"min_quantity":1}],"weight":"0","compare_at_price":"24.77","price":"24.77","retail_price":"24.77","available":true,"url":"\/products\/summer-elegant-floral-print-vintage-hollow-out-beach-vacation-dress-208529314440?variant=4f419f44-b2e8-4561-b32c-d4d278abd775","available_quantity":999999999,"options":[{"name":"Color","value":"01 Yellow"},{"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}
`
}()}