Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart Mobile module released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #221  
Old 02-17-2015, 09:54 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: X-Cart Mobile module released

Another issue with the mod, doesn't appear to be compatible with the Social Login (Janrain) module.
Reply With Quote

The following user thanks Jon for this useful post:
mcanitano (02-17-2015)
  #222  
Old 02-17-2015, 10:47 AM
  mcanitano's Avatar 
mcanitano mcanitano is offline
 

eXpert
  
Join Date: Feb 2006
Location: Melbourne, FL
Posts: 216
 

Default 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.
__________________
Marcello Canitano
New Site: X-Cart v4.5.5 GOLD
X-Cart Mobile v1.4.3
X-Payments v1.0.6
CDSEO Pro v2
Total Server Solutions xCDN

www.silverhorseracing.com
Reply With Quote
  #223  
Old 02-17-2015, 10:50 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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.
Reply With Quote
  #224  
Old 02-18-2015, 12:25 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default 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.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #225  
Old 02-18-2015, 02:48 AM
  soldatov's Avatar 
soldatov soldatov is offline
Moderator
 

X-Cart team
  
Join Date: Apr 2011
Posts: 163
 

Default 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.
Reply With Quote

The following 4 users thank soldatov for this useful post:
chamberinternet (02-18-2015), Ksenia (02-18-2015), mcanitano (02-19-2015), tony_sologubov (02-18-2015)
  #226  
Old 03-07-2015, 01:03 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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
Reply With Quote

The following 7 users thank Jon for this useful post:
chamberinternet (03-09-2015), cherie (03-07-2015), mcanitano (03-10-2015), shaz (03-13-2015), skot (03-08-2015), Thomasb134 (03-07-2015), totaltec (03-09-2015)
  #227  
Old 03-08-2015, 11:37 PM
  soldatov's Avatar 
soldatov soldatov is offline
Moderator
 

X-Cart team
  
Join Date: Apr 2011
Posts: 163
 

Default 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.
Reply With Quote

The following 2 users thank soldatov for this useful post:
alinush (03-19-2015), chamberinternet (03-09-2015)
  #228  
Old 03-09-2015, 02:52 AM
 
HeatherV HeatherV is offline
 

Member
  
Join Date: Dec 2013
Posts: 16
 

Default 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?
__________________
4.4
Reply With Quote
  #229  
Old 03-09-2015, 06:38 AM
 
Thomasb134 Thomasb134 is offline
 

X-Adept
  
Join Date: Apr 2007
Location: USA
Posts: 789
 

Default 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?
__________________
Thomas / USA
XCart V4.4.5 Gold
XCart Mobile V1.4.12
XCart X-PDF
XCart X-HotProducts
AlteredCart Checkout One (One Page Checkout)
BCSE Back In Stock
CFL Holiday Message
CFL System Message
Smack Digital (WebsiteCM) Remember Anon Carts
xcartmods Testimonials
xcartmods reCAPTCHA for X-Cart Classic
Unix, PHP 7.0 (patched 5.4).
MySQL 5.6
Reply With Quote
  #230  
Old 03-09-2015, 07:01 AM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,470
 

Default 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.
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote
Reply
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 06:41 PM.

   

 
X-Cart forums © 2001-2020