changes in check out form
					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!
	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
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
			
			
			
									
									
						I would like to make it mandatory.
What is the best way to make it?
Thanks in advance
Re: changes in check out form
You can configure the fields and it's described here:
https://aimeos.org/docs/latest/frontend ... orm-fields
			
			
			
									
									https://aimeos.org/docs/latest/frontend ... orm-fields
Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos,
 give us a star
						If you like Aimeos,
- 
				crazyforester
 - Posts: 60
 - Joined: 18 Jan 2016, 10:29
 
Re: changes in check out form
many thanks,
what is the full path to client/html/checkout/standard/address/billing/mandatory
version of the aimeos is 19.10.4
			
			
			
									
									
						what is the full path to client/html/checkout/standard/address/billing/mandatory
version of the aimeos is 19.10.4
Re: changes in check out form
In TYPO3 its
Read this for details about configuration in TYPO3:
https://aimeos.org/docs/latest/typo3/cu ... figuration
			
			
			
									
									Code: Select all
plugin.tx_aimeos.settings.client.html.checkout.standard.address.billing.mandatory {
  0 = ...
   1 = ...
   ...
}https://aimeos.org/docs/latest/typo3/cu ... figuration
Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos,
 give us a star
						If you like Aimeos,