Hi.
When i add categories to a product, the product form only displays the final subcategory which the product belongs to.
In the webstore i am developing with hikashop, i will need a lot of cloned category trees.
In this project, my cloned branches are named the same way, without adding oddy sufixs like "category1_A", "category1_B,", because their names will be used as an public user browsing display, and they must be the same.
I only can think on two possibilities despite apart from renaming:
1- Implement two categories field names: one for displaying on the frontend and another for inventory purposes.
2- A lot easier: displaying in the product form the complete category routes to which the products belongs to, by this way, the seller could differentiate among them if they are named the same way.