[ic] Re: Shipping : not allow zero shipping charge

David Bordas bordas at testadaz.com
Tue May 29 11:22:36 EDT 2007


David Bordas a écrit :
> Hi interchange users,
> [...]

> So i tried to add something like this to avoid display of zero shipping :
> [loop [...]
> [if value [shipping mode="[loop-code]" noformat=1]] ne "0.00"]
> <input [...]
> [/if]
> [/loop]
>
I tried testing [session ship_message], but without good resultats once 
a ship_message is set, radio list will not displayed properly...

I also tried :
[shipping widget=radio_left_1 mode="[scratch tmp_shipmodes]"]  to 
replace my code.
This is not perfect but i should modify look via "format" attribute of 
shipping tag.
But this introduce a new problem :

Here's a piece of code procuded :
<input type="radio" name="mv_shipmode" value="ColissimoSuivi" 
CHECKED></td><td>Colissimo Suivi (7,00 &amp;euro;)</td></TR>

I'd like to have this :
<input type="radio" name="mv_shipmode" value="ColissimoSuivi" 
CHECKED></td><td>Colissimo Suivi (7,00 &euro;)</td></TR>

If someone can give me direction where to look.
Thank you.

David



More information about the interchange-users mailing list