${function() {
const variantData = data.variant || {"id":"59617903-254b-4b78-a00f-d7cde79be5c6","product_id":"e30f7e64-91a8-48df-8460-44639391f744","title":"As shown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"WTS186987-ASS00S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fc909dc084c4868e72866c3c9f067470.jpeg","path":"fc909dc084c4868e72866c3c9f067470.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"28.76","price":"20.99","retail_price":"28.76","available":true,"url":"\/products\/womens-oil-painting-flower-print-v-neck-t-shirt?variant=59617903-254b-4b78-a00f-d7cde79be5c6","available_quantity":999999999,"options":[{"name":"Color","value":"As shown"},{"name":"Size","value":"S"}],"off_ratio":27,"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.
${function(){
const variantData = data.variant || {"id":"59617903-254b-4b78-a00f-d7cde79be5c6","product_id":"e30f7e64-91a8-48df-8460-44639391f744","title":"As shown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"WTS186987-ASS00S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fc909dc084c4868e72866c3c9f067470.jpeg","path":"fc909dc084c4868e72866c3c9f067470.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"28.76","price":"20.99","retail_price":"28.76","available":true,"url":"\/products\/womens-oil-painting-flower-print-v-neck-t-shirt?variant=59617903-254b-4b78-a00f-d7cde79be5c6","available_quantity":999999999,"options":[{"name":"Color","value":"As shown"},{"name":"Size","value":"S"}],"off_ratio":27,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}