Temporary order limit reached

How to configure and adapt Aimeos based shops as developer
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!
Travin
Posts: 70
Joined: 18 Dec 2017, 03:12

Temporary order limit reached

Post by Travin » 13 Jan 2018, 12:57

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

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

Re: Temporary order limit reached

Post by aimeos » 13 Jan 2018, 13:00

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Travin
Posts: 70
Joined: 18 Dec 2017, 03:12

Re: Temporary order limit reached

Post by Travin » 13 Jan 2018, 13:07

Thanks!
Laravel 6.18.19 | php 7.4.7 | Xubuntu | Aimeos Laravel 2019.10.5

gurubroz
Posts: 7
Joined: 08 Dec 2022, 10:05

Re: Temporary order limit reached

Post by gurubroz » 15 Dec 2022, 07:45

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?

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

Re: Temporary order limit reached

Post by aimeos » 16 Dec 2022, 08:56

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, Image give us a star

nowrap
Posts: 37
Joined: 01 Mar 2023, 23:03

Re: Temporary order limit reached

Post by nowrap » 26 May 2023, 20:06

Hello,

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

Regards
nowrap

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

Re: Temporary order limit reached

Post by aimeos » 27 May 2023, 08:20

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, Image give us a star

nowrap
Posts: 37
Joined: 01 Mar 2023, 23:03

Re: Temporary order limit reached

Post by nowrap » 27 May 2023, 20:20

Thanks for your reply. My idea was to disable the limit for some users and keep the default values for everyone else.

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

Re: Temporary order limit reached

Post by aimeos » 28 May 2023, 22:53

No, that's not possible.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply