${function() {
const variantData = data.variant || {"id":"172f22b9-da15-433d-a861-2225be6906e1","product_id":"c1dcb5f3-e2ba-42c8-ac11-9d4cfc7959e6","title":"grey-One Size","weight_unit":"kg","inventory_quantity":200,"sku":"UR0872-grey-One Size","barcode":"","position":3,"option1":"grey","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e6246a6012022a5f1b9ce3bb16fcbb43.jpeg","path":"e6246a6012022a5f1b9ce3bb16fcbb43.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":52.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"67.99","price":"52.99","retail_price":"67.99","available":true,"url":"\/products\/womens-fashion-knitted-high-waist-wide-leg-pants-two-piece-set?variant=172f22b9-da15-433d-a861-2225be6906e1","available_quantity":200,"options":[{"name":"color","value":"grey"},{"name":"size","value":"One Size"}],"off_ratio":22,"flashsale_info":[],"sales":0};
const saveType = "amount";
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 : UR0872-grey-One Size
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"172f22b9-da15-433d-a861-2225be6906e1","product_id":"c1dcb5f3-e2ba-42c8-ac11-9d4cfc7959e6","title":"grey-One Size","weight_unit":"kg","inventory_quantity":200,"sku":"UR0872-grey-One Size","barcode":"","position":3,"option1":"grey","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e6246a6012022a5f1b9ce3bb16fcbb43.jpeg","path":"e6246a6012022a5f1b9ce3bb16fcbb43.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":52.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"67.99","price":"52.99","retail_price":"67.99","available":true,"url":"\/products\/womens-fashion-knitted-high-waist-wide-leg-pants-two-piece-set?variant=172f22b9-da15-433d-a861-2225be6906e1","available_quantity":200,"options":[{"name":"color","value":"grey"},{"name":"size","value":"One Size"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}