${function() {
const variantData = data.variant || {"id":"72c45946-c36a-40f9-a725-cae104b268f9","product_id":"fef63aba-ae2d-4916-8886-a5eaf1df98e7","title":"White-One Size","weight_unit":"kg","inventory_quantity":100,"sku":"mug031-#TYK4BRNKlDcWN=B73","barcode":"","position":1,"option1":"White","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0dc271d121b97d89ac05316a937e6df7.jpeg","path":"0dc271d121b97d89ac05316a937e6df7.jpeg","width":1200,"height":1200,"alt":"Happy Thanksgiving Mug","aspect_ratio":1},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"35.99","price":"24.99","retail_price":"35.99","available":true,"url":"\/products\/happy-thanksgiving-mug-pobe?variant=72c45946-c36a-40f9-a725-cae104b268f9","available_quantity":100,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"One Size"}],"off_ratio":31,"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.
Sku : mug031-#TYK4BRNKlDcWN=B73
${function(){
const variantData = data.variant || {"id":"72c45946-c36a-40f9-a725-cae104b268f9","product_id":"fef63aba-ae2d-4916-8886-a5eaf1df98e7","title":"White-One Size","weight_unit":"kg","inventory_quantity":100,"sku":"mug031-#TYK4BRNKlDcWN=B73","barcode":"","position":1,"option1":"White","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0dc271d121b97d89ac05316a937e6df7.jpeg","path":"0dc271d121b97d89ac05316a937e6df7.jpeg","width":1200,"height":1200,"alt":"Happy Thanksgiving Mug","aspect_ratio":1},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"35.99","price":"24.99","retail_price":"35.99","available":true,"url":"\/products\/happy-thanksgiving-mug-pobe?variant=72c45946-c36a-40f9-a725-cae104b268f9","available_quantity":100,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"One Size"}],"off_ratio":31,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}