changes in check out form

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
crazyforester
Posts: 60
Joined: 18 Jan 2016, 10:29

changes in check out form

Post by crazyforester » 05 Feb 2021, 08:08

Hi, I want to make changes in the form where the customers must enter their address. Right now the Telephone field is not mandatory unlike other above like Name, Street.
I would like to make it mandatory.
What is the best way to make it?
Thanks in advance

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

Re: changes in check out form

Post by aimeos » 06 Feb 2021, 16:39

You can configure the fields and it's described here:
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

crazyforester
Posts: 60
Joined: 18 Jan 2016, 10:29

Re: changes in check out form

Post by crazyforester » 10 Feb 2021, 07:46

many thanks,
what is the full path to client/html/checkout/standard/address/billing/mandatory
version of the aimeos is 19.10.4

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

Re: changes in check out form

Post by aimeos » 10 Feb 2021, 15:20

In TYPO3 its

Code: Select all

plugin.tx_aimeos.settings.client.html.checkout.standard.address.billing.mandatory {
  0 = ...
   1 = ...
   ...
}
Read this for details about configuration in 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