- Posts: 137
- Thank you received: 2
Bug when adding a address
- emergentec
-
Topic Author
- Offline
Please Log in or Create an account to join the conversation.
This is a bug which happened before version 1.4.5 of HikaShop on joomla 1.6. Do you use the latest version ? Otherwise, could you update and try again ?
Please Log in or Create an account to join the conversation.
- emergentec
-
Topic Author
- Offline
- Posts: 137
- Thank you received: 2
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- emergentec
-
Topic Author
- Offline
- Posts: 137
- Thank you received: 2
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- emergentec
-
Topic Author
- Offline
- Posts: 137
- Thank you received: 2
additionally I would like to know, if it is possible to display certain fields like "accept Terms of Use" only during the registration process and not anymore when editing an address or adding a new address.
Please Log in or Create an account to join the conversation.
For the terms and conditions, you could just hide the line of the form with CSS.
Please Log in or Create an account to join the conversation.
- emergentec
-
Topic Author
- Offline
- Posts: 137
- Thank you received: 2
We solved this problem by removing the option to delete an address, just editing the address is good enough.Do you have your website online. We still cannot reproduce the problem on our end.
For the terms and conditions, you could just hide the line of the form with CSS.
Hiding the line with CSS works well in most browsers, but not in IE9. Is there another possibility to hide specific lines (actually <tr>s)?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- emergentec
-
Topic Author
- Offline
- Posts: 137
- Thank you received: 2
In IE9 I can still see the <tr>
Please Log in or Create an account to join the conversation.
.hikashop_registration_address_vat_line{
display:none !important;
}
Also, don't forget to clean your browser's cache when testing, otherwise, it won't retrieve the new CSS.
Please Log in or Create an account to join the conversation.