${function() {
const variantData = data.variant || {"id":"8a9f31bf-22a4-4595-a1d5-6450500212ff","product_id":"3e492574-9b33-435d-aa75-d018d0aafb29","title":"01 Brick Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 Brick Red S-46202034","barcode":"","position":1,"option1":"01 Brick Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fe95af58e41b15cc801d07796df6b47e.jpeg","path":"fe95af58e41b15cc801d07796df6b47e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.67,"min_quantity":1}],"weight":"0","compare_at_price":"36.67","price":"36.67","retail_price":"36.67","available":true,"url":"\/products\/solid-color-office-ladies-long-sleeve-v-neck-street-loose-vintage-coat-208565267463?variant=8a9f31bf-22a4-4595-a1d5-6450500212ff","available_quantity":999999999,"options":[{"name":"Color","value":"01 Brick Red"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 : 01 Brick Red S-46202034
${function(){
const variantData = data.variant || {"id":"8a9f31bf-22a4-4595-a1d5-6450500212ff","product_id":"3e492574-9b33-435d-aa75-d018d0aafb29","title":"01 Brick Red-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 Brick Red S-46202034","barcode":"","position":1,"option1":"01 Brick Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fe95af58e41b15cc801d07796df6b47e.jpeg","path":"fe95af58e41b15cc801d07796df6b47e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.67,"min_quantity":1}],"weight":"0","compare_at_price":"36.67","price":"36.67","retail_price":"36.67","available":true,"url":"\/products\/solid-color-office-ladies-long-sleeve-v-neck-street-loose-vintage-coat-208565267463?variant=8a9f31bf-22a4-4595-a1d5-6450500212ff","available_quantity":999999999,"options":[{"name":"Color","value":"01 Brick Red"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}