${function() {
const variantData = data.variant || {"id":"3df32e47-2774-4da4-87cb-73bdaebee7a3","product_id":"2fda6b2e-8eff-4189-94eb-5ce791bc58ff","title":"white-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7824037","barcode":"7824037","position":1,"option1":"white","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5b4f044abc347c5d45675f90287d8070.jpeg","path":"5b4f044abc347c5d45675f90287d8070.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":44.99,"min_quantity":1}],"weight":"0","compare_at_price":"110.99","price":"44.99","retail_price":"110.99","available":true,"url":"\/products\/womens-fashion-boat-neck-hollow-out-long-sleeve-blouse?variant=3df32e47-2774-4da4-87cb-73bdaebee7a3","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"s"}],"off_ratio":59,"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 : 7824037
Barcode : 7824037
${function(){
const variantData = data.variant || {"id":"3df32e47-2774-4da4-87cb-73bdaebee7a3","product_id":"2fda6b2e-8eff-4189-94eb-5ce791bc58ff","title":"white-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7824037","barcode":"7824037","position":1,"option1":"white","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5b4f044abc347c5d45675f90287d8070.jpeg","path":"5b4f044abc347c5d45675f90287d8070.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":44.99,"min_quantity":1}],"weight":"0","compare_at_price":"110.99","price":"44.99","retail_price":"110.99","available":true,"url":"\/products\/womens-fashion-boat-neck-hollow-out-long-sleeve-blouse?variant=3df32e47-2774-4da4-87cb-73bdaebee7a3","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"s"}],"off_ratio":59,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}