${function() {
const variantData = data.variant || {"id":"7959b926-e650-4cfb-a6a7-45cc030ebcbf","product_id":"557421ad-67ab-40fd-ab94-174aad85eb55","title":"green-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4667-green-S","barcode":"","position":1,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cf0bfa6f6df766a72ba4e1f3b2def5bd.jpeg","path":"cf0bfa6f6df766a72ba4e1f3b2def5bd.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-i-love-leprechauns-and-maybe-3-people-clover-printed-sweatshirt?variant=7959b926-e650-4cfb-a6a7-45cc030ebcbf","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 : TSLC4667-green-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"7959b926-e650-4cfb-a6a7-45cc030ebcbf","product_id":"557421ad-67ab-40fd-ab94-174aad85eb55","title":"green-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4667-green-S","barcode":"","position":1,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cf0bfa6f6df766a72ba4e1f3b2def5bd.jpeg","path":"cf0bfa6f6df766a72ba4e1f3b2def5bd.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-i-love-leprechauns-and-maybe-3-people-clover-printed-sweatshirt?variant=7959b926-e650-4cfb-a6a7-45cc030ebcbf","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}
`
}()}