
Originally Posted by
norber
Thanks guys.
The problem i have is that the previous developer did a lot of changes in the theme that i think that i will do from the scratch and i dont know if the site owner has the money to pay that amount of hours.
I was thinking; if the problem is the damn redirection; it will not be easy (and dirty, i know) to look after the redirection file and put a conditional that ignores that redirection that FEC uses if the case is that the device is a mobile one?
I managed to isolate the variable that manages the user agent, a global one.
Its name is $deviceType
if i could find where the redirection takes place, i could do something like:
if ($deviceType=="phone"){
//do nothing
}else{
//do FEC redirection
}
Do you have any faintest idea where that redirection is done?
I checked every single file and i cannot find anything. I can see that the onepagecheckout is an option in the admin, but i dont know where to look for.
Thx.
Norberto