aljon1234 Posted February 18, 2014 Share Posted February 18, 2014 (edited) I am having a problem on showing the best seller on my product view page.. when i transplant top-seller block on my home page it shows up without a problem,Now, My problem is i want the top-seller block view shown under my product details. is there a way to transplant in on the product page? i tried to transplant it to the product footer but it gives me an error notice.. pls help.. I want the output like this Edited February 19, 2014 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 18, 2014 Share Posted February 18, 2014 you have to modify module core file. add there function: public function hookProductFooter($params) { return $this->hookRightColumn($params); } add it before last closing bracket. then transplant module to this hook. 1 Link to comment Share on other sites More sharing options...
aljon1234 Posted February 19, 2014 Author Share Posted February 19, 2014 Thank you! It work! Link to comment Share on other sites More sharing options...
vekia Posted February 19, 2014 Share Posted February 19, 2014 you're welcome i tested this feature and looks like it works well. i marked this thread as solved. 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