${function() {
const variantData = data.variant || {"id":"f84ff0d6-45e5-4d6e-af65-d74538e68ce5","product_id":"829a1108-2c7d-48ee-b39d-3a022803f14e","title":"Black-iPhone 13 Pro Max","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"iPhone 13 Pro Max","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/72bee99fc092e0e14978c1535585f1fe.JPG","path":"72bee99fc092e0e14978c1535585f1fe.JPG","width":2160,"height":2160,"alt":"Galvanized Leather Embossed Phone Case--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"129","price":"24.99","retail_price":"129","available":true,"url":"\/products\/galvanized-leather-gucci-embossed-phone-case?variant=f84ff0d6-45e5-4d6e-af65-d74538e68ce5","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Choose a model","value":"iPhone 13 Pro Max"}],"off_ratio":81,"flashsale_info":[],"sales":335};
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":"f84ff0d6-45e5-4d6e-af65-d74538e68ce5","product_id":"829a1108-2c7d-48ee-b39d-3a022803f14e","title":"Black-iPhone 13 Pro Max","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"iPhone 13 Pro Max","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/72bee99fc092e0e14978c1535585f1fe.JPG","path":"72bee99fc092e0e14978c1535585f1fe.JPG","width":2160,"height":2160,"alt":"Galvanized Leather Embossed Phone Case--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"129","price":"24.99","retail_price":"129","available":true,"url":"\/products\/galvanized-leather-gucci-embossed-phone-case?variant=f84ff0d6-45e5-4d6e-af65-d74538e68ce5","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Choose a model","value":"iPhone 13 Pro Max"}],"off_ratio":81,"flashsale_info":[],"sales":335};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}