SkyHiRider Posted January 13, 2014 Share Posted January 13, 2014 I currently have the blocklayered module (product filter) attached to the left column but I want to move it to the top of the product-list so that every customer can immediately see the filter. How? 1 Link to comment Share on other sites More sharing options...
Dh42 Posted January 14, 2014 Share Posted January 14, 2014 You would need to edit the module so that it can hook into the header. Then you might have to rewrite the template or the css for the module so that it would look correct in that location. Link to comment Share on other sites More sharing options...
vekia Posted January 14, 2014 Share Posted January 14, 2014 try to transplant it to the displayTop hook (modules > positions > green transplant button) Link to comment Share on other sites More sharing options...
Dh42 Posted January 14, 2014 Share Posted January 14, 2014 I am pretty sure it does not transplant to there. Link to comment Share on other sites More sharing options...
SkyHiRider Posted January 14, 2014 Author Share Posted January 14, 2014 I am pretty sure it does not transplant to there. You're right, it does not transplant. I am currently using it in the left column but I am unsure of it - it may end up confusing some customers as it "replaces" the category list. Will keep it this way for now as it is currently not a pressing issue. But I have another problem - the path to the core prestashop directory. I have it set to / and the frontoffice works but some parts of the backoffice are broken (editing the blocklayered module does not work ) as the real path is /eshop/ What should my .htaccess file contain so that the url peciatky.sk works for both the front AND backoffice ? Link to comment Share on other sites More sharing options...
dename Posted March 29, 2014 Share Posted March 29, 2014 the blocklayered module (product filter) attached to the left column but I want to move it to the top of the product-list so that every customer can immediately see the filter. subscribing! any readings on this? Link to comment Share on other sites More sharing options...
SkyHiRider Posted March 29, 2014 Author Share Posted March 29, 2014 subscribing! any readings on this? Nope - I abandoned it. I am putting my hopes in 1.6. Link to comment Share on other sites More sharing options...
SirupB Posted October 5, 2015 Share Posted October 5, 2015 I am also looking for a solution to this. It seems it is not integrated in 1.6? Any ideas? Thank you! Link to comment Share on other sites More sharing options...
NemoPS Posted October 9, 2015 Share Posted October 9, 2015 WHat about this?http://blog.arvixe.com/hook-the-prestashop-layered-navigation-block-to-the-center-column/You just need to use a new hook, created at the top of category.tpl, and reset the module then, registering it Link to comment Share on other sites More sharing options...
LauraPresta Posted October 5, 2016 Share Posted October 5, 2016 Yes, it works almost.. but on 1.6.1.6 blocklayered is not fonctionnal on middle column when leftcolumn is disabled. For now im still searching how to fix this Link to comment Share on other sites More sharing options...
LauraPresta Posted October 5, 2016 Share Posted October 5, 2016 for now it works commentating the (3 times) : /*if ((isset($this->context->controller->display_column_left) && !$this->context->controller->display_column_left)&& (isset($this->context->controller->display_column_right) && !$this->context->controller->display_column_right))return false;*/ Link to comment Share on other sites More sharing options...
Recommended Posts