${function() {
const variantData = data.variant || {"id":"c1d44789-c205-409b-9e9e-0d29d2eb5f8b","product_id":"3050c811-3bd0-445e-8624-2e778d5099a1","title":"01-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 S-46153739","barcode":"","position":1,"option1":"01","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3eaa7b81b19d6116be3122b1cc081c11.jpeg","path":"3eaa7b81b19d6116be3122b1cc081c11.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.49,"min_quantity":1}],"weight":"0","compare_at_price":"32.49","price":"32.49","retail_price":"32.49","available":true,"url":"\/products\/wide-leg-jeans-high-waist-street-retro-straight-fashion-stretch-208565419737?variant=c1d44789-c205-409b-9e9e-0d29d2eb5f8b","available_quantity":999999999,"options":[{"name":"Color","value":"01"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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":"c1d44789-c205-409b-9e9e-0d29d2eb5f8b","product_id":"3050c811-3bd0-445e-8624-2e778d5099a1","title":"01-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 S-46153739","barcode":"","position":1,"option1":"01","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3eaa7b81b19d6116be3122b1cc081c11.jpeg","path":"3eaa7b81b19d6116be3122b1cc081c11.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.49,"min_quantity":1}],"weight":"0","compare_at_price":"32.49","price":"32.49","retail_price":"32.49","available":true,"url":"\/products\/wide-leg-jeans-high-waist-street-retro-straight-fashion-stretch-208565419737?variant=c1d44789-c205-409b-9e9e-0d29d2eb5f8b","available_quantity":999999999,"options":[{"name":"Color","value":"01"},{"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}
`
}()}