${function() {
const variantData = data.variant || {"id":"295950da-c354-40e7-a3e1-80cd2029c7eb","product_id":"f0ccbc24-4904-4aa9-b9a6-be7fdc96bbbc","title":"Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHXiuziJh-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3220fc34a7e95a6bddab1c0b5a760c0c.jpeg","path":"3220fc34a7e95a6bddab1c0b5a760c0c.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"350","compare_at_price":"33","price":"18.89","retail_price":"33","available":true,"url":"\/products\/angel-has-descended-casual-street-t-shirt?variant=295950da-c354-40e7-a3e1-80cd2029c7eb","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":1};
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 : XHXiuziJh-Black-S
Weight : 350g
${function(){
const variantData = data.variant || {"id":"295950da-c354-40e7-a3e1-80cd2029c7eb","product_id":"f0ccbc24-4904-4aa9-b9a6-be7fdc96bbbc","title":"Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHXiuziJh-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3220fc34a7e95a6bddab1c0b5a760c0c.jpeg","path":"3220fc34a7e95a6bddab1c0b5a760c0c.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"350","compare_at_price":"33","price":"18.89","retail_price":"33","available":true,"url":"\/products\/angel-has-descended-casual-street-t-shirt?variant=295950da-c354-40e7-a3e1-80cd2029c7eb","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}