Page 1 of 1

How to show discounts by line item on invoice?

Posted: Tue Nov 17, 2009 8:35 am
by AbleMods
I know discounts are shown on the invoice once the order is complete. But is it possible to show those discounts by line item instead of lumping them all into one single discount line at the bottom?

Often times customers want to see their discounted price per line item instead of just grouping all the discount monies into a single total at the bottom of the invoice.

I've looked through the OrderItem class and there doesn't seem to be anything to indicate a particular OrderItem record was or was not been discounted.

Suggestions? is this even possible post-checkout?

Re: How to show discounts by line item on invoice?

Posted: Wed Nov 18, 2009 5:31 am
by mazhar
On Administration > Configure > Taxes > Settings page, Set Invoice Display: option to line item mode and it will show taxes in line item mode instead of putting all taxes together.

Re: How to show discounts by line item on invoice?

Posted: Wed Nov 18, 2009 5:52 am
by AbleMods
Discounts Mazhar, not taxes.

Re: How to show discounts by line item on invoice?

Posted: Wed Nov 18, 2009 5:58 am
by mazhar
oops! :oops: Sorry joe I was out of my mind.

Re: How to show discounts by line item on invoice?

Posted: Wed Nov 18, 2009 6:15 am
by mazhar
Have a look at ConLIb/ProductDiscountsDialog control how they are showing discounts for each product. This may help you to adjust UI by showing discounts specific to each product.