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
  #131  
Old 07-26-2013, 02:22 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:
Originally Posted by skot
Could you provide me with URL where the issue can be reproduced?

Just DM'd you with the details... Thanks!
__________________
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
  #132  
Old 07-26-2013, 09:28 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by skot
Yes, Steve. The current Mobile 1.4 version has the switch button always showing. Independent of a screen size.

You should get rid of the popup if "want to switch or not"... If I clicked on the switch link they yes I do want to do that - there is no need to ask me again. And as someone else mentioned on that popup if I mark - don't ask me again - the switch disappears....
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #133  
Old 07-30-2013, 06:18 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 skot
Hello, guys.

This thread is not dead

I'd like to say thank you to espresso for the feedback. We will take it into account for the further Mobile versions.

A question to mcanitano. What is the bug with "FLC/X-Payments iFrame CSS "? It seems we have fixed it in the latest Mobile version. If not, we will sort this out.

An answer to xcel: the Mobile and Ideal responsive can work together.
The thing is that the Mobile version is enabling automatically if a customer opened the store on the mobile device.


I'm sorry for the latecomers news but we have released the next version of Mobile module (ver 1.4.0)

Here is the list of changes:
Bugs:
- Remove 'strstr' from templates
- Products displays as out of stock even if Disable inventory tracking is enabled.

Improvements:
- Added Mobile_Detect php-class for a more precise device detection
- The 'switch view' button is always showing
- X-Cart 4.6 compatibility


skot, the problem we have seen with the "FLC/X-Payments iFrame CSS" is shown below in detail. Just an offset problem it seems with the dropdown buttons on checkout.





Quote:
Originally Posted by mcanitano
We have upgraded to X-Cart Mobile 1.3.2 and X-Cart 4.5.5 w/ X-Payments 1.0.6 and are experiencing a very slight problem with the format of the mobile iFrame checkout.

When using the X-Payments lite interface (Fast Lane Checkout) on x-cart mobile, the drop-down select buttons do not span the full width.

For example, when clicking on them, you must click a certain spot of the button for it to work (left side) the right side of the buttons don't do anything.

If you were to hold down your finger while clicking it highlights the area that is clickable, attached is an image of what I'm talking about -- the grayed out areas in the image are where the button drop down seems to work, any other area will not trigger the drop down.

I have been messing with the CSS but cannot seem to find the error.


Attached below is the image that I am speaking of in the quoted text above.
Attached Images
File Type: png photo (1).png (60.8 KB, 25 views)
__________________
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
  #134  
Old 07-30-2013, 10:25 PM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart Mobile module released

A previous post in this thread stated, this mobile mod will not work with BCSE Speed Booster.

Is this true, the two modules are not compatible?
__________________
X-Cart Business 5.4.1.49
Reply With Quote
  #135  
Old 08-05-2013, 12:50 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

How do we switch mobile off for ipad?
__________________
Live with Gold 4.5.1
Dedicated Linux server
MaxCDN 4 pull zones
Dedicated SSL

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

The following 4 users thank Freakmode for this useful post:
cherie (07-15-2014), mcanitano (08-07-2013), philrisk (08-05-2013), totaltec (08-20-2013)
  #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
  #138  
Old 08-13-2013, 12:33 PM
  mcanitano's Avatar 
mcanitano mcanitano is offline
 

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

Default Re: X-Cart Mobile module released

Any news on when the update patches for 1.3.2 to 1.4 will be available?
__________________
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
  #139  
Old 11-01-2013, 12:25 AM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart Mobile module released

I just got X-Cart Mobile installed and have a few questions about Search Engines.

1) I have read the mobile site may be seen as duplicate content by search engines. Is there any truth to this and is there a remedy by using robots.txt?

2) I hard coded a link from my desktop site to the mobile site. Should I also block this link in my robots file?

3) Further in regard to SEO, should the X-Cart Mobile home page content be totally different than the desktop home page, or should it be the same?

Any help would be extremely appreciated!! Thanks!
__________________
X-Cart Business 5.4.1.49
Reply With Quote
  #140  
Old 11-06-2013, 09:55 PM
 
Mhodge@q1w.net Mhodge@q1w.net is offline
 

Advanced Member
  
Join Date: Aug 2012
Posts: 55
 

Default Re: X-Cart Mobile module released

Mike,

I'm sorry I missed one thing in my post (now it's updated): it's necessary to remove the 'skin/common_files/modules/Xcart_Mobile/customer/main/register.tpl' file which is affects that bug with "shipping address" section.

As for the images, I asked you in our messages board:
I've double checked the default module code, it is fine, so I need to ask you.
Do you have any customizations related to the product thumbnails in your store? Does your server has limitation (or maybe firewall settings) affecting the data transfer, requiring a particular "User Agent" or other HTTP headers?
__________________
Sincerely yours,
Konstantin Soldatov,
Head of Design department

_____________________________________________

I apologize for taking so long to re-enable this and retest. I downloaded the latest version and it appears many items have been updated and improved, great job. I am about to make a few test orders using Paypal and X-payments but I ran into an issue on checkout. If I click on Shipping address and modify it, it also updates the billing address. Then if I update the billing address, it then updated the shipping address. Any ideas on this?

I did delete register.tpl and cleared cache and temporary files.

Thanks!

Mike
__________________
Mike
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 03:33 PM.

   

 
X-Cart forums © 2001-2020