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

  1. Added "Tax Exempt Customers" to the admin menu
  2. Added a new configurable input to be used on the customer registration form.
  3. 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.

  1. 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}
     
  2. 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}      
     
  3. 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 != ""}
        
    Tax Exempt Customer Information
        

        

    {/if}
     


Install Instructions

Install instructions for new installs are supplied with the install files.

 

 

 

Top

eCommerce by CubeCart