Jump to content

crossselling in right column - PS 1.6.0.14


democolis

Recommended Posts

Hello,

 

How can i make the crossselling appears in the right column of my prestashop?

 

I added this code below in my crossselling.php with no result:

 

function hookRightColumn($params)
    {
    return $this->hookProductFooter($params);
    }
 
Any Ideas?
 
Thanks
Link to comment
Share on other sites

 

Hello,

 

How can i make the crossselling appears in the right column of my prestashop?

 

I added this code below in my crossselling.php with no result:

 

function hookRightColumn($params)
    {
    return $this->hookProductFooter($params);
    }
 
Any Ideas?
 
Thanks

 

hi..

 

you can register the rightcolumn hook when the your modules is install ?

 

thanks..

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...