${function() {
const variantData = data.variant || {"id":"135e3c40-fcd0-4cc2-b083-cbee9cfb34c0","product_id":"fe066f3d-f54e-478d-8ec9-b7067bf8473c","title":"White-S","weight_unit":"g","inventory_quantity":999,"sku":"XHq8iHLkQ-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10cf203924cf5c384e83dea2faf00e24.jpeg","path":"10cf203924cf5c384e83dea2faf00e24.jpeg","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"200","compare_at_price":"31","price":"18.89","retail_price":"31","available":true,"url":"\/products\/casual-retro-print-round-neck-t-shirt-kmeu?variant=135e3c40-fcd0-4cc2-b083-cbee9cfb34c0","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":39,"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 : XHq8iHLkQ-White-S
Weight : 200g
${function(){
const variantData = data.variant || {"id":"135e3c40-fcd0-4cc2-b083-cbee9cfb34c0","product_id":"fe066f3d-f54e-478d-8ec9-b7067bf8473c","title":"White-S","weight_unit":"g","inventory_quantity":999,"sku":"XHq8iHLkQ-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10cf203924cf5c384e83dea2faf00e24.jpeg","path":"10cf203924cf5c384e83dea2faf00e24.jpeg","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"200","compare_at_price":"31","price":"18.89","retail_price":"31","available":true,"url":"\/products\/casual-retro-print-round-neck-t-shirt-kmeu?variant=135e3c40-fcd0-4cc2-b083-cbee9cfb34c0","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":39,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}