Tax Exempt Customers 1.0.1 Release Notes
Tax Exempt Customers 1.0.1 Release Notes
Tax Exempt Customers contains some minor enhancements. It is recommended that you upgrade to 1.0.1 as soon as possible.
Enhancements in 1.0.1
- Added "Tax Exempt Customers" to the admin menu
- Added a new configurable input to be used on the customer registration form.
- Added new infromation to the customer record, recording the customer supplied reason why they selected the tax exempt checkbox
Upgrade Instructions
Replace the existing plugin & shipping modules with the newer version.
- Open the file "skins/
/templates/content.register.php" with your favourite text editor.
FIND:
{if isset($TAX_EXEMPT_CUSTOMERS_REGISTRATION)}
{$TAX_EXEMPT_CUSTOMERS_REGISTRATION}
{/if}
AFTER ADD:
{if isset($TAX_EXEMPT_CUSTOMERS_DETAILS)}
{$TAX_EXEMPT_CUSTOMERS_DETAILS}
{/if}
- Open the file "skins/
/templates/content.checkout.confirm.php" with your favourite text editor.
FIND:
{if isset($TAX_EXEMPT_CUSTOMERS_REGISTRATION)}
{$TAX_EXEMPT_CUSTOMERS_REGISTRATION}
{/if}
AFTER ADD:
{if isset($TAX_EXEMPT_CUSTOMERS_DETAILS)}
{$TAX_EXEMPT_CUSTOMERS_DETAILS}
{/if}
- Update the Admin customer page. Open the file "admin/skins/default/templates/customers.index.php" with your favourite text editor.
AROUND LINE NUMBER 134 FIND:
AFTER ADD:
{if isset($CUSTOMER.tec_details) && $CUSTOMER.tec_details != ""}
{/if}
Install Instructions
Install instructions for new installs are supplied with the install files.