${function() {
const variantData = data.variant || {"id":"db94554c-0a48-4b2e-9eb0-b1c906da90d1","product_id":"8882062f-c2bf-4707-b217-d439f79dad10","title":"Red-S","weight_unit":"g","inventory_quantity":999,"sku":"XHqECo5Da-Red-S","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49f2bef8e7398e3a6048bde2f7c65dc5.jpeg","path":"49f2bef8e7398e3a6048bde2f7c65dc5.jpeg","width":1800,"height":1800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.89,"min_quantity":1}],"weight":"300","compare_at_price":"40","price":"30.89","retail_price":"40","available":true,"url":"\/products\/fashion-retro-street-style-trousers?variant=db94554c-0a48-4b2e-9eb0-b1c906da90d1","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":23,"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 : XHqECo5Da-Red-S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"db94554c-0a48-4b2e-9eb0-b1c906da90d1","product_id":"8882062f-c2bf-4707-b217-d439f79dad10","title":"Red-S","weight_unit":"g","inventory_quantity":999,"sku":"XHqECo5Da-Red-S","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49f2bef8e7398e3a6048bde2f7c65dc5.jpeg","path":"49f2bef8e7398e3a6048bde2f7c65dc5.jpeg","width":1800,"height":1800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.89,"min_quantity":1}],"weight":"300","compare_at_price":"40","price":"30.89","retail_price":"40","available":true,"url":"\/products\/fashion-retro-street-style-trousers?variant=db94554c-0a48-4b2e-9eb0-b1c906da90d1","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":23,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}