View Single Post
  #5  
Old 01-08-2016, 06:06 AM
 
Robwuk Robwuk is offline
 

Advanced Member
  
Join Date: Apr 2012
Posts: 36
 

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

Thankyou

Iive used the following code, and it vanished from my home page, but appeared on some of my catagories, from what i can see its the catagories that dont have sub catagories.

{if $main eq 'home' and $cat eq ''}
{if $active_modules.Special_Offers}
{include file="modules/Special_Offers/customer/new_offers_message.tpl"}
{/if}
{/if}

I dont want any (at present) catagories to show the offers, only the home page and special offers

ive managed to change it to new_arrivals and it worked ok (that was also removing the $cat bit)

Rob
__________________
X-Cart Gold 4.6.6
Reply With Quote