Catalog tree - One product in category - link to detailpage
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Catalog tree - One product in category - link to detailpage
Hi Aimeos-Team,
if only one product is in a category, is it possible to link the navigation (catalog/tree) for this category directly to the detail page of the product instead of shop/list? The shop/list page shows logically only this one product and its useless in this case.
Is there a way to get the product(s) of a category in ai-client-html/templates/client/html/catalog/filter/tree-partial.php
to determine the catalog-link (line 110)?
Thank you!
if only one product is in a category, is it possible to link the navigation (catalog/tree) for this category directly to the detail page of the product instead of shop/list? The shop/list page shows logically only this one product and its useless in this case.
Is there a way to get the product(s) of a category in ai-client-html/templates/client/html/catalog/filter/tree-partial.php
to determine the catalog-link (line 110)?
Thank you!
Thanks a lot!
Re: Catalog tree - One product in category - link to detailpage
Not really as counting the products for the categories upfront (currently it's done async with a second request) would be a big performance problem if you have many products. If you only have a few one and a few categories, you may add the counts to the view using a decorator for the catalog/filter component.heural wrote: ↑09 Mar 2023, 10:04 if only one product is in a category, is it possible to link the navigation (catalog/tree) for this category directly to the detail page of the product instead of shop/list? The shop/list page shows logically only this one product and its useless in this case.
Is there a way to get the product(s) of a category in ai-client-html/templates/client/html/catalog/filter/tree-partial.php
to determine the catalog-link (line 110)?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
