${function() {
const variantData = data.variant || {"id":"3ca30b39-5dcc-4bed-89cd-1ec0903e8b09","product_id":"c226346d-f200-4017-9cc0-bfde29c28aa4","title":"Red-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHBlTO8I7-Red-S","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5630b60795aa5a9a1aabdba76083b8db.jpeg","path":"5630b60795aa5a9a1aabdba76083b8db.jpeg","width":898,"height":898,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.89,"min_quantity":1}],"weight":"666","compare_at_price":"88","price":"45.89","retail_price":"88","available":true,"url":"\/products\/fallen-angels-casual-street-panel-two-piece-hoodie-set?variant=3ca30b39-5dcc-4bed-89cd-1ec0903e8b09","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":48,"flashsale_info":[],"sales":6};
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 : XHBlTO8I7-Red-S
Weight : 666g
${function(){
const variantData = data.variant || {"id":"3ca30b39-5dcc-4bed-89cd-1ec0903e8b09","product_id":"c226346d-f200-4017-9cc0-bfde29c28aa4","title":"Red-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHBlTO8I7-Red-S","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5630b60795aa5a9a1aabdba76083b8db.jpeg","path":"5630b60795aa5a9a1aabdba76083b8db.jpeg","width":898,"height":898,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.89,"min_quantity":1}],"weight":"666","compare_at_price":"88","price":"45.89","retail_price":"88","available":true,"url":"\/products\/fallen-angels-casual-street-panel-two-piece-hoodie-set?variant=3ca30b39-5dcc-4bed-89cd-1ec0903e8b09","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":48,"flashsale_info":[],"sales":6};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}