View Single Post
  #8  
Old 01-08-2016, 12:56 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Special Offers on certain pages only - how?

Rob,
Yes there is nothing like "Show module on page".

Instead there are multiple places throughout the templates where code like you have above is used:
Code:
{if $active_modules.Special_Offers} {include file="modules/Special_Offers/customer/new_offers_message.tpl"} {/if}

Anywhere that the developer who wrote the module needed to make a template change, they would have wrapped a piece of code in an if statement like the one above. Use webmaster mode to inspect the templates on that category page, it should lead you to the template that needs to be edited.

Since you don't want to display the offers on the category pages at all, you can probably just comment that code block out once you find it.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote