How to show discounts by line item on invoice?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

How to show discounts by line item on invoice?

Post by AbleMods » Tue Nov 17, 2009 8:35 am

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?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

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

Post by mazhar » Wed Nov 18, 2009 5:31 am

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.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

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

Post by AbleMods » Wed Nov 18, 2009 5:52 am

Discounts Mazhar, not taxes.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

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

Post by mazhar » Wed Nov 18, 2009 5:58 am

oops! :oops: Sorry joe I was out of my mind.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

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

Post by mazhar » Wed Nov 18, 2009 6:15 am

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.

Post Reply