bickle777 Posted January 7, 2015 Share Posted January 7, 2015 Hi, I'm using a prestashop theme and on the homepage the best sales, and new products modules are displayed in a horizontal manner but I wish to keep them displayed in the same way on the whole site and not on the left column afterwards...Thanks for any tips where to make this adjustment. Thanks Adrian Link to comment Share on other sites More sharing options...
CartExpert.net Posted January 7, 2015 Share Posted January 7, 2015 Hi. You mean you want to have it horizontal on all the pages, and not displayed in left / right columns? Regards.Robin.The CartExpert Team Link to comment Share on other sites More sharing options...
bickle777 Posted January 7, 2015 Author Share Posted January 7, 2015 Yes that's it...thanks - it is in fact displayed horitzontaly on the home page and then on all the other pages it's in the left column. Regards, Adrian Link to comment Share on other sites More sharing options...
NemoPS Posted January 7, 2015 Share Posted January 7, 2015 There is a hook named 'displayTopColumn' Try adding it to the module, you know how to? Just create a new method for the blockbestseller.php file public function hookdisplayTopColumn($params) { return $this->hookdisplayHomeTabContent($params); } then transplant it from the modules->positions section Link to comment Share on other sites More sharing options...
bickle777 Posted January 7, 2015 Author Share Posted January 7, 2015 Thanks, I'll give it go and let you know how it goes Link to comment Share on other sites More sharing options...
ajaxthemestudios Posted January 11, 2015 Share Posted January 11, 2015 You may want to display them in the footer section so that they come under stay under the different pages. From an artistic point of view, it may not be the best to have both modules showing at the top of your product pages. So try and transplant to displayFooter hook position instead of displayTopColumn position. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now