- Posts: 156
- Thank you received: 0
adding more info click to custom fields?
Please Log in or Create an account to join the conversation.
I tried to do it on your website but the administrator access you gave doesn't work anymore.
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.
php_value display_errors on and
php_flag display_errors on
via .htaccess, the site started giving me 505 errors
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
let me know if that works.
Please Log in or Create an account to join the conversation.
The problem was that you changed the type of the custom field of the type "custom text" to something else. That's actually not possible as the custom text field does not have a column in the database. It's just there to display text. Because of that the query to save the order wasn't working as it was trying to insert the data in a column which doesn't exist.
I've changed back the type of that field to something else and I was able to complete the order.
We'll add some code in next version of HikaShop in order to remove the possibility to change the type of a custom text custom field once created so that this kind of issue cannot happen.
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.
It would be based on a radio selection field; was my first thought.
Thanks in advance,
Hikashop rocks!!
Please Log in or Create an account to join the conversation.
If you want us to do it for you, please use our contact form to request a quote and we will do it for a small fee.
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.
The code should be easy to understand.
It is now displaying the the necessary fields based on the selection of the customer.
Please Log in or Create an account to join the conversation.
Edit-
The customer email is being sent but the admin emails are not being sent... please advice.
edit 2-
Emails are fine, the server was rejecting the source of the emails.
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.