[ic] Re: Shipmode display, little help needed

David Bordas bordas at testadaz.com
Sun Jul 16 06:55:36 EDT 2006


Hi again,

I'm looking for several hours to do this, and now, 15 mins after asking 
for help, i found a solution...
Sorry to have disturbed you :(

If this can help someone, i'll post my way to do that :
> Solution 2 :
> As i can't find a solution with this code, i'm trying a new one :
> [loop list="[scratch tmp_shipmodes]"]
> <TR><td><input type="radio" name="mv_shipmode" value="[loop-code]"
> [if  [value mv_shipmode] eq [loop-code]
> CHECKED
> [/if]
> ></td><td>[shipping-desc mode="[loop-code]"] ([shipping 
> mode="[loop-code]"])</td></TR>
> [/loop]
> </TABLE>
Change the [if] part with this :
[if value mv_shipmode eq [loop-code]]

Bye
David


More information about the interchange-users mailing list