Local Sales Tax
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. |
![]() |
v2.1.0 |
![]() |
LadyHLG |
![]() |
lat9 - 12 Mar 2025 |
![]() |
7,999 |
Version History
Local Sales Tax - Version: v3.0.0 | |||||||||||||
Released as a Zen Cart encapsulated plugin, supporting zc210+, EO 5.0.0+ and PHP 8.0+. | |||||||||||||
|
|||||||||||||
Local Sales Tax - Version: 2.6 | |||||||||||||
Updated for PHP 7 / Zen Cart 1.5.7. | |||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - Version: 2.4 | |||||||||||||
Version 2.4 has support for taxing in store pickup. Includes full install and upgrade for version 2.3. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||
Local Sales Tax - 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. |
|||||||||||||
|
|||||||||||||