${function() {
const variantData = data.variant || {"id":"f2093fa7-05a9-4ca5-99f8-1f09d964aa79","product_id":"d19dc2f7-1a10-41b2-9223-07e5e088dc85","title":"As shown-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4959-As shown-S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/34559a84590cf573f1f4c01c9bdc8fd6.jpeg","path":"34559a84590cf573f1f4c01c9bdc8fd6.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"47.99","price":"32.99","retail_price":"47.99","available":true,"url":"\/products\/womens-vintage-plant-floral-print-v-neck-shirt?variant=f2093fa7-05a9-4ca5-99f8-1f09d964aa79","available_quantity":200,"options":[{"name":"color","value":"As shown"},{"name":"size","value":"S"}],"off_ratio":31,"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 : TSLC4959-As shown-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"f2093fa7-05a9-4ca5-99f8-1f09d964aa79","product_id":"d19dc2f7-1a10-41b2-9223-07e5e088dc85","title":"As shown-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4959-As shown-S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/34559a84590cf573f1f4c01c9bdc8fd6.jpeg","path":"34559a84590cf573f1f4c01c9bdc8fd6.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"47.99","price":"32.99","retail_price":"47.99","available":true,"url":"\/products\/womens-vintage-plant-floral-print-v-neck-shirt?variant=f2093fa7-05a9-4ca5-99f8-1f09d964aa79","available_quantity":200,"options":[{"name":"color","value":"As shown"},{"name":"size","value":"S"}],"off_ratio":31,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}