${function() {
const variantData = data.variant || {"id":"d5df8c31-36a3-4896-bf0d-ba00908d2e4e","product_id":"037ddfc1-ac3f-4808-81c4-79688b3c0a6d","title":"grey-One Size","weight_unit":"kg","inventory_quantity":200,"sku":"UR0869-grey-One Size","barcode":"","position":3,"option1":"grey","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0198a0e56d944977f2cd75e209bc66b1.jpeg","path":"0198a0e56d944977f2cd75e209bc66b1.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"53.99","price":"38.99","retail_price":"53.99","available":true,"url":"\/products\/womens-loose-knitted-split-skirt-two-piece-set?variant=d5df8c31-36a3-4896-bf0d-ba00908d2e4e","available_quantity":200,"options":[{"name":"color","value":"grey"},{"name":"size","value":"One Size"}],"off_ratio":28,"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 : UR0869-grey-One Size
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"d5df8c31-36a3-4896-bf0d-ba00908d2e4e","product_id":"037ddfc1-ac3f-4808-81c4-79688b3c0a6d","title":"grey-One Size","weight_unit":"kg","inventory_quantity":200,"sku":"UR0869-grey-One Size","barcode":"","position":3,"option1":"grey","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0198a0e56d944977f2cd75e209bc66b1.jpeg","path":"0198a0e56d944977f2cd75e209bc66b1.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"53.99","price":"38.99","retail_price":"53.99","available":true,"url":"\/products\/womens-loose-knitted-split-skirt-two-piece-set?variant=d5df8c31-36a3-4896-bf0d-ba00908d2e4e","available_quantity":200,"options":[{"name":"color","value":"grey"},{"name":"size","value":"One Size"}],"off_ratio":28,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}