Hi,
Added the code in to allow entering the rates including or excluding tax a week ago but forgot to release it! :)
Here's a final beta for testing then... will probably re-release this as the final, non-beta version on Tuesday (unless anyone does find a problem, doesn't look likely at this point though!).
http://dev.ceon.net/web/zen-cart/regiontables
To upgrade to this beta, copy the files across, over the existing files in your store. There is one database change needed so you can either:
- "Remove" and "Install" the module once more (remember to keep a copy of all your settings so you can re-enter them!) or:
- you can run the following SQL command to add in the option that has been added in beta 7 (don't forget to check the table name!):
Code:
insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Rates Include Tax', 'MODULE_REGION_TABLES_TAX_INCLUDED', 'Rates Include Tax', 'Do the Rates entered in the Tables of Rates include tax? (This setting is used only if a Tax Class is selected above).', '6', '0', 'zen_cfg_select_option(array(\'Rates Include Tax\', \'Rates Do Not Include Tax\'), ', now());
Enjoy!
Conor