Jump to content

Add addons on Category page


Misa Amane

Recommended Posts

You could put it in the displayFooter block and then wrap your code like this so it only displays on category pages:

{if $page_name == 'category'}
Your code here
{/if}

If your module is positioned first, you can display it above the footer.

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