I am currently creating a shop-like component for Joomla 3. For this component, I will need some additional user-fields (Address) for the processing of the order.
My question is as follows:
What would in your opinion be the best way to achieve this:
- Edit the Joomla Login component and add the required fields to the database
- Use an other already existing component for user management
- Implement an own registration part in my component and create the login-module myself
Which of these possibilities would you suggest and why? Or would you even choose an other solution, then tell me ;)