OllaCart Point of Sale uses the primary tax rate from your web store. Ok, but what about multiple tax rates?
Let’s say you have tax classes as follows: Food Items, Non-Food Items. Let’s say you have tax rates as follows: Food Items: 5% (local goverment) + 3% (state government) Non-Food Items: 7% (local government) + 2% (state government) osCommerce will apply both the 5% and 3% for the Food Items, and similarly calculate both the 7% and 2% for the non-food items. ocPOS will apply only the first found tax rate for each tax class. If the 5% was created before the 3%, then that’s the one it will use. It only supports one tax rate per tax class. If you have only one tax rate per tax class (i.e. Food Items: 5% and Non-Food Items: 7%) then it should work just fine. Compounding and prioritized tax classes are under consideration for a future release.