${function() {
const variantData = data.variant || {"id":"19420ff4-46c9-4eb8-8f8c-f14dffa51379","product_id":"8c5333bd-191d-4a91-997f-75bd8f91a937","title":"blue-S","weight_unit":"kg","inventory_quantity":200,"sku":"UR0876-blue-S","barcode":"","position":2,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d078f762125c460f9e92f6d1435f718a.jpeg","path":"d078f762125c460f9e92f6d1435f718a.jpeg","width":667,"height":890,"alt":"","aspect_ratio":0.749438202247191},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"54.99","price":"39.99","retail_price":"54.99","available":true,"url":"\/products\/womens-fashion-loose-fer-island-christmas-sweater?variant=19420ff4-46c9-4eb8-8f8c-f14dffa51379","available_quantity":200,"options":[{"name":"color","value":"blue"},{"name":"size","value":"S"}],"off_ratio":27,"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 : UR0876-blue-S
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"19420ff4-46c9-4eb8-8f8c-f14dffa51379","product_id":"8c5333bd-191d-4a91-997f-75bd8f91a937","title":"blue-S","weight_unit":"kg","inventory_quantity":200,"sku":"UR0876-blue-S","barcode":"","position":2,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d078f762125c460f9e92f6d1435f718a.jpeg","path":"d078f762125c460f9e92f6d1435f718a.jpeg","width":667,"height":890,"alt":"","aspect_ratio":0.749438202247191},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"54.99","price":"39.99","retail_price":"54.99","available":true,"url":"\/products\/womens-fashion-loose-fer-island-christmas-sweater?variant=19420ff4-46c9-4eb8-8f8c-f14dffa51379","available_quantity":200,"options":[{"name":"color","value":"blue"},{"name":"size","value":"S"}],"off_ratio":27,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}