Nosto / nosto-magento

Magento extension for Nosto
https://marketplace.magento.com/nosto-nosto-tagging.html
Open Software License 3.0
27 stars 24 forks source link

Category tagging is not rendered on Product detail page #543

Open supercid opened 4 years ago

supercid commented 4 years ago

Magento version(s) used: 3.11.3 Extension version(s) affected: All

Description
Add category tagging also on product detail page.

How to reproduce
Go to any PDP and check the tagging. Should have also the category

Possible Solution
1.) Add category block (https://github.com/Nosto/nosto-magento/blob/master/app/design/frontend/base/default/layout/nostotagging.xml#L80) to product handle (https://github.com/Nosto/nosto-magento/blob/master/app/design/frontend/base/default/layout/nostotagging.xml#L93-L95) as well

2.) Add null check before calling builder: https://github.com/Nosto/nosto-magento/blob/master/app/code/community/Nosto/Tagging/Block/Category.php#L73