Jump to content

Advertising module


Recommended Posts

Hello everybody,

I would like to put the advertising module in the top and in the header of the page.

I have proceed as I can understand : hook this module in the top and in the header from the administrator side.

When I check the front of shop, I can't see the advertising on the top near the logo.

Could you explained me what is wrong ?

Best regards

Link to comment
Share on other sites

Problem is that module haven't covered hooking up to top.
To do that add next function to blockadvertising.php

function hookTop($params)
{
      return $this->hookRightColumn($params);
}


And then transplant module to top of pages hook.

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