${function() {
const variantData = data.variant || {"id":"00985ffd-12ed-4a38-be45-c23ab5e78780","product_id":"00118be2-22b6-4c3b-a200-9af944d04e88","title":"Black-iPhone 13 ProMax","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"iPhone 13 ProMax","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b36011a5beece70d3393235ed122553d.jpg","path":"b36011a5beece70d3393235ed122553d.jpg","width":800,"height":800,"alt":"Apple iPhone and Samsung Galaxy Fashion Case Luxury Gift--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":24.39,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"24.39","retail_price":"0","available":true,"url":"\/products\/apple-iphone-and-samsung-galaxy-fashion-case-luxury-gift?variant=00985ffd-12ed-4a38-be45-c23ab5e78780","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"iPhone 13 ProMax"}],"off_ratio":0,"flashsale_info":[],"sales":559};
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":"00985ffd-12ed-4a38-be45-c23ab5e78780","product_id":"00118be2-22b6-4c3b-a200-9af944d04e88","title":"Black-iPhone 13 ProMax","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"iPhone 13 ProMax","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b36011a5beece70d3393235ed122553d.jpg","path":"b36011a5beece70d3393235ed122553d.jpg","width":800,"height":800,"alt":"Apple iPhone and Samsung Galaxy Fashion Case Luxury Gift--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":24.39,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"24.39","retail_price":"0","available":true,"url":"\/products\/apple-iphone-and-samsung-galaxy-fashion-case-luxury-gift?variant=00985ffd-12ed-4a38-be45-c23ab5e78780","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"iPhone 13 ProMax"}],"off_ratio":0,"flashsale_info":[],"sales":559};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}