Temporary order limit reached
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Temporary order limit reached
I have error at the checkout page: Temporary order limit reached. Could i change the limit?
Laravel 6.18.19 | php 7.4.7 | Xubuntu | Aimeos Laravel 2019.10.5
Re: Temporary order limit reached
https://aimeos.org/docs/Configuration/C ... imit-count
https://aimeos.org/docs/Configuration/C ... it-seconds
https://aimeos.org/docs/Configuration/C ... it-seconds
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Temporary order limit reached
Thanks!
Laravel 6.18.19 | php 7.4.7 | Xubuntu | Aimeos Laravel 2019.10.5
Re: Temporary order limit reached
Hi there,
I have TYPO3 v11.5.20 and Aimeos v22.10.3
I have tried https://aimeos.org/docs/latest/config/c ... imit-count
For this error https://i.imgur.com/OUjaa2j.png
I have tried the solution in my Template TypoScript part like this:
But still, I faced the same error. So, is there anything wrong with the above configuration?
I have TYPO3 v11.5.20 and Aimeos v22.10.3
I have tried https://aimeos.org/docs/latest/config/c ... imit-count
For this error https://i.imgur.com/OUjaa2j.png
I have tried the solution in my Template TypoScript part like this:
Code: Select all
controller.frontend.basket.limit-count = 0
controller.frontend.basket.limit-seconds = 31536000
Re: Temporary order limit reached
Setting it to 0 doesn't allow you to place orders any more. Instead, you should use a higher value like 10, 25 or more (for testing only).
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Temporary order limit reached
Hello,
is it possible to set limit-count and limit-seconds for a specified user individual?
Regards
nowrap
is it possible to set limit-count and limit-seconds for a specified user individual?
Regards
nowrap
Re: Temporary order limit reached
Actually, the config values are specific for each user, not for all users at once.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Temporary order limit reached
Thanks for your reply. My idea was to disable the limit for some users and keep the default values for everyone else.
Re: Temporary order limit reached
No, that's not possible.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
