Hide all products in 'list' page

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!
Subin

Hide all products in 'list' page

Post by Subin » 12 Jul 2019, 19:45

Hello everyone,,
Environment - Linux,
PHP - 7.0.22,
Aimeos - 2017.07,
Laravel - 5.5.19.

I want to hide all products which are in 'list' page and leave just search bar with categories.
Like I understand I need to work with config/shop.php file, but I can't find information how to achieve that what i want.
Any help?
Last edited by Subin on 16 Jul 2019, 15:51, edited 1 time in total.

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

Re: Hide all products in 'list' page

Post by aimeos » 14 Jul 2019, 11:08

If you want to show no products at all, you can remove the "catalog/lists" components here but most often you need another page that contains this component:
https://github.com/aimeos/aimeos-larave ... op.php#L29

You can also create a new page with the catalog filter (or search + categories + attribute facets separately):
https://aimeos.org/docs/Laravel#Pages
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply