Add Makes Posted October 22, 2014 Share Posted October 22, 2014 i want to display left column same as in product list page. like as in image one Link to comment Share on other sites More sharing options...
thepan Posted October 22, 2014 Share Posted October 22, 2014 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 More sharing options...
NemoPS Posted October 22, 2014 Share Posted October 22, 2014 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 1 Link to comment Share on other sites More sharing options...
Recommended Posts