Hi,
I have been able to remove all unnecessary fields and only have Name, Email & Address box show up in the registration field except that I am unable to remove "city" as a required field.
I have edited the following files during the course of hiding/non required fields:
Authcontroller.php
Authentication.tpl
order-opc-new-account.tpl
order-opc-new-order-advanced.tpl
identity.tpl
I have also edited the Localization > Countries and only have First Name, Lastname, Email & Address as required fields.
I have also edited the address.php file and made city as isrequired => false.
Also, addressformat.php also has only:
public static $requireFormFieldsList = array( 'firstname', 'lastname', 'address1', 'Country:name');
While I'm able to hide the city field using the tpl, but the form still shows error - City is required.