${function() {
const variantData = data.variant || {"id":"afb13e8d-676b-4ba0-ba1a-5121652fe945","product_id":"2842b569-bf4d-4159-a2a2-2987ba9a7789","title":"Same As Photo-m","weight_unit":"kg","inventory_quantity":1000,"sku":"5213882","barcode":"","position":1,"option1":"Same As Photo","option2":"m","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ca6f5de05b9efeabe341bce7b393321.jpeg","path":"7ca6f5de05b9efeabe341bce7b393321.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"63","price":"24.99","retail_price":"63","available":true,"url":"\/products\/mxde21b100bac3?variant=afb13e8d-676b-4ba0-ba1a-5121652fe945","available_quantity":999999999,"options":[{"name":"Color","value":"Same As Photo"},{"name":"Size","value":"m"}],"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":"afb13e8d-676b-4ba0-ba1a-5121652fe945","product_id":"2842b569-bf4d-4159-a2a2-2987ba9a7789","title":"Same As Photo-m","weight_unit":"kg","inventory_quantity":1000,"sku":"5213882","barcode":"","position":1,"option1":"Same As Photo","option2":"m","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ca6f5de05b9efeabe341bce7b393321.jpeg","path":"7ca6f5de05b9efeabe341bce7b393321.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"63","price":"24.99","retail_price":"63","available":true,"url":"\/products\/mxde21b100bac3?variant=afb13e8d-676b-4ba0-ba1a-5121652fe945","available_quantity":999999999,"options":[{"name":"Color","value":"Same As Photo"},{"name":"Size","value":"m"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}