${function() {
const variantData = data.variant || {"id":"f64fc186-b8a9-4f38-9b14-0db87e1e6d80","product_id":"f5080d8f-3bd4-49bb-ba47-56d8082a92a0","title":"green-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4666-green-S","barcode":"","position":2,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/93f99c5ab3f7c10b59193684e8aeb10f.jpeg","path":"93f99c5ab3f7c10b59193684e8aeb10f.jpeg","width":675,"height":899,"alt":"","aspect_ratio":0.7508342602892102},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"39.99","price":"24.99","retail_price":"39.99","available":true,"url":"\/products\/womens-st-patricks-day-print-sweatshirt?variant=f64fc186-b8a9-4f38-9b14-0db87e1e6d80","available_quantity":200,"options":[{"name":"color","value":"green"},{"name":"size","value":"S"}],"off_ratio":38,"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 : TSLC4666-green-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"f64fc186-b8a9-4f38-9b14-0db87e1e6d80","product_id":"f5080d8f-3bd4-49bb-ba47-56d8082a92a0","title":"green-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4666-green-S","barcode":"","position":2,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/93f99c5ab3f7c10b59193684e8aeb10f.jpeg","path":"93f99c5ab3f7c10b59193684e8aeb10f.jpeg","width":675,"height":899,"alt":"","aspect_ratio":0.7508342602892102},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"39.99","price":"24.99","retail_price":"39.99","available":true,"url":"\/products\/womens-st-patricks-day-print-sweatshirt?variant=f64fc186-b8a9-4f38-9b14-0db87e1e6d80","available_quantity":200,"options":[{"name":"color","value":"green"},{"name":"size","value":"S"}],"off_ratio":38,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}