${function() {
const variantData = data.variant || {"id":"e174f08c-3a23-47ee-9783-75ee2a0b854e","product_id":"0b055ee1-298b-49cf-9552-9091d18415ca","title":"apricot-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027644590","barcode":"","position":1,"option1":"apricot","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9ce420e6cf995116bf666dfd1a5b935a.jpeg","path":"9ce420e6cf995116bf666dfd1a5b935a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.79,"min_quantity":1}],"weight":"0","compare_at_price":"38.79","price":"38.79","retail_price":"38.79","available":true,"url":"\/products\/all-match-warm-pockets-retro-chic-knitwear-1290?variant=e174f08c-3a23-47ee-9783-75ee2a0b854e","available_quantity":1000,"options":[{"name":"Color","value":"apricot"},{"name":"Size","value":"One Size"}],"off_ratio":0,"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.
${function(){
const variantData = data.variant || {"id":"e174f08c-3a23-47ee-9783-75ee2a0b854e","product_id":"0b055ee1-298b-49cf-9552-9091d18415ca","title":"apricot-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027644590","barcode":"","position":1,"option1":"apricot","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9ce420e6cf995116bf666dfd1a5b935a.jpeg","path":"9ce420e6cf995116bf666dfd1a5b935a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.79,"min_quantity":1}],"weight":"0","compare_at_price":"38.79","price":"38.79","retail_price":"38.79","available":true,"url":"\/products\/all-match-warm-pockets-retro-chic-knitwear-1290?variant=e174f08c-3a23-47ee-9783-75ee2a0b854e","available_quantity":1000,"options":[{"name":"Color","value":"apricot"},{"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}
`
}()}