${function() {
const variantData = data.variant || {"id":"49a1efe5-369c-4dc7-8162-ac5e13ce9272","product_id":"418571ca-2416-436f-b2d5-ce6549d9a199","title":"yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7516725","barcode":"","position":1,"option1":"yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e27fc8a45c7b11ed994e0f0e26f6680c.jpeg","path":"e27fc8a45c7b11ed994e0f0e26f6680c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.2,"min_quantity":1}],"weight":"0","compare_at_price":"68","price":"27.2","retail_price":"68","available":true,"url":"\/products\/7a5f135525e2?variant=49a1efe5-369c-4dc7-8162-ac5e13ce9272","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"},{"name":"Size","value":"s"}],"off_ratio":60,"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":"49a1efe5-369c-4dc7-8162-ac5e13ce9272","product_id":"418571ca-2416-436f-b2d5-ce6549d9a199","title":"yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7516725","barcode":"","position":1,"option1":"yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e27fc8a45c7b11ed994e0f0e26f6680c.jpeg","path":"e27fc8a45c7b11ed994e0f0e26f6680c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.2,"min_quantity":1}],"weight":"0","compare_at_price":"68","price":"27.2","retail_price":"68","available":true,"url":"\/products\/7a5f135525e2?variant=49a1efe5-369c-4dc7-8162-ac5e13ce9272","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}