- Posts: 23
- Thank you received: 0
State (province) Not Showing!
I just noticed that the state entry field does not show up on the address form at checkout. The label is there but the entry box is not.
The site has a big marketing campaign starting today so help asap would be greatly appreciated.
I have tried what was suggested in the other two posts (switching the registration requirements and turning off sef) with no success. Help... Please!
Thanks
Brad Benson
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.
Uncaught RangeError: Maximum call stack size exceeded
Thats likely caused by the jquery javascript library used by your template which enters in conflict with mootools, the standard joomla library for javascript.
That is no simple to solve.
A work around you could do as you are in a hurry is to edit the state custom field via the menu Display->Custom field and display it as a text box so that users can just write their state. Or chang its type to dropdown and enter all the states from both countries manually.
Please Log in or Create an account to join the conversation.
Thanks for such a speedy response!
I have entered all of the provinces in a drop down and it works fine.
Would this java script conflict conflict be causing the go to cart popup box to not work properly also?
What would my next step be to solve this conflict?
Thanks Again
Brad
Please Log in or Create an account to join the conversation.
If so, then that's indeed the same cause.
Well, the problem is that mootools and jquery are not good friends. I would say that if you deactivate the dynamic menu at the top it might remove the errors. Or maybe configure your template to use a different display for the top menu...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Still having problems.
Message when client tries to check out at paypal:
Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address.
I have noticed that when I change the state field to select zone it shows and the other dropdown boxes are not having a problem.
When I first changed to a single drop down box containing just the provinces it seemed to work for a while but now having problems with paypal. My client is killing me.
I will change to a new template if I must but want to make sure that is whats neccessary.
Thanks Brad
Please Log in or Create an account to join the conversation.
The default zone type has a mechanism to use give to paypal the corresponding zone code (a 2 letters code). If you changed the type of the custom field, it means that the zones are not used anymore so the systems sends directly to paypal the value selected in the dropdown, which is then not recognized by paypal, thus the error.
So I would advise that you unpublish the address_state field and create your own custom field (which could have any values your want,s ot he same as you have now). By default you won't see your field in the address displayed on the invoices/emails, but you can change that by editing the files "address_template" via the menu Display->Views.
Please Log in or Create an account to join the conversation.
www.mirocellars.com/component/hikashop/checkout.html
It was fine until I updated HikaShop from 1.5.3 to 1.5.4 last night.
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.
.hikashop_registration_address_country_line{ display: none;}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 1
- Thank you received: 0
I had the same problem this morning, and couldn't find where it was coming from.
My solution was the same : reactivating the country selection, even though there is only one to select.
I just love this component! Great work and best support!
Please Log in or Create an account to join the conversation.