Jump to content

I can't transplant Best-selling Products module


Recommended Posts

I have been trying to hook Best Sellers Module to the left column but keep getting an error.

 

I've looked at the code and the hook seems to be created but won't work in Left or Right columns

 

I've compared it to code in other modules that work and all seems exactly the same but no luck

 

regards

Sam P

Link to comment
Share on other sites

sorry Version 1.5.4 latest.

 

is there something that might be missing that I need to find or can someone point me to a module that I can use and install instead of the default. I have upgraded from 1.5.4 to latest version so maybe that has broken it.

 

I never used it before so don't know if it worked before.

Link to comment
Share on other sites

You have to modify the source of the module. first thing:

 

!$this->registerHook('rightColumn') ||

modify it to:

!$this->registerHook('rightColumn') ||
!$this->registerHook('leftColumn') ||

 

then uninstall and install module again.

should help

Link to comment
Share on other sites

  • 5 months later...

You have to modify the source of the module. first thing:

 

!$this->registerHook('rightColumn') ||
modify it to:

!$this->registerHook('rightColumn') ||
!$this->registerHook('leftColumn') ||
then uninstall and install module again.

should help

 

 

I am having same problem. When I try to hook it into left or right column it shows error message saying cannot transplant into this hook. I tried top search this module inside module folder but couldn't find it. 

 

Could you please tell me which file do i need to modify and where do I find it.

 

Thanks

Link to comment
Share on other sites

×
×
  • Create New...