Local Sales Tax Mod

Description
The module should apply tax based on the field you choose options are Zip Code, City, and Suburb.
It should also compound the tax to whatever zone taxes you already have set up.
Which means you can apply multiple taxes to any zone based on different criteria.

Even though this mod does not overwrite any core files or affect any existing data tables, its ALWAYS a good idea to backup your DB and files.
+ Download Latest

Forum Support Thread

Submit An Updated Version
Zen Cart® Versions v1.5.6, v1.5.7
Original Author LadyHLG
Last Updated by swguy - 25 Jan 2022
Downloads 7,874

Version History

Local Sales Tax Mod   -   Version: 2.6
Updated for PHP 7 / Zen Cart 1.5.7.   + Download
Zen Cart® Versions v1.5.6, v1.5.7
Date Added 25 Jan 2022
Author swguy
File Size 100.2 KB
PHP 5.3 Safe? No
Downloads 109
 
Local Sales Tax Mod   -   Version: 2.5.3b
Bugs Addressed (since the last version):

Installer no longer looks for an incorrect file which was present in BETA versions but not FINAL.
  + Download
Zen Cart® Versions v1.3.9, v1.5.0, v1.5.1
Date Added 2 Apr 2013
Author lhungil
File Size 99.5 KB
PHP 5.3 Safe? Yes
Downloads 894
 
Local Sales Tax Mod   -   Version: 2.5.3
New Enhancements (since the last version)
[*] Enhancement: Updated filenames and re-organized the
distribution zip file to make steps more obvious.
[*] Enhancement: Created installation and uninstallation
scripts for the module.
[*] Enhancement: Created new text readme and release notes.
[*] Removed: Out of date "readme.html" to reduce the amount
of confusing and clarify the installation process.
[*] Enhancement: Added a very basic PDF showing the steps
needed to apply
[*] Enhancement: Added some extra information relating to
Local Sales Taxes to the order info (not saved to db).
[*] Enhancement: Included updated optional tax rates for
Florida (potteryhouse) and New York (gwynwyffar).

Bugs Addressed (since the last version)
[*] Bugfix: Local Taxes for shipping are now correctly added
to the order when enabled. The sort_order of the Local
Sales Taxes module must be larger then shipping.
  + Download
Zen Cart® Versions v1.3.9, v1.5.0, v1.5.1
Date Added 25 Mar 2013
Author lhungil
File Size 99.0 KB
PHP 5.3 Safe? Yes
Downloads 81
 
Local Sales Tax Mod   -   Version: version 2.5.2
This is a update to and repackaging of the files for this plug-in from the download and the forum posted By: Heather Gardner (LadyHLG).

There has been a minor display correction and updates as listed below.
New OPTIONAL SQL files have been added for Florida.

