${function() {
const variantData = data.variant || {"id":"4d1a6f44-efcf-4983-b5b0-e80f671f9eaf","product_id":"e586e60c-144f-4e79-8170-5ccaded0b1f1","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHsZNRt9b-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/89c96638ba40f7b3620f420e8ffa9e6f.jpeg","path":"89c96638ba40f7b3620f420e8ffa9e6f.jpeg","width":1280,"height":1280,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"400","compare_at_price":"40","price":"29.89","retail_price":"40","available":true,"url":"\/products\/trendy-personalized-vintage-print-hoodie?variant=4d1a6f44-efcf-4983-b5b0-e80f671f9eaf","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":25,"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 : XHsZNRt9b-Black-S
Weight : 400g
${function(){
const variantData = data.variant || {"id":"4d1a6f44-efcf-4983-b5b0-e80f671f9eaf","product_id":"e586e60c-144f-4e79-8170-5ccaded0b1f1","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHsZNRt9b-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/89c96638ba40f7b3620f420e8ffa9e6f.jpeg","path":"89c96638ba40f7b3620f420e8ffa9e6f.jpeg","width":1280,"height":1280,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"400","compare_at_price":"40","price":"29.89","retail_price":"40","available":true,"url":"\/products\/trendy-personalized-vintage-print-hoodie?variant=4d1a6f44-efcf-4983-b5b0-e80f671f9eaf","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":25,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}