% {{ (100-((price / discountPrice) * 100)).toFixed(0)}} discount
% {{ (100 - ((discountPrice * 100) / listPrice)).toFixed(0) }} discount
In Cart % {{ (100 - ((mPrice * 100) / discountPrice)).toFixed(0) }} discount
% {{ (100 - ((discountPrice * 100) / listPrice)).toFixed(0) }} discount
In Cart % {{ (100 - ((mPrice * 100) / discountPrice)).toFixed(0) }} discount