catalog supplier not showing

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
mahammadareef
Posts: 54
Joined: 14 Oct 2022, 11:54

catalog supplier not showing

Post by mahammadareef » 22 Nov 2022, 06:41

hello team aimeos
in the catalog filter, suppliers related to the catalog list are not showing in my aimeos latest version,

and I don't want to disable the supplier input check box I want to hide it, how I can do this


I am using the latest (version=2022.10.3) aimeos

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

Re: catalog supplier not showing

Post by aimeos » 23 Nov 2022, 09:30

mahammadareef wrote: 22 Nov 2022, 06:41 in the catalog filter, suppliers related to the catalog list are not showing in my aimeos latest version,
Version 2022.10 comes with an updated catalog supplier filter implementation, which allows filtering for suppliers dynamically to support large amounts of suppliers. If you update from previous versions, make sure that the CSS and JS files of your theme are up to date:
- https://github.com/aimeos/ai-client-htm ... #L278-L370
- https://github.com/aimeos/ai-client-htm ... filter.css
mahammadareef wrote: 22 Nov 2022, 06:41 and I don't want to disable the supplier input check box I want to hide it, how I can do this
To hide something, you can always use CSS display:none for example.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply