Hi,

Yes, it looks like a bug. Seems the reason causing this behaviour is the
format of your params. Particulary sid=12312 part is replaced by sid=x
string. It must be some kind of regexp replace problem. We will
investigate it. And a small hint for a workaround: might be that
avoiding "sid=" string in URL params could solve this problem, for
example using "bonus_id=" in your case.

Regards
Tomas Liubinas

> -----Original Message-----
> From: [email protected] [mailto:dev-general-
> [email protected]] On Behalf Of Reinhard Schneidewind
> Sent: Tuesday, January 19, 2010 2:48 PM
> To: [email protected]
> Subject: [oxid-dev-general] Strange link replacement
> 
> Hello,
> 
> today I had to put a link with a GET-Variable "bonusid" in the order
> customer mail.
> The number which should be the value of bonusid got replaced with
> 
> xshp=7&shp=7&shp=7&
> 
> So I was searching a long time if I made a mistake, but I couldn't
find
> anything.
> Then I tried to insert a test-link in email_order_cust_html.tpl :
> 
> <a href="http://?&bonusid=12312&";>sadf</a>
> 
> In my mail-client it got replaced:
> 
> <a href="http://?&bonusid=x&amp;shp=7&amp;shp=7&amp;shp=7&";>sadf</a>
> 
> I was testing on OXID 4 EE 4.2.0 .
> 
> Can anyone reproduce this bug?
> 
> 
> Best Regards
> 
> 
> 
> 
> 
> _______________________________________________
> dev-general mailing list
> [email protected]
> http://dir.gmane.org/gmane.comp.php.oxid.general
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to