I have chosen to use your first example but when I remove all of the Tax Rates and just leave the Local, no tax showes up in the cart. However, the correct tax is calculated in the final Total.
Printable View
I have chosen to use your first example but when I remove all of the Tax Rates and just leave the Local, no tax showes up in the cart. However, the correct tax is calculated in the final Total.
Try changing the sort order of the module.
try 299
output is the same
You may need to try other numbers if you haven't already.
If that still does not work then you will need to turn on the debugging to see if we can narrow down the problem.
Got it!:clap:
Thank you SO MUCH for all your help and patience.
Glad things are finally working.
I've tried to read these threads but I didn't see anyone who is experiencing the same problem as me. I'm running 1.3.7, so I installed version 2.0 of this module. I uploaded the files checked that permissions were 755 and installed the database table. But when I go to Modules --> Order Totals in my admin I don't see the module to install. I only see four modules:
COD Fee
Discount Coupon
Gift Wrap
Group Discount
I hope someone has seen this before and can help me. I really need to get this module installed. Thank you!
I was just wondering, have you tried to install the latest version, just to see what happens?
The mod does not overwrite any core files.
Also, problems like you are describing generally result from missing or misplaced files.
LadyHLG
I must be doing something wrong here. I am using zen cart 1.3.8. I just installed 2.2 following the steps in README.txt. When I went to Modules-->Order Total I did not see "Local Sales Tax" as the doc said I would see to install the module. After looking through the this forum I saw another post about needing to upload ot_local_sales_taxes.php from the upgradeonly folder. I did this and now I see "MODULE_ORDER_TOTAL_COUNTY_LOCAL_TAX_TITLE" listed but I also get a warning:
Warning: include(/htdocs/site/includes/languages/english/modules/order_total/ot_local_sales_taxes.php) [function.include]: failed to open stream: No such file or directory in /htdocs/site/admin/modules.php on line 173
Warning: include() [function.include]: Failed opening '/htdocs/site/includes/languages/english/modules/order_total/ot_local_sales_taxes.php' for inclusion (include_path='.:/lib/php') in /htdocs/site/admin/modules.php on line 173
So I checked the languages/english/modules/order_total and the ot_local_sales_taxes.php was not there. I copied it here so it was now in /htdocs/site/includes/languages/english/modules/order_total/ as well as /htdocs/site/includes/modules/order_total but I then get the following error:
Fatal error: Cannot redeclare class ot_local_sales_taxes in /htdocs/site/includes/modules/order_total/ot_local_sales_taxes.php on line 45
I even tried upgrading to 2.3, but get the same errors/warnings.
Any help on this would be much appreciated
From the looks of things either you got something copied over wrong or you are missing files.
The only thing I can suggest is to remove all the local sales tax files and start from the beginning. Make sure you are copying all the files correctly. If you have already run the sql file successfully you dont need to run it again the database table is already there.
So copy over all the New install 2.2 files in exactly the same file structure as is found in the Install. Then the 2.3 upgrade files. Then run the install from Modules -> Order Total.
Good Luck
LadyHLG