View Single Post
  #136  
Old 08-05-2013, 02: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 philrisk
How do we switch mobile off for ipad?

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.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote