Display bundle product

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!
panfil3
Posts: 2
Joined: 11 Dec 2020, 11:59

Display bundle product

Post by panfil3 » 14 Dec 2020, 08:39

Hi. I need to display a list of bundle products in the catalog under the heading, can you tell me how best to do this?
Attachments
2020-12-14 103747.png
2020-12-14 103747.png (20.3 KiB) Viewed 1048 times

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

Re: Display bundle product

Post by aimeos » 14 Dec 2020, 10:13

The bundled products are available in

Code: Select all

$productItem->getRefItems( 'product', null, 'default' )
if you configured the "client/html/catalog/lists/domains" to include "product":
https://aimeos.org/docs/2020.x/config/c ... s/#domains
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply