How to search for stocklevel in easy view product list

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!
hasmb
Posts: 12
Joined: 12 Jul 2016, 12:05

How to search for stocklevel in easy view product list

Post by hasmb » 19 Feb 2018, 15:34

Hello,

how to search for products with stocklevel=0 in the product list of the easy view interface?

Thanks,
Hartmut

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

Re: How to search for stocklevel in easy view product list

Post by aimeos » 19 Feb 2018, 22:44

The short answer is: You can't

Long answer: Products and stocks are two different data domains and are separated to be able to retrieve stock levels independent of product information, e.g. by a web service. The second reason is that stock levels are highly volatile and they are separated from other product data to enable efficient caching.

But Aimeos is made for being customizable to your needs. You could implement a "stock" panel in the admin interface that lists the stock levels together with the basic product data and a link to the product in the product panel. That's rather easy to implement.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply