${function() {
const variantData = data.variant || {"id":"fd8817cc-4114-47d3-866e-17df1abc233e","product_id":"40353bbc-6874-43e3-ae6d-72c564a7e160","title":"Brown-iPhone 14 Pro","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Brown","option2":"iPhone 14 Pro","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e4f83c4f661a471eaf29209f52474ad1.JPG","path":"e4f83c4f661a471eaf29209f52474ad1.JPG","width":2160,"height":2160,"alt":"Luxury Wallet Webbing Strap Phone Case--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"27.99","retail_price":"0","available":true,"url":"\/products\/gucci-luxury-wallet-webbing-strap-phone-case?variant=fd8817cc-4114-47d3-866e-17df1abc233e","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Choose a model","value":"iPhone 14 Pro"}],"off_ratio":0,"flashsale_info":[],"sales":3234};
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}
`
}()}
Choose A Model
${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":"fd8817cc-4114-47d3-866e-17df1abc233e","product_id":"40353bbc-6874-43e3-ae6d-72c564a7e160","title":"Brown-iPhone 14 Pro","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Brown","option2":"iPhone 14 Pro","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e4f83c4f661a471eaf29209f52474ad1.JPG","path":"e4f83c4f661a471eaf29209f52474ad1.JPG","width":2160,"height":2160,"alt":"Luxury Wallet Webbing Strap Phone Case--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"27.99","retail_price":"0","available":true,"url":"\/products\/gucci-luxury-wallet-webbing-strap-phone-case?variant=fd8817cc-4114-47d3-866e-17df1abc233e","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Choose a model","value":"iPhone 14 Pro"}],"off_ratio":0,"flashsale_info":[],"sales":3234};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}