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.
AC 7.0.2, taxes showing as child items
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: AC 7.0.2, taxes showing as child items
There are new settings in the admin for taxes and they might apply in your situation.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: AC 7.0.2, taxes showing as child items
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
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.
Thanks again.