${function() {
const variantData = data.variant || {"id":"ba06e695-d6e3-4828-8797-020f3396400f","product_id":"48f02c9f-b5b1-47c8-976c-f0fd51034f88","title":"Black-AirPods Pro","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"AirPods Pro","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6c9a4c6b3efdc8f22d9d68315c559dd1.jpg","path":"6c9a4c6b3efdc8f22d9d68315c559dd1.jpg","width":2160,"height":2160,"alt":"AirPods cases metal buckle long chain--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25.99","retail_price":"0","available":true,"url":"\/products\/airpods-cases-chanel-metal-buckle-long-chain?variant=ba06e695-d6e3-4828-8797-020f3396400f","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Choose a model","value":"AirPods Pro"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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":"ba06e695-d6e3-4828-8797-020f3396400f","product_id":"48f02c9f-b5b1-47c8-976c-f0fd51034f88","title":"Black-AirPods Pro","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"AirPods Pro","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6c9a4c6b3efdc8f22d9d68315c559dd1.jpg","path":"6c9a4c6b3efdc8f22d9d68315c559dd1.jpg","width":2160,"height":2160,"alt":"AirPods cases metal buckle long chain--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25.99","retail_price":"0","available":true,"url":"\/products\/airpods-cases-chanel-metal-buckle-long-chain?variant=ba06e695-d6e3-4828-8797-020f3396400f","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Choose a model","value":"AirPods Pro"}],"off_ratio":0,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}