${function() {
const variantData = data.variant || {"id":"464187cb-686c-4258-8d69-ad59d338e0bd","product_id":"8098fb6d-4ace-4147-82f0-b2a80ed60c5a","title":"Orange-S","weight_unit":"kg","inventory_quantity":0,"sku":"xtjx5202304271-6-a","barcode":"","position":1,"option1":"Orange","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c455f183e88983406bfbdf84263fdd4a.jpeg","path":"c455f183e88983406bfbdf84263fdd4a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12.69,"min_quantity":1}],"weight":"0","compare_at_price":"32.69","price":"12.69","retail_price":"32.69","available":true,"url":"\/products\/vintage-heavyweight-300g-cotton-brushed-basic-t-shirt?variant=464187cb-686c-4258-8d69-ad59d338e0bd","available_quantity":999999999,"options":[{"name":"Color","value":"Orange"},{"name":"Size","value":"S"}],"off_ratio":61,"flashsale_info":[],"sales":12};
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":"464187cb-686c-4258-8d69-ad59d338e0bd","product_id":"8098fb6d-4ace-4147-82f0-b2a80ed60c5a","title":"Orange-S","weight_unit":"kg","inventory_quantity":0,"sku":"xtjx5202304271-6-a","barcode":"","position":1,"option1":"Orange","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c455f183e88983406bfbdf84263fdd4a.jpeg","path":"c455f183e88983406bfbdf84263fdd4a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12.69,"min_quantity":1}],"weight":"0","compare_at_price":"32.69","price":"12.69","retail_price":"32.69","available":true,"url":"\/products\/vintage-heavyweight-300g-cotton-brushed-basic-t-shirt?variant=464187cb-686c-4258-8d69-ad59d338e0bd","available_quantity":999999999,"options":[{"name":"Color","value":"Orange"},{"name":"Size","value":"S"}],"off_ratio":61,"flashsale_info":[],"sales":12};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}