Module provides basic support for US Tax Exemt status.
Module provides basic support for US Organization Type discounts.
Module is based on the 20030201 daily snapshot.
Legend: 
Download

Report
I have errors in order_total module.
All packages have not link to change code to two files when system call tep_get_tax_description() function:
./catalog/includes/modules/order_total/ot_loworderfee.php
Nier Line #43
./catalog/includes/modules/order_total/ot_shipping.php
Nier Line #53
I fixed the create account page because the page had the following errors:
1. the php code for the tax exempt was hard coding no as the tax exempt choice.
2. the oho code for the typ of orangization was not drawing the field needed to choose the organization.
It's all fixed now enjoy
This version still has bugs Advise not using or provide a fix.
This version will fix all of the problems associated with the store malfunctioning when the contrib is added.
The following files were edited
account_edit.php
create_account.php
includes/classes/orders.php
includes/classes/shopping_cart.php
admin/categories.php
Simple installs in about 5 minutes on new store
Backup all files before using
<Small>No guarantee expressed or implied. Use at your own risk</small>
This module works good. My stores are so heavily modded that I had to do everything manually... a slow and painstaking process.... took, me about 4 hours to make all the changes.
I put my notes at the bottom of the install file. They are the same as the ones below.
I had two problems. First one was because my store is so heavily modded, I had to do all of the code changes manually and I forgot to upload the new file "/admin/orgtype.php". That got my administration section working.
The second problem was in this code bit in /catalog/includes/classes/shopping_cart.php:
[code]
// BEGIN - Tax Exempt and Organization Discounts
// old 'attributes' => (isset($this->contents[$products_id]['attributes']) ? $this->contents[$products_id]['attributes'] : ''));
'attributes' => (isset($this->contents[$products_id]['attributes']) ? $this->contents[$products_id]['attributes'] : '')),
[/code]
If you cant load your catalog after installing this try removing the second parenthesis so it looks like this:
// BEGIN - Tax Exempt and Organization Discounts
// old 'attributes' => (isset($this->contents[$products_id]['attributes']) ? $this->contents[$products_id]['attributes'] : ''));
'attributes' => (isset($this->contents[$products_id]['attributes']) ? $this->contents[$products_id]['attributes'] : ''),
Updated install and a few bug fixes.
Missed a part of query and a few php tags.
Thanks to all that helped
This is an updated version for MS2 also brought upto current standards.
Corrections to application_top.php in the admin section regarding some misplaced language definition statements.
Fixed a few bugs with viewing orders after they were placed (on both admin and customer sites) - the organization discount was failing to appear under the product.
Added more descriptive documentation of all changes made.
Based on daily snapshot 20030203.
Module provides basic support for US Tax Exemt status.
Module provides basic support for US Organization Type discounts.
Module is based on the 20030201 daily snapshot.