${function() {
const variantData = data.variant || {"id":"94723bbd-7957-4575-a28f-fba5e3f1c54d","product_id":"227957b6-7231-4cf0-be4d-7c8deb6a6517","title":"Light Brown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Light Brown S-42975232","barcode":"","position":9,"option1":"Light Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1cc8409407d86d7838a33f72fcf58034.jpeg","path":"1cc8409407d86d7838a33f72fcf58034.jpeg","width":1680,"height":1680,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.78,"min_quantity":1}],"weight":"0","compare_at_price":"27.78","price":"27.78","retail_price":"27.78","available":true,"url":"\/products\/womens-fashion-high-waist-irregular-solid-color-elegant-party-casual-skirts-208565328717?variant=94723bbd-7957-4575-a28f-fba5e3f1c54d","available_quantity":999999999,"options":[{"name":"Color","value":"Light Brown"},{"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 : Light Brown S-42975232
${function(){
const variantData = data.variant || {"id":"94723bbd-7957-4575-a28f-fba5e3f1c54d","product_id":"227957b6-7231-4cf0-be4d-7c8deb6a6517","title":"Light Brown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Light Brown S-42975232","barcode":"","position":9,"option1":"Light Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1cc8409407d86d7838a33f72fcf58034.jpeg","path":"1cc8409407d86d7838a33f72fcf58034.jpeg","width":1680,"height":1680,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.78,"min_quantity":1}],"weight":"0","compare_at_price":"27.78","price":"27.78","retail_price":"27.78","available":true,"url":"\/products\/womens-fashion-high-waist-irregular-solid-color-elegant-party-casual-skirts-208565328717?variant=94723bbd-7957-4575-a28f-fba5e3f1c54d","available_quantity":999999999,"options":[{"name":"Color","value":"Light Brown"},{"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}
`
}()}