X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   X-Cart Mobile module released (https://forum.x-cart.com/showthread.php?t=65246)

Jon 02-17-2015 09:54 AM

Re: X-Cart Mobile module released
 
Another issue with the mod, doesn't appear to be compatible with the Social Login (Janrain) module.

mcanitano 02-17-2015 10:47 AM

Re: X-Cart Mobile module released
 
Quote:

Originally Posted by Jon
Another issue with the mod, doesn't appear to be compatible with the Social Login (Janrain) module.


Yes, this is a very annoying issue. Part of the reason we disabled Social Login Janrain module.

Jon 02-17-2015 10:50 AM

Re: X-Cart Mobile module released
 
The tragedy is that people on mobile are much much more likely to be on social and use the feature. It doesn't bode well for Qualiteam that they make mods that aren't compatible with each other.

Freakmode 02-18-2015 12:25 AM

Re: X-Cart Mobile module released
 
Quote:

Originally Posted by cherie


Yep I think you are right - It is a shame as our customer base hates responsive design. Tried it twice and both times had to remove it within a few days.

soldatov 02-18-2015 02:48 AM

Re: X-Cart Mobile module released
 
Hi guys.

I'm sorry for the silence.

Module is not dead.
Yes, there were not updates since the 2013, and we have collected a list of bugs and improvements. Thank you all for posting them via bugtracker, this forum, by mail etc...

Now we are working on the updated version from beginning of the year (a new developer has been delegated for this).

I'll keep you informed on the release date. For now the ETA is this March.

Jon 03-07-2015 01:03 PM

Re: X-Cart Mobile module released
 
The latest Google Chrome version - 41.0.2272.76 m - will be detected as mobile on desktop.

To fix this, open modules/Xcart_Mobile/Mobile_Detect.php

FIND:

Code:

'LG'            => '\bLG\b;|(LG|LG-)?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999)',

REPLACE WITH:

Code:

        // SD - Replaced older "LG" detection with new string from http://mobiledetect.net to prevent mobile site in new Chrome desktop
        #'LG'            => '\bLG\b;|(LG|LG-)?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999)',
        'LG'            => '\bLG\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802)',
        // / SD - Replaced older "LG" detection with new string from http://mobiledetect.net to prevent mobile site in new Chrome desktop


soldatov 03-08-2015 11:37 PM

Re: X-Cart Mobile module released
 
Thank you Jon,

Actually, this would be better to update the MobieDetect library entirely. For that, download the latest version of library here http://mobiledetect.net/
Then just replace the x-cart's "modules/Xcart_Mobile/Mobile_Detect.php" with the new version from the downloaded package.


UPD: the new version of Mobile module is on the way. Some major bugs are already fixed, some improvements are implementing. I'll let you know when it's released.

HeatherV 03-09-2015 02:52 AM

Re: X-Cart Mobile module released
 
Thank you all for your really helpful replies, much appreciated. My developer did some testing and couldn't find an issue when she used the following http://www.browserstack.com/screenshots/e875c0920cd03581b8aded1f198f32f27bca3473 . Not that this was what the original post was about but clearly it was flagged up as a problem from some of you. So, I am still confused!
I have decided to go with 4.6.6 and using a responsive template design. What are your thoughts on upgrading to Gold Plus- is there any mileage in paying the extra?

Thomasb134 03-09-2015 06:38 AM

Re: X-Cart Mobile module released
 
Quote:

Actually, this would be better to update the MobieDetect library entirely. For that, download the latest version of library here http://mobiledetect.net/
Then just replace the x-cart's "modules/Xcart_Mobile/Mobile_Detect.php" with the new version from the downloaded package.
I just tried the new MobileDetect.php on my installation and mobile devices no longer load. I ran cleanup too. So I reverted back to the working file. My Mobile version has files dated Dec 2013.

Anyone else try the new Mobile_Detect.php and have success?

chamberinternet 03-09-2015 07:01 AM

Re: X-Cart Mobile module released
 
Quote:

I just tried the new MobileDetect.php on my installation and mobile devices no longer load. I ran cleanup too. So I reverted back to the working file. My Mobile version has files dated Dec 2013.
Anyone else try the new Mobile_Detect.php and have success?

Just tried it on versions 4.6.2 & 4.6.6 of XC - Seems OK here.


All times are GMT -8. The time now is 11:56 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.