View Single Post
  #137  
Old 08-05-2013, 02:42 AM
 
philrisk philrisk is offline
 

X-Adept
  
Join Date: Jul 2009
Location: Newcastle upon Tyne, UK
Posts: 412
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by Freakmode
Code:
Modify modules/Xcart_Mobile/config.php file as follows: - find this line of code if ($detect->isMobile() && func_mobile_constant('AREA_TYPE') != 'A') { - and change it to if ($detect->isMobile() && !$detect->isTablet() && func_mobile_constant('AREA_TYPE') != 'A') {

Works fine on mine.

Works a treat cheers
__________________
Live with Gold 4.5.1
Dedicated Linux server
MaxCDN 4 pull zones
Dedicated SSL

Reply With Quote