Interchange Developer Resource
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date ][Interchange by thread ]

[ic] if [item-increment]



music@labyrinth.net.au wrote:
> 
> Using 4.8.3
> 
> I am trying to have the results.html page show an image for the first 4
> products in the returned list.
> 
> My guess is that I have to use some thing like this within the search-list.
> 
> [if [item-increment] < 5] <img src="whatever"> [/if]
> 
> Could someone advise the correct code to make this work?
> 
> Thanks!
> Simon

Try 
[tmp counterimg][item-increment][/tmp]
[if scratch counterimg < 5] <img src....>[/if]

or with
[calc]'[scratch counterimg]' + 1[/calc][/tmp]
[if scratch counterimg < 5] <img src....>[/if]
....

Joachim

-- 
Hans-Joachim Leidinger | Dipl.-Phys.Ing. Entwicklung eCommerce
[leidinger@bpanet.de] 
Black Point Arts Internet Solutions GmbH
http://www.bpanet.de


Search for: Sort by: