I want to show only special customer fields for customer registration form (Presta 1.7.6.5):
1) firstname, lastname
2) address,
3) phone
it will be online store for 1 city only.
I don't need country and ZIP. see pic 1
it looks ok for me - pic 2
But it gives me 500 Error during checkout 😞
According to Debufg mode - problem with country code - pic 3
What should I do in this case? It seems I can't remove country field?
In this case use hidden field country with value ="country code " for user registration form and set my country everytime?
------- example for CSS hide --------
--- this code hide all address block ---
.js-address-form .form-fields > .form-group.row{display:none;}
---- - this code hide only country row ---
.js-address-form .form-fields > .form-group.row.id_country {display:none;}
--------------------------------------------------
Thanks in advance for advices 🙂
.png.022b5452a8f28f552bc9430097a16da2.png)

