Saletra Posted July 13, 2013 Share Posted July 13, 2013 (edited) Hello, I'm trying to put HTML of website as a Prestashop theme. I encountered a problem with blocks order. I my theme I have: <head> section <body> section [container] [search_box_html] [shopping_card_html] I want to have: <head> section <body> section [container] [shopping_card_html] [search_box_html] I tried to move modules in configuration (both seach box and and shopping card I have in the same category) but it seems to dont work. How can I change order of apperance of above blocks? Edited July 13, 2013 by Saletra (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 13, 2013 Share Posted July 13, 2013 you moved the modules in the modules> positions ? make sure that you change the position in the "displayTop" hook in this case also changes in the css will be necessary Link to comment Share on other sites More sharing options...
Saletra Posted July 13, 2013 Author Share Posted July 13, 2013 (edited) Thanks. Yes I changed it in modules> positions but in wrong hook. The displayTop was at the very bottom and I saw both blocks in other hook which is placed quite higher. Edited July 13, 2013 by Saletra (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 13, 2013 Share Posted July 13, 2013 thanks for information that your issue is solved im glad that it works as you expect if youve got any questions related to this case - feel free to continue discussion here regards 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