${function() {
const variantData = data.variant || {"id":"2e92eb29-b2fb-4b75-97cc-be3dff81660d","product_id":"4e807eda-7aae-4c6b-b888-77719ff9b6f0","title":"XS-1 pair of batteries","weight_unit":"kg","inventory_quantity":0,"sku":"SG09-XS-BATG01","barcode":"3701395002347","position":1,"option1":"XS","option2":"1 pair of batteries","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44c98719726b88145a3bb55447ac5a41.webp","path":"44c98719726b88145a3bb55447ac5a41.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":91,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"91","retail_price":"0","available":true,"url":"\/products\/moufles-chauffantes-evo-1?variant=2e92eb29-b2fb-4b75-97cc-be3dff81660d","available_quantity":999999999,"options":[{"name":"Taille","value":"XS"},{"name":"Batteries","value":"1 pair of batteries"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : SG09-XS-BATG01
Barcode : 3701395002347
${function(){
const variantData = data.variant || {"id":"2e92eb29-b2fb-4b75-97cc-be3dff81660d","product_id":"4e807eda-7aae-4c6b-b888-77719ff9b6f0","title":"XS-1 pair of batteries","weight_unit":"kg","inventory_quantity":0,"sku":"SG09-XS-BATG01","barcode":"3701395002347","position":1,"option1":"XS","option2":"1 pair of batteries","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44c98719726b88145a3bb55447ac5a41.webp","path":"44c98719726b88145a3bb55447ac5a41.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":91,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"91","retail_price":"0","available":true,"url":"\/products\/moufles-chauffantes-evo-1?variant=2e92eb29-b2fb-4b75-97cc-be3dff81660d","available_quantity":999999999,"options":[{"name":"Taille","value":"XS"},{"name":"Batteries","value":"1 pair of batteries"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}