${function() {
const variantData = data.variant || {"id":"51d773f1-9d81-4817-b405-b8070d65698b","product_id":"d89cfae3-50f3-40c2-a306-4de12525a823","title":"As shown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"QF-As shown-S-A00158032","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/308c0b15572d0186fcfeeb527fe2bff1.jpeg","path":"308c0b15572d0186fcfeeb527fe2bff1.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"37.99","price":"24.99","retail_price":"37.99","available":true,"url":"\/products\/womens-love-print-casual-leggings?variant=51d773f1-9d81-4817-b405-b8070d65698b","available_quantity":1000,"options":[{"name":"Color","value":"As shown"},{"name":"Size","value":"S"}],"off_ratio":34,"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 : QF-As shown-S-A00158032
${function(){
const variantData = data.variant || {"id":"51d773f1-9d81-4817-b405-b8070d65698b","product_id":"d89cfae3-50f3-40c2-a306-4de12525a823","title":"As shown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"QF-As shown-S-A00158032","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/308c0b15572d0186fcfeeb527fe2bff1.jpeg","path":"308c0b15572d0186fcfeeb527fe2bff1.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"37.99","price":"24.99","retail_price":"37.99","available":true,"url":"\/products\/womens-love-print-casual-leggings?variant=51d773f1-9d81-4817-b405-b8070d65698b","available_quantity":1000,"options":[{"name":"Color","value":"As shown"},{"name":"Size","value":"S"}],"off_ratio":34,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}