Page 1 of 1

Temporary order limit reached

Posted: 13 Jan 2018, 12:57
by Travin
I have error at the checkout page: Temporary order limit reached. Could i change the limit?

Re: Temporary order limit reached

Posted: 13 Jan 2018, 13:00
by aimeos

Re: Temporary order limit reached

Posted: 13 Jan 2018, 13:07
by Travin
Thanks!

Re: Temporary order limit reached

Posted: 15 Dec 2022, 07:45
by gurubroz
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:

Code: Select all

controller.frontend.basket.limit-count = 0
controller.frontend.basket.limit-seconds = 31536000
But still, I faced the same error. So, is there anything wrong with the above configuration?

Re: Temporary order limit reached

Posted: 16 Dec 2022, 08:56
by aimeos
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).

Re: Temporary order limit reached

Posted: 26 May 2023, 20:06
by nowrap
Hello,

is it possible to set limit-count and limit-seconds for a specified user individual?

Regards
nowrap

Re: Temporary order limit reached

Posted: 27 May 2023, 08:20
by aimeos
Actually, the config values are specific for each user, not for all users at once.

Re: Temporary order limit reached

Posted: 27 May 2023, 20:20
by nowrap
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

Posted: 28 May 2023, 22:53
by aimeos
No, that's not possible.