Quote Originally Posted by norber View Post
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

norber

I did an out of the box install of ZC, css_js_loader, FEC and zencart-mobile.
The non-mobile version works OK.

On a iPhone the free version does not allow one to add products to the shopping cart. It just sets at the product screen and prompts to get the paid version to continue.

Without access to all the files included in the paid version there's not much more I can do.

I would double check with zencartmobile to be sure it works with FEC.

As far as redirection goes if it displays the mobile version on your mobile device then it should follow the logic it installed so that leads me to believe it uses whatever check out logic is enabled. I don't think your can switch between regular ZC checkout and FEC on the fly

Please describe what screens the mobile version displays as your go through the checkout.

If I think of anything else I'll post it.