- Posts: 9
- Thank you received: 0
No Province field in signup form
- imanaghayi
-
Topic Author
- Offline
1- I have no field to fill for Province when a member wants to sign up. As the result all taxes are calculated wrong.
2- Also after a user signs up and confirms the email, the cart goes empty which results in users should choose all the products again.
Thanks
Please Log in or Create an account to join the conversation.
- imanaghayi
-
Topic Author
- Offline
- Posts: 9
- Thank you received: 0
"You cannot access the private section of this site." when I checked the access level, when users sign up they get no access level instead of becoming "registered" but I couldn't find where I should set this setting. I'm Using Joomla 1.6
Please Log in or Create an account to join the conversation.
- unpublished all the states
- deleted all the states
- changed the states type to something else than state
- removed the states from the sub zones listing of the country zone
- have a javascript error on your page which prevents the hikashop javascript from loading the state field
2. That can happen if you use 1.4.9 in which case you should update, or if the system hiakshopuser plugin is unpublished.
3. Updating hikashop to the latest version might solve the problem as joomla 1.6's API is changing constantly and we keep updating hikashop following them. If that doesn't solve the problem, please give us a link to your website so that we can see the problem.
Please Log in or Create an account to join the conversation.
- imanaghayi
-
Topic Author
- Offline
- Posts: 9
- Thank you received: 0
I updated both Joomla and Hikashop and problems with users solved. But for the problem with province non of the above mentioned was the case.
After you login you can go ahead and choose your province. All the states are available and published. The only time you can't see the drop down is at the time you are signing up. It's setting in "Custom Fields" is as same as Country. But country shows up and states don't.
Please Log in or Create an account to join the conversation.
- imanaghayi
-
Topic Author
- Offline
- Posts: 9
- Thank you received: 0
Please Log in or Create an account to join the conversation.
You can choose the default state in the menu Display->Custom fields by editing the address_state field.
The zones can be managed via the menu System->Zones.
Please Log in or Create an account to join the conversation.
- imanaghayi
-
Topic Author
- Offline
- Posts: 9
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- imanaghayi
-
Topic Author
- Offline
- Posts: 9
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- imanaghayi
-
Topic Author
- Offline
- Posts: 9
- Thank you received: 0
Since you are looking at the site, can you also please help me with this these two other changes:
1- How can I change the white background of the products?
2- This is a finished product page blissorganics.ca/index.php/skin-care-sho...lated_product-7.html . Is there any chance that I can add some description to the right side of the product picture? So it doesn't look like pale?
Please Log in or Create an account to join the conversation.
1. You need to go to the menus Display->Content Menus and Display->Content Modules, edit your modules and menus and there you will find an option to set the color for each one of them.
2. Well, you can... It depends how you want to do it... An easy way would be to add the CSS:
.hikashop_product_left_part{
float: left;
width: 30%;
}
Please Log in or Create an account to join the conversation.
- imanaghayi
-
Topic Author
- Offline
- Posts: 9
- Thank you received: 0
1- Done - Thanks
2- Thanks I'll work on it and if I needed any help I'll open a new thread for that.
Please Log in or Create an account to join the conversation.
I looked at our pages headers and I can see that you have several times mootools loaded. One is the mootools 1.2 library of joomla and the second one is the mootools 1.12 of your template.
Both libraries are not compatible together and it's highly likely that the javascript problem comes from that. I recommend you to contact your template provider so that he can help you in solving that problem as we don't know your template's structure and thus can't help you on that end...
Please Log in or Create an account to join the conversation.