- Posts: 606
- Thank you received: 13
No Address Identity in My Account
- mohairbears
-
Topic Author
- Offline
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Billing Address
Shipping Address
minor I know but I think it will look cleaner.
thanks
Please Log in or Create an account to join the conversation.
The billing address of my first order might be the shipping address of my second order...
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
You have a javascript error on your page which prevent the system to load the states of your country
You unpbulished/deleted the states of the UK
You removed the states from the subzones listing of the UK country zone.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
To solve the problem, the easiest is to do like that:
Go in your PHPMyAdmin and empty the tables jos_hikashop_zone and jos_hikashop_zone_link.
Then, install HikaShop on top of your currently version.
That will put back all the zones with their default values and it should work again.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
It's just not possible that the blanks are still there if you emptied both and then reinstalled.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
Uncaught TypeError: Object #<Object> has no method 'getProperty'
That error is caused by the mod_superfish module you're using. If you remove that module it should work properly.
It's the problem described there: www.hikashop.com/en/support/documentatio...tibility-issues.html in the "problems with modal popups".
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Another questions or two I have is, I am going to use PayPal pro as a hosted solution, what is the best way to procede with intregration with Hikashop?
thanks
Please Log in or Create an account to join the conversation.
www.hikashop.com/en/support/documentatio...-paypalpro-form.html
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
- Posts: 606
- Thank you received: 13
Please Log in or Create an account to join the conversation.
You should look at the namekey of the states in the jos_hikashop_zone table and then run the query below to update the state namekey in the existing addresses that your users already had with such query (to run in phpmyadmin):
UPDATE jos_hikashop_address SET address_state = 'NEW_NAMEKEY' WHERE state = 'OLD_NAMEKEY';
If you don't find an equivalent to a state you previously had you should add it in the zone management screen and then do that procedure so that the old namekey in addresses is replaced with the new one.
Please Log in or Create an account to join the conversation.