Jump to content

Home featured products


bvelichkov

Recommended Posts

[sOLVED, see below]

 

Hi,

 

I am trying to transplant homefeatured module to displayTop. Added to homefeatured.php the following:

 

 

public function hookDisplayTop($params) {

$this->hookDisplayHome($params);

}

 

The backoffice says that the module transplant was successful. But nothing appears in displayTop in frontend. Any help appreciated.

Edited by bvelichkov (see edit history)
Link to comment
Share on other sites

Hi,

 

I am trying to transplant homefeatured module to displayTop. Added to homefeatured.php the following:

 

 

public function hookDisplayTop($params) {

$this->hookDisplayHome($params);

}

 

The backoffice says that the module transplant was successful. But nothing appears in displayTop in frontend. Any help appreciated.

 

use:

 

public function hookdisplayTop($params) {
$this->hookDisplayHome($params);
}

Edited by vekia (see edit history)
  • Like 1
Link to comment
Share on other sites

 

This is exactly what I am wondering for. I transplanted successfully the image slider at this position, now I want to put there also "Home featured products" module. And adding hookDisplayTop or hookTop does not do the job, nothing happens. If the module is hooked at displayHome, everything works well. If I unhook the module from displayHome and try to use displayTop or Top, the module dissappears at all.

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...