${function() {
const variantData = data.variant || {"id":"b00dc626-6385-41c0-b359-1f1619b94c9b","product_id":"24b0bbbb-221f-4485-94bb-fa1494325b56","title":"White-iPhone 13 Pro Max","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"White","option2":"iPhone 13 Pro Max","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/84828946eae3cfa9592bca9533381481.JPG","path":"84828946eae3cfa9592bca9533381481.JPG","width":2160,"height":2160,"alt":"Check Leather Shell Metal Leather Shoulder Strap--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":30.59,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"30.59","retail_price":"0","available":true,"url":"\/products\/chanel-check-leather-shell-metal-leather-shoulder-strap?variant=b00dc626-6385-41c0-b359-1f1619b94c9b","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Choose a model","value":"iPhone 13 Pro Max"}],"off_ratio":0,"flashsale_info":[],"sales":437};
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":"b00dc626-6385-41c0-b359-1f1619b94c9b","product_id":"24b0bbbb-221f-4485-94bb-fa1494325b56","title":"White-iPhone 13 Pro Max","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"White","option2":"iPhone 13 Pro Max","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/84828946eae3cfa9592bca9533381481.JPG","path":"84828946eae3cfa9592bca9533381481.JPG","width":2160,"height":2160,"alt":"Check Leather Shell Metal Leather Shoulder Strap--[GUCCLV]","aspect_ratio":1},"wholesale_price":[{"price":30.59,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"30.59","retail_price":"0","available":true,"url":"\/products\/chanel-check-leather-shell-metal-leather-shoulder-strap?variant=b00dc626-6385-41c0-b359-1f1619b94c9b","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Choose a model","value":"iPhone 13 Pro Max"}],"off_ratio":0,"flashsale_info":[],"sales":437};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}