${function() {
const variantData = data.variant || {"id":"fc4394f6-5aca-40a9-9112-cd1e8557f9eb","product_id":"74891c9a-f086-4200-8a9c-73ac2c1310a5","title":"blue-grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"128-231023-A14-MT0071S5M4-blue-grey-S","barcode":"","position":1,"option1":"blue-grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/72d6b540624192845ce8baeb03f2eb90.jpeg","path":"72d6b540624192845ce8baeb03f2eb90.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/funny-frog-art-design-t-shirt-1?variant=fc4394f6-5aca-40a9-9112-cd1e8557f9eb","available_quantity":999999999,"options":[{"name":"Color","value":"blue-grey"},{"name":"Size","value":"S"}],"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.
Sku : 128-231023-A14-MT0071S5M4-blue-grey-S
${function(){
const variantData = data.variant || {"id":"fc4394f6-5aca-40a9-9112-cd1e8557f9eb","product_id":"74891c9a-f086-4200-8a9c-73ac2c1310a5","title":"blue-grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"128-231023-A14-MT0071S5M4-blue-grey-S","barcode":"","position":1,"option1":"blue-grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/72d6b540624192845ce8baeb03f2eb90.jpeg","path":"72d6b540624192845ce8baeb03f2eb90.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/funny-frog-art-design-t-shirt-1?variant=fc4394f6-5aca-40a9-9112-cd1e8557f9eb","available_quantity":999999999,"options":[{"name":"Color","value":"blue-grey"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}