[ic] Shipmode : how to display euro symbol under radio_left_1

David Bordas bordas at testadaz.com
Sun Jun 11 09:20:44 EDT 2006


Hi,

I'm using Interchange on my shop (http://www.testadaz.com) since a year 
without problems for now.

I'm trying to add multiple shipping methods.
So i'm looking to the shipmode.html page.

It seems to work quite well, except that Euro symbol isn't displayed, 
i've got html source code instead :(
I'm using this tag :
[shipping widget=radio_left_1 mode="[scratch tmp_shipmodes]"]

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>

In fact "&amp;euro;" should be "&euro;".
I've tried to play with format attribute without any success for the moment.

Did someone have some clue for me ?
Perhaps i can play with [perl] to rewrite "&amp;" to "&" ??

Thanks
David.

PS : i beg you pardon for my english. As you can see on my website, i'm 
French :)


More information about the interchange-users mailing list