${function() {
const variantData = data.variant || {"id":"8152e5af-10f0-4fa8-a01e-19286c87bea0","product_id":"dc4f41f1-db91-42fc-aa39-079ef34ea1bd","title":"Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHQJl0ZTe-Gray-S","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f4b2aded701ca8e85333a2c37c9f2ea6.jpeg","path":"f4b2aded701ca8e85333a2c37c9f2ea6.jpeg","width":828,"height":828,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.89,"min_quantity":1}],"weight":"300","compare_at_price":"49","price":"34.89","retail_price":"49","available":true,"url":"\/products\/personalized-detox-print-long-sleeve-full-zipper-hoodies?variant=8152e5af-10f0-4fa8-a01e-19286c87bea0","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"S"}],"off_ratio":29,"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 : XHQJl0ZTe-Gray-S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"8152e5af-10f0-4fa8-a01e-19286c87bea0","product_id":"dc4f41f1-db91-42fc-aa39-079ef34ea1bd","title":"Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHQJl0ZTe-Gray-S","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f4b2aded701ca8e85333a2c37c9f2ea6.jpeg","path":"f4b2aded701ca8e85333a2c37c9f2ea6.jpeg","width":828,"height":828,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.89,"min_quantity":1}],"weight":"300","compare_at_price":"49","price":"34.89","retail_price":"49","available":true,"url":"\/products\/personalized-detox-print-long-sleeve-full-zipper-hoodies?variant=8152e5af-10f0-4fa8-a01e-19286c87bea0","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}