How to hide products that are out of stock?

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
DNK
Posts: 33
Joined: 27 Feb 2025, 10:50

Re: How to hide products that are out of stock?

Post by DNK » 14 Aug 2025, 08:54

In which table and which field in the database is this parameter responsible?
Aimeos 2024.10.3 + Laravel 11, PHP 8.2, MySql8.0, Nginx, Ubuntu 22.04.5 LTS

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

Re: How to hide products that are out of stock?

Post by aimeos » 15 Aug 2025, 08:19

It's mshop_product.instock. You can also overwrite the product item template of the admin backend and add a checkbox for the product.instock property. It will be automatically saved in the database if you do it like for the other input fields.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply