disable-new address

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
columbo
Advanced
Posts: 123
Joined: 09 Oct 2019, 09:42

disable-new address

Post by columbo » 18 Nov 2019, 22:46

Hi

according to documentation the current setting to disable new addresses is:

Code: Select all

client/html/checkout/standard/address/billing/disable-new => 1
https://aimeos.org/docs/Configuration/C ... isable-new but when I use this setting, the form still apperas.


But when I use the old one, that is deprecated since 2015-02

Code: Select all

client/html/common/address/billing/disable-new => 1 
https://aimeos.org/docs/Configuration/C ... isable-new it works.

Is the documentation not correct or do I have any other cofiguration issues?
thank you

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

Re: disable-new address

Post by aimeos » 19 Nov 2019, 22:40

Code: Select all

client/html/common/address/billing/disable-new
is correct. The other setting was introduced later but seems to be removed again, so it's a documentation issue. Current code in the template is: https://github.com/aimeos/ai-client-htm ... rd.php#L28
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply