ir3 Posted January 8, 2011 Share Posted January 8, 2011 Hello, I want to move a shopping basket from right column to the top in the default theme in prestashop 1.3.1. I changed position in modules and bring it to the top, but nothing appeared in the top. Could you help me? Link to comment Share on other sites More sharing options...
ir3 Posted January 8, 2011 Author Share Posted January 8, 2011 The red arrow shows what i mention.Please help me/add ok I've found solution in this topic:http://www.prestashop.com/forums/viewthread/51310/P15/integration/solved_block_cart_on_topI nedded to add this code:public function hookTop($params) { return $this->hookRightColumn($params); }to modules/blockcart/blockcart.php 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