How to resuse a catalog/list component in another 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!
oliwin4
Posts: 12
Joined: 16 Aug 2022, 08:36

How to resuse a catalog/list component in another page?

Post by oliwin4 » 21 Aug 2022, 19:39

How to resuse a catalog/list component in another page (catalog home page)? Is it enought to specify the the component in shop.php config?

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

Re: How to resuse a catalog/list component in another page?

Post by aimeos » 22 Aug 2022, 06:24

In addition, you have to overwrite the Blade template and put it in ./resources/views/vendor/shop/catalog/home.blade.php where you have to add the code to output the header and body section for "catalog/list":
https://github.com/aimeos/aimeos-larave ... .blade.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

oliwin4
Posts: 12
Joined: 16 Aug 2022, 08:36

Re: How to resuse a catalog/list component in another page?

Post by oliwin4 » 24 Aug 2022, 19:35

Thank you!

Post Reply