${function() {
const variantData = data.variant || {"id":"7c9cc95d-b3e3-4eb7-9f9e-8697989e5888","product_id":"2168e46e-81c6-4e76-a88b-71d59662004d","title":"Ligth Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Ligth Blue S-46153476","barcode":"","position":1,"option1":"Ligth Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/556aa001a2159fdb931ad0b1fcf614d2.jpeg","path":"556aa001a2159fdb931ad0b1fcf614d2.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":34.6,"min_quantity":1}],"weight":"0","compare_at_price":"34.6","price":"34.6","retail_price":"34.6","available":true,"url":"\/products\/jeans-high-waist-straight-loose-casual-fashion-applique-208565413956?variant=7c9cc95d-b3e3-4eb7-9f9e-8697989e5888","available_quantity":999999999,"options":[{"name":"Color","value":"Ligth Blue"},{"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.
Sku : Ligth Blue S-46153476
${function(){
const variantData = data.variant || {"id":"7c9cc95d-b3e3-4eb7-9f9e-8697989e5888","product_id":"2168e46e-81c6-4e76-a88b-71d59662004d","title":"Ligth Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Ligth Blue S-46153476","barcode":"","position":1,"option1":"Ligth Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/556aa001a2159fdb931ad0b1fcf614d2.jpeg","path":"556aa001a2159fdb931ad0b1fcf614d2.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":34.6,"min_quantity":1}],"weight":"0","compare_at_price":"34.6","price":"34.6","retail_price":"34.6","available":true,"url":"\/products\/jeans-high-waist-straight-loose-casual-fashion-applique-208565413956?variant=7c9cc95d-b3e3-4eb7-9f9e-8697989e5888","available_quantity":999999999,"options":[{"name":"Color","value":"Ligth Blue"},{"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}
`
}()}