Jump to content

[Solved] Categories Block will not display on website


Recommended Posts

I was tweaking my prestashop and I wanted to move the Categories block from the very top of the left column to a little lower. While trying to do that, at first all of my Categoires disappeared... but the empty block was still there. While trying to fix that, now the entire block is gone, and in the BO, it shows in modules that the categories are now in the footer but it does not show up on the website. Please please please help me!!!!1

Thanks

Link to comment
Share on other sites

  • 3 weeks later...

Hey. I'm trying to move categories block on top of the page.
So I went to Modules - Positions, deleted existing module, then Add module again with positioning it on the Top! And... Categories Block will not display on website. I again deleted it and create it On the Left! And... Categories Block is on the left.

Thanks a lot for any help.

----------------------
UPD. Fixed...

I just added
function hookTop($params)
{
return $this->hookLeftColumn($params);
}
in blockcategories.php file.

Link to comment
Share on other sites

×
×
  • Create New...