${function() {
const variantData = data.variant || {"id":"8039955b-02a1-444d-8283-dd0c35be14bf","product_id":"f6dd038c-8197-4466-a096-be7de853c68a","title":"Blue-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"FC6542-1-OS","barcode":"","position":1,"option1":"Blue","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/78e6fa1dea4dfcfacbc0ac4c350ec82f.jpeg","path":"78e6fa1dea4dfcfacbc0ac4c350ec82f.jpeg","width":800,"height":1200,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":74.48,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"74.48","retail_price":"0","available":true,"url":"\/products\/casual-british-style-solid-pocket-hooded-collar-outerwear?variant=8039955b-02a1-444d-8283-dd0c35be14bf","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"One Size"}],"off_ratio":0,"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.
${function(){
const variantData = data.variant || {"id":"8039955b-02a1-444d-8283-dd0c35be14bf","product_id":"f6dd038c-8197-4466-a096-be7de853c68a","title":"Blue-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"FC6542-1-OS","barcode":"","position":1,"option1":"Blue","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/78e6fa1dea4dfcfacbc0ac4c350ec82f.jpeg","path":"78e6fa1dea4dfcfacbc0ac4c350ec82f.jpeg","width":800,"height":1200,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":74.48,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"74.48","retail_price":"0","available":true,"url":"\/products\/casual-british-style-solid-pocket-hooded-collar-outerwear?variant=8039955b-02a1-444d-8283-dd0c35be14bf","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}