Misa Amane Posted June 28, 2016 Share Posted June 28, 2016 (edited) Hi guys, I'd like to add a simple addons(visual composer) on the bottom of my category pages ? I tried dispayHome but nothing appeared, displayFooterProduct work well but it's not the right page.Any suggestions please ? Edited June 28, 2016 by guillaume hammouti (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted June 28, 2016 Share Posted June 28, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now