Display bundle product
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Display bundle product
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 (20.3 KiB) Viewed 1048 times
Re: Display bundle product
The bundled products are available in
if you configured the "client/html/catalog/lists/domains" to include "product":
https://aimeos.org/docs/2020.x/config/c ... s/#domains
Code: Select all
$productItem->getRefItems( 'product', null, 'default' )
https://aimeos.org/docs/2020.x/config/c ... s/#domains
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
