sachin427 Posted October 11, 2010 Share Posted October 11, 2010 Im having an issue where the cross-selling module is not appearing in the left or right column. It appears perfectly in the product footer. I know that the module is set up to be horizontally orientated but dont know if this is the reason why it is not showing up my in right or left columns. Ive tried to play around with global.css and crossselling.tpl but ive had no luck. Thanks for any replies. Link to comment Share on other sites More sharing options...
razaro Posted October 11, 2010 Share Posted October 11, 2010 See this wiki page and also this tutorial.So add this to crossselling.php function hookRightColumn($params) { return $this->hookProductFooter($params); } function hookLeftColumn($params) { return $this->hookProductFooter($params); } and then transplant module to left or right column from back office. Link to comment Share on other sites More sharing options...
sachin427 Posted October 11, 2010 Author Share Posted October 11, 2010 Thanks for your help razaro! Your code worked but had a little bit of a side effect. If i attempt to remove the module out of the product footer, it also removes the module from the right column. Any ideas? Link to comment Share on other sites More sharing options...
szabob Posted November 16, 2010 Share Posted November 16, 2010 Please could you tell me how I can hook the cross selling module to the product tab ? Link to comment Share on other sites More sharing options...
szabob Posted November 17, 2010 Share Posted November 17, 2010 Any ideas? I am sure it is possible but I cannot work out the code Link to comment Share on other sites More sharing options...
tgurske Posted February 2, 2011 Share Posted February 2, 2011 Thanks. Helped me too. I never would have guessed that I needed to add code. 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