want to replace Email by phone number on checkout page

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
PM OFC
Posts: 6
Joined: 11 Dec 2022, 08:21

want to replace Email by phone number on checkout page

Post by PM OFC » 02 Jan 2023, 11:51

Hello Dear,

I want to replace email by phone number. That means when customer try to create their order that time we want to use phone in stead of email and it will be changed whereever the email in use. How can we can change it?

I want to hide other unnecessary info for me from checkout page.

Thank you.

PHP 7.3
imeos:~2021.10

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: want to replace Email by phone number on checkout page

Post by aimeos » 03 Jan 2023, 08:52

You can configure which fields are mandatory, optional or hidden in the address step of the checkout process:
https://aimeos.org/docs/latest/frontend ... orm-fields
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

PM OFC
Posts: 6
Joined: 11 Dec 2022, 08:21

Re: want to replace Email by phone number on checkout page

Post by PM OFC » 03 Jan 2023, 09:56

I couldn't find the file

client/html/checkout/standard/address/validate/email


Please help

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: want to replace Email by phone number on checkout page

Post by aimeos » 04 Jan 2023, 12:20

This is a configuration key, not a file system path:

Code: Select all

client/html/checkout/standard/address/validate/email
Here's described how to set configuration values depending on the host system:
- Laravel: https://aimeos.org/docs/latest/laravel/ ... figuration
- TYPO3: https://aimeos.org/docs/latest/typo3/cu ... figuration
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply