Community Add-Ons
| Maintainers: | emailmaomao |
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>
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>
