Jump to content

Recommended Posts

In the backoffice go to "Modules--->Positions" then find the table for "displayLeftColumn" and click edit on the Module you want do edit. In your case it should be the module "CategorieBlock". There should be something in the field "exeptions" you need to remove the productpage from that field.

Link to comment
Share on other sites

Actually, it's weird as both seem to be categories. Can you confirm? If so, it has to be because the categories block takes the current category as top level ,and shows subcategories only. If so, you need to modify blockcategories.php, and set

 

$from_category = $this->context->cookie->last_visited_category;

 

to your root category (generally 2) inside the hookLeftColumn method, to disable getting only subcategories

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...