${function() {
const variantData = data.variant || {"id":"febd45eb-96c5-4b61-9bc8-c5b8d5132711","product_id":"399cc08a-215d-43c5-b3d4-ebc99ee0ad07","title":"Blue-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue One Size-30941123","barcode":"","position":1,"option1":"Blue","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/825e1e564be83bfdff064f4e45f33f0e.jpeg","path":"825e1e564be83bfdff064f4e45f33f0e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.18,"min_quantity":1}],"weight":"0","compare_at_price":"35.18","price":"35.18","retail_price":"35.18","available":true,"url":"\/products\/korean-chic-fashion-simple-round-neck-solid-color-stitching-double-pocket-loose-sling-robe-dress-women-summer-2021-16w1390-208528486281?variant=febd45eb-96c5-4b61-9bc8-c5b8d5132711","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"One Size"}],"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 : Blue One Size-30941123
${function(){
const variantData = data.variant || {"id":"febd45eb-96c5-4b61-9bc8-c5b8d5132711","product_id":"399cc08a-215d-43c5-b3d4-ebc99ee0ad07","title":"Blue-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue One Size-30941123","barcode":"","position":1,"option1":"Blue","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/825e1e564be83bfdff064f4e45f33f0e.jpeg","path":"825e1e564be83bfdff064f4e45f33f0e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.18,"min_quantity":1}],"weight":"0","compare_at_price":"35.18","price":"35.18","retail_price":"35.18","available":true,"url":"\/products\/korean-chic-fashion-simple-round-neck-solid-color-stitching-double-pocket-loose-sling-robe-dress-women-summer-2021-16w1390-208528486281?variant=febd45eb-96c5-4b61-9bc8-c5b8d5132711","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}