${function() {
const variantData = data.variant || {"id":"9f260fc7-af29-4dca-927c-722b6f8f1408","product_id":"6773d4ff-c8b8-4009-916e-68031e7f9a95","title":"Light Grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Light Grey S-18729000","barcode":"","position":1,"option1":"Light Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/405d3dc4bb67112c5f97d615380211aa.jpeg","path":"405d3dc4bb67112c5f97d615380211aa.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.39,"min_quantity":1}],"weight":"0","compare_at_price":"32.39","price":"32.39","retail_price":"32.39","available":true,"url":"\/products\/womens-lantern-sleeve-sundress-kalenmos-autumn-kaftan-linen-maxi-dress-casual-long-vestidos-female-v-neck-robe-belted-plus-size-208528531791?variant=9f260fc7-af29-4dca-927c-722b6f8f1408","available_quantity":999999999,"options":[{"name":"Color","value":"Light Grey"},{"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 : Light Grey S-18729000
${function(){
const variantData = data.variant || {"id":"9f260fc7-af29-4dca-927c-722b6f8f1408","product_id":"6773d4ff-c8b8-4009-916e-68031e7f9a95","title":"Light Grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Light Grey S-18729000","barcode":"","position":1,"option1":"Light Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/405d3dc4bb67112c5f97d615380211aa.jpeg","path":"405d3dc4bb67112c5f97d615380211aa.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.39,"min_quantity":1}],"weight":"0","compare_at_price":"32.39","price":"32.39","retail_price":"32.39","available":true,"url":"\/products\/womens-lantern-sleeve-sundress-kalenmos-autumn-kaftan-linen-maxi-dress-casual-long-vestidos-female-v-neck-robe-belted-plus-size-208528531791?variant=9f260fc7-af29-4dca-927c-722b6f8f1408","available_quantity":999999999,"options":[{"name":"Color","value":"Light Grey"},{"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}
`
}()}