${function() {
const variantData = data.variant || {"id":"8cc8fed3-f68c-4042-a401-025af6bc6526","product_id":"f3811321-1db3-4350-9e87-f6a039c6fde5","title":"Green-S","weight_unit":"","inventory_quantity":0,"sku":"xtjx52022071522-8-a","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e35ceb1cbc6254ca13e98f7f3a611225.jpeg","path":"e35ceb1cbc6254ca13e98f7f3a611225.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/american-vintage-air-force-helmet-canvas-bag?variant=8cc8fed3-f68c-4042-a401-025af6bc6526","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":13};
const saveType = "percentage";
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 : xtjx52022071522-8-a
${function(){
const variantData = data.variant || {"id":"8cc8fed3-f68c-4042-a401-025af6bc6526","product_id":"f3811321-1db3-4350-9e87-f6a039c6fde5","title":"Green-S","weight_unit":"","inventory_quantity":0,"sku":"xtjx52022071522-8-a","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e35ceb1cbc6254ca13e98f7f3a611225.jpeg","path":"e35ceb1cbc6254ca13e98f7f3a611225.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/american-vintage-air-force-helmet-canvas-bag?variant=8cc8fed3-f68c-4042-a401-025af6bc6526","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":13};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}