Jump to content

advertising modula


Recommended Posts

I don't understand what you mean. Do you want to move the advertising module from right column to the left column? You can go to Modules > Positions > Transplant a module to copy a module to another position, then go back to the Modules > Positions tab and delete it from the old position.

Link to comment
Share on other sites

If you want different ads in different positions, you will need to duplicate the advertising block. See here for how to do that.

By default, the advertising block can only be placed in the left or right column. You will need to add the following before the last } in modules/blockadvertising/blockadvertising.php to allow the module to be placed in the footer:

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

Link to comment
Share on other sites

Yes. I'm not sure what you mean by "right footer" and "left footer". PrestaShop only has one "footer" hook. Did you want one ad on the left side of the footer and another on the right side of the footer? You will need to hook two different advertising modules in the footer and then use CSS to display one on the left and the other on the right.

Link to comment
Share on other sites

  • 2 years later...

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