[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


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

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.