test
${function() {
const variantData = data.variant || {"id":"0687b811-12a6-4d03-8fb8-8e8f26e9b830","product_id":"156ee1ea-6ecd-4f75-9632-d6277e025af6","title":"One Size-Black","weight_unit":"kg","inventory_quantity":999,"sku":"test","barcode":"","position":1,"option1":"One Size","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6df5613af6a68f854838a3beaa531c8d.jpeg","path":"6df5613af6a68f854838a3beaa531c8d.jpeg","width":1815,"height":2722,"alt":"","aspect_ratio":0.6667891256429096},"wholesale_price":[{"price":69.92,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"69.92","retail_price":"0","available":true,"url":"\/products\/hyde-double-breasted-coat?variant=0687b811-12a6-4d03-8fb8-8e8f26e9b830","available_quantity":999999999,"options":[{"name":"Size","value":"One Size"},{"name":"Color","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":1};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${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.
${function(){
const variantData = data.variant || {"id":"0687b811-12a6-4d03-8fb8-8e8f26e9b830","product_id":"156ee1ea-6ecd-4f75-9632-d6277e025af6","title":"One Size-Black","weight_unit":"kg","inventory_quantity":999,"sku":"test","barcode":"","position":1,"option1":"One Size","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6df5613af6a68f854838a3beaa531c8d.jpeg","path":"6df5613af6a68f854838a3beaa531c8d.jpeg","width":1815,"height":2722,"alt":"","aspect_ratio":0.6667891256429096},"wholesale_price":[{"price":69.92,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"69.92","retail_price":"0","available":true,"url":"\/products\/hyde-double-breasted-coat?variant=0687b811-12a6-4d03-8fb8-8e8f26e9b830","available_quantity":999999999,"options":[{"name":"Size","value":"One Size"},{"name":"Color","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}