
Originally Posted by
MUtester
seems that I have it working now with this code:
if($_SESSION['languages_code']=='es')
{
$url_respuesta="http://www.mundounik.com/index.php?main_page=checkout_success&language=es";
}
else if ($_SESSION['languages_code']=='en')
{
$url_respuesta= "http://www.mundounik.com/index.php?main_page=checkout_success&language=en";
}
As you can see I just added the "&language=" in the end...now it picks the right language.
Will do some more testing, but if I do not reply here anymore..this is my solution!
Thanks!!