Limit the namber of items per tennant

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!
User avatar
AleksandarJovanovic
Posts: 26
Joined: 01 Jun 2022, 21:26

Limit the namber of items per tennant

Post by AleksandarJovanovic » 24 Dec 2023, 10:37

Aimeos version 2023.10
Php: 8.1
Linux

Hello,
Is it possible to assign a restriction on the number of items when a new tenant or vendor registers? For example, allowing a maximum of 50 products to be entered.
Thank you in advance.

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

Re: Limit the namber of items per tennant

Post by aimeos » 26 Dec 2023, 08:42

This is no feature you can simply activate but you can create a decorator for the JQAdm product class that checks the number of existing products in the site:
https://aimeos.org/docs/latest/admin/jq ... nd-panels/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply