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

Not possible to render category tagging for categories which parents are hidden categories #544

Closed supercid closed 3 years ago

supercid commented 4 years ago

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

Description
Not possible to render category tagging for categories which parents are hidden categories

How to reproduce
Open any child category page of a hidden category

Possible Solution
Remove break from if-else clause here: https://github.com/Nosto/nosto-magento/blob/develop/app/code/community/Nosto/Tagging/Helper/Data.php#L249

Additional context
According to the docs, child categories of hidden categories are still accessible just like a parent category.

https://docs.magento.com/m1/ce/user_guide/catalog/category-hidden.html