${function() {
const variantData = data.variant || {"id":"339172ff-4246-4ec7-b5ad-eaf4ac1703ea","product_id":"d87e0eb7-f3be-4689-8b66-209d79b7b9cb","title":"White-iPhone SE 2","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"White","option2":"iPhone SE 2","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7efa2e39cda26014b7ee2f5e88b46cc0.jpeg","path":"7efa2e39cda26014b7ee2f5e88b46cc0.jpeg","width":3024,"height":3024,"alt":"Apple iPhone 6 - 11 Bee Plating Frame Cases--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":24.92,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"24.92","retail_price":"0","available":true,"url":"\/products\/apple-iphone-6-11-bee-plating-frame-cases?variant=339172ff-4246-4ec7-b5ad-eaf4ac1703ea","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"iPhone SE 2"}],"off_ratio":0,"flashsale_info":[],"sales":555};
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}
`
}()}
Size
${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":"339172ff-4246-4ec7-b5ad-eaf4ac1703ea","product_id":"d87e0eb7-f3be-4689-8b66-209d79b7b9cb","title":"White-iPhone SE 2","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"White","option2":"iPhone SE 2","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7efa2e39cda26014b7ee2f5e88b46cc0.jpeg","path":"7efa2e39cda26014b7ee2f5e88b46cc0.jpeg","width":3024,"height":3024,"alt":"Apple iPhone 6 - 11 Bee Plating Frame Cases--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":24.92,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"24.92","retail_price":"0","available":true,"url":"\/products\/apple-iphone-6-11-bee-plating-frame-cases?variant=339172ff-4246-4ec7-b5ad-eaf4ac1703ea","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"iPhone SE 2"}],"off_ratio":0,"flashsale_info":[],"sales":555};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}