2
Answers
How to disable 'Products' tab on a product?
When viewing a product, as an anonymous user, i get 2 drupal tabs: View and Products. That second one, leads to an overview page of all products with an edit button (which leads to an access denied ofcourse).
Does anybody know how to disable this?
Thanks!
ps: here you can see a live example. I want to hide the products tab. http://www.chautaara.org/nl/webshop/boeken/nepal-nieuwe-wegen-de-himalaya
Comments
I ran into this same issue after doing recent core and contrib updates. But It had to do with my Commerce Products Display Manager Module. Running Version 7.x-1.0-alpha3
I applied the patch mentioned in comment #9
Go to http://drupal.org/node/1239368
After I did this all worked fine.
Hope it helps.