Changes:
1. Moved the Functions folder from under the 'UpgradeOnly' to 'UpgradeOnly/includes'.
2. Merged version 2.5 with the forum version 2.5.1 LocalTaxModFullVersion.zip
(http://www.zen-cart.com/attachment.php?attachmentid=9477&d=1310515780).
3. Added new SQL file for Florida (Florida_tax_rates_local.sql).
4. Added notes to the original SQL file (tax_rates_local.sql).
5. Added an un-install SQL file (un-install_Florida_zones_and_tax_rates_local.sql) to remove changes from database.
6. Added new SQL file Zencart_v1.5.0_admin_localSalesTaxes.sql, this adds the Local Sales Tax menu item in version 1.5.0.
7. Bug fix in "catalog/includes/modules/order_total/ot_local_sales_taxes.php" to resolve calculation error.
a. function process(), (Changed "$order->info['shipping_tax'] += $shipping_tax;" to "$order->info['shipping_tax'] = $shipping_tax;")
8. Bug fix in "catalog/includes/functions/extra_functions/functions_local_taxes.php",
resolves a case select error and added zip + 4 support.
a. function get_local_taxable_zoneid(), added missing break.
b. function check_for_datamach(), added support for when a customer enters zip plus 4 in the zip code field of the address book.
9. catalog/admin/local_sales_taxes.php, added checks for GET data to help protect against bad or mischievous input.
10. Did not include the "LocalSaleTaxMod-CustomerExemptaddon139" as the code base is for version 2.5 and will need to be updated if this mod is to be used with 2.5.1.
11. Added SQL Procedure, advanced users only, the procedure will update the address book entries
to match the zones table based on zip code, and remove some addresses with no zone match.
12. File version was updated to version 2.5.2 in all files.
  + Download
Zen Cart® Versions v1.3.9, v1.5.0
Date Added 18 Aug 2012
Author potteryhouse
File Size 58.8 KB
PHP 5.3 Safe? Unknown
Downloads 400
 
Local Sales Tax Mod   -   Version: Local Sales Tax v2.5
Corrected error in SQL files.

*** Note that this version was originall called 2.6. Version was updated after a later submission.
  + Download
Zen Cart® Versions v1.5.0
Date Added 6 Jun 2012
Author bergernovelties
File Size 50.8 KB
PHP 5.3 Safe? No
Downloads 226
 
Local Sales Tax Mod   -   Version: 2.5
This version has both a full install and an upgrade.
Also included are compatibility files to use the local tax mod with the Customer Tax Exempt mod.

PLEASE READ THROUGH THE INSTALL INSTRUCTIONS IN THE README.HTML FILE INCLUDED WITH THE MOD.
  + Download
Zen Cart® Versions v1.3.9
Date Added 28 Dec 2010
Author LadyHLG
File Size 49.5 KB
PHP 5.3 Safe? Unknown
Downloads 1,055
 
Local Sales Tax Mod   -   Version: 2.4
Version 2.4 has support for taxing in store pickup.
Includes full install and upgrade for version 2.3.
  + Download
Zen Cart® Versions v1.3.8
Date Added 11 Jan 2010
Author LadyHLG
File Size 41.1 KB
PHP 5.3 Safe? Unknown
Downloads 962
 
Local Sales Tax Mod   -   Version: v2.3
New This Version – 2.3

* Corrected tax bug that caused sales tax to not be applied on downloaded products.
* Check for spacing in semi-colon delimited list
* Updated admin form fields to allow for larger data entries
* Extended local tax data match field instructions to help clarify proper entries
* Added 2 different levels of debugging information to help narrow down future issues.

PLEASE NOTE: Version 2.3 is an upgrade only – please download and install version 2.2 prior to installing this upgrade.
  + Download
Zen Cart® Versions v1.3.8
Date Added 6 Dec 2008
Author LadyHLG
File Size 15.3 KB
PHP 5.3 Safe? Unknown
Downloads 1,091
 
Local Sales Tax Mod   -   Version: 2.2
Version 2.2 Updates--
1. Allow for both single zip codes and zip code ranges mixed into a single record. This update should allow for zip code entries like: 53528;53711-to-53720;53524;54302-54310 Which mixes both the ranges and the single entries in one comma delimited list.

2. Updated admin to allow for larger data entries-- Thanks to sublime19 for this!!
3. Changed local_datamatch field to text to allow for more data.

2.2 Download includes files for New Install and Upgrade files for version 2.0a and up.
  + Download
Zen Cart® Versions v1.3.8
Date Added 9 Oct 2008
Author LadyHLG
File Size 29.5 KB
PHP 5.3 Safe? Unknown
Downloads 764
 
Local Sales Tax Mod   -   Version: 2.1
Update to Local Sales Tax Mod allows for the use of a semicolon delimited list of zip codes.
Update includes one file to overwrite.
If installing for the first time please download and install version 2.0a first.
  + Download
Zen Cart® Versions v1.3.8
Date Added 7 Jul 2008
Author LadyHLG
File Size 5.3 KB
PHP 5.3 Safe? Unknown
Downloads 427
 
Local Sales Tax Mod   -   Version: 2.0a
Local Sales Tax Mod Version 2.0a
Added support for Tax Classes. Each tax rate must now be
associated with a specific tax class allowing for correct
tax calculations with non-taxable items.

**Updated code and fixed calculation bug.
Also added debugging option to module install to help find duplicate sales tax rates.
  + Download
Zen Cart® Versions v1.3.7
Date Added 18 Dec 2007
Author LadyHLG
File Size 20.7 KB
PHP 5.3 Safe? Unknown
Downloads 678
 
Local Sales Tax Mod   -   Version: 1.2
This upgrade adds the ability to enter a zip code range in addition to a single zip code to match for applying tax. Please download and install version 1.1 prior to adding this upgrade.
Be sure to read the included readme.txt file for the specifics on how to implement this feature.
  + Download
Zen Cart® Versions v1.3.7
Date Added 7 Nov 2007
Author LadyHLG
File Size 4.5 KB
PHP 5.3 Safe? Unknown
Downloads 315
 
Local Sales Tax Mod   -   Version: 1.1
Version 1.1 Updates
Add True/False option to apply each specific tax to shipping.
This new option works independent of the main Zen Cart setting.

Even though this mod does not overwrite any core files or effect any data tables, its ALWAYS a good idea to backup your DB and files.

Download contains new full version as well as an upgrade version for those who had previously installed version 1.0.
  + Download
Zen Cart® Versions v1.3.7
Date Added 19 Jun 2007
Author LadyHLG
File Size 27.2 KB
PHP 5.3 Safe? Unknown
Downloads 594
 
Local Sales Tax Mod   -   Version: 1.0
The module should apply tax based on the field you choose options are Zip Code, City, and Suburb.
It should also compound the tax to whatever zone taxes you already have set up.
Which means you can apply multiple taxes to any zone based on different criteria.

Even though this mod does not overwrite any core files or effect any data tables, its ALWAYS a good idea to backup your DB and files.
  + Download
Zen Cart® Versions
Date Added 18 Jun 2007
Author LadyHLG
File Size 14.4 KB
PHP 5.3 Safe? Unknown
Downloads 278
 


disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR