- Posts: 8
- Thank you received: 0
Taxes on check out
The invoice is correct (except for the shipping tax) but the order displayed is not.
I think the problem is related to the 'states' file. The states have been set up as zones within the countries but don't seem to be recognized. For example, when I went into the custom display field 'state' and tried to change the default value, it allowed the change but after saving, the 'state' field is now showing only options for country. States do not appear at all, even when 'states' zone is selected.
Also getting this error message on first checkout screen.
Notice: Undefined property: checkoutController::$beforeControllers in C:\wamp\www\HikaShop\components\com_hikashop\controllers\checkout.php on line 726
Notice: Undefined property: checkoutController::$beforeControllers in C:\wamp\www\HikaShop\components\com_hikashop\controllers\checkout.php on line 726
Can you help?
Please Log in or Create an account to join the conversation.
For the zones, you can customize them in the menu System->Zones.
For the notices, you can edit the file components/com_hikashop/controllers/checkout.php and change the line:
if(count($this->beforeControllers)==1){
to:
if(isset($this->beforeControllers) && count($this->beforeControllers)==1){
Please Log in or Create an account to join the conversation.
For the zones, you can customize them in the menu System->Zones."
This was all done but for some reason the zone could not be changed in the 'state' field. I ended up deleting all previously stored zone/tax/shipping information (it worked perfectly in the free version before upgrade) and re-entered. The custom field 'zone' problem has now resolved itself.
The checkout is still not displaying taxes as a separate line item and shipping is not being taxed as it should. I think something has changed.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
We just found about that bug yesterday in the latest version.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.