Community Add-Ons

Maintainers: emailmaomao
Add file to this package
Top » Order Total Modules

No Tax for Verified Merchant
for osCommerce Online Merchant v2.1

Objective: Make sure there will be no tax charged to verified merchant, since they already submitted their business license.

Coding Overview: (Please note: I left "echo" in my codes for future debug/update, feel free to delete them)

-Added a “customers_isWholesale” field in table [customers] to memorize whether the customer is a verified merchant.
-Added a function in [general.php]
-Altered code in [order.php] to calculate tax

<a target="_blank" href="https://arionusa.com/myModules/NoTaxForVerifiedMerchants.htm">
installations instructions here</a>.</p>

Legend:  Download   Report
Expand All / Collapse All
No Tax for Verified Merchant emailmaomao 5 Dec 2007  

Objective: Make sure there will be no tax charged to verified merchant, since they already submitted their business license.

Coding Overview: (Please note: I left "echo" in my codes for future debug/update, feel free to delete them)

-Added a “customers_isWholesale” field in table [customers] to memorize whether the customer is a verified merchant.
-Added a function in [general.php]
-Altered code in [order.php] to calculate tax

<a target="_blank" href="https://arionusa.com/myModules/NoTaxForVerifiedMerchants.htm">
installations instructions here</a>.</p>