Page 1 of 1

AC 7.0.2, taxes showing as child items

Posted: Fri May 01, 2009 1:21 pm
by trice
Hi,

I recently upgraded a site from 7.0.0 to 7.0.2. Sales tax formerly showed on the order items table as a single parent item, but now it's showing up multiple times as child items of taxable products.

Is there a setting I'm missing to get tax to show up in 7.0.2 as a summary parent record in the db like before?

Thanks in advance for your help.

Re: AC 7.0.2, taxes showing as child items

Posted: Thu May 07, 2009 6:47 am
by jmestep
There are new settings in the admin for taxes and they might apply in your situation.

Re: AC 7.0.2, taxes showing as child items

Posted: Thu May 07, 2009 7:02 am
by mazhar
Have a look at the Administration > Configure > Taxes > Settings page to see new settings available for taxes.

Re: AC 7.0.2, taxes showing as child items

Posted: Wed May 13, 2009 12:18 pm
by trice
Thanks for the help guys. The admin settings got me part of the way there (fixed the basket summary), but I still had to make some code changes for the detailed item-level listings. In the end, I collapsed the tax entries down in the code-behind to create temporary tax summary records for display only.

Thanks again.