View Single Post
  #5  
Old 06-13-2010, 07:17 AM
  kevfromwiganinlancashire's Avatar 
kevfromwiganinlancashire kevfromwiganinlancashire is offline
 

X-Adept
  
Join Date: Nov 2004
Location: Appley Bridge
Posts: 563
 

Default Re: How do I put an Affiliate Links/Images on category page

Quote:
Originally Posted by Tal
If your site is small, you can do something like this:

{if $cat eq '1'}
Affiliate stuff for category ID 1

{elseif $cat eq '2'}
Affiliate stuff for category ID 2

{elseif ( $cat eq '3' || $cat eq '4' ) }
Affiliate stuff that will show if in either cat #3 or 4.

{elseif $cat gte '5'}
Affiliate stuff that will show if in cat 5 or higher

{elseif $cat gt '5'}
Affiliate stuff that will show if in cat 6 or higher.
{/if}


so in
{elseif $cat eq '2'}
Affiliate stuff for category ID 2

I would put {elseif $cat eq'250'} or do I use =250
then here would put the affiliate code?

I have 15 categories with subs
how do I put multiple affiliates within one category?


Thanks Tal, I will have a play and see what happens.
__________________
Php 5.4.16-36.el7_1
MySQL 5.5.41-2.el7_0
Apache
2.4.6-31.el7.centos



4.6.x stalled for now

5.2.6 developing
Reply With Quote