many store owners looking to add phone field so new customers can add phone number, unfortunately prestashop 1.7 dont have option to add phone field like for address form
i created a module that help add phone field to prestashop, this module allow to add phone field in registration form, you can use same module as template to create other fields
module is open source and hosted on github ,you can easy download and install it or fork repository to add more functionality
Installation
- download the archive from GitHub
- rename prestashop-phone-field-for-registration-master zip and folder to regphonefield
- install from prestashop backoffice like any other module
- Clear cache and enjoy
To create other fields
- Download repository
- search “phone” and replace with your field name
- Follow installation steps