Hello
I'm trying to change the order in which the registration form fields are displayed.
My problem is that right now, my registration form displays the address fields in this order:
Street (hikashop_address_address_street)
Postal Code (hikashop_address_address_post_code)
City (hikashop_address_address_city)
Telephone (hikashop_address_address_telephone)
State (hikashop_address_address_state)
Country (hikashop_address_address_country)
This is not the appropriate order for an address form. I want it to be displayed in this order:
Country
State
City
Street
Postal Code
I can't find the file in which this form is stored or generated. I already tried the following address template views:
address_template
form
listing
You can view my registration form in this link:
123queso.com/index.php/component/hikashop/user/form?Itemid=142
Thanks for your help