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)

xim 11-29-2012 05:48 AM

Re: X-Cart Mobile module released
 
http://www.x-cart.com/blog/X-Cart-Gold-Mobile-bundle.html

Have a look for this. It is the solution who wants to open new web store.

Yrik 11-29-2012 11:38 AM

Re: X-Cart Mobile module released
 
it looks nice. Seriously evaluating it for use on my site. One little issue with detailed images. Open "R/C Mini Cooper toy", click detailed images, then click on any of the two. Now, clicking back button in Safari browser on iPhone 4 (OS 6), shows grey screen. Same problem in regular browser on Mac computer.

http://mdemo.x-cart.com/product.php?productid=17556

thebluedoorboutique 11-30-2012 06:29 AM

Re: X-Cart Mobile module released
 
You guys need to add this feature to your mobile app:

http://www.askdavetaylor.com/how_to_create_custom_apple_iphone_website_icon.htm l

Mhodge@q1w.net 11-30-2012 04:23 PM

Re: X-Cart Mobile module released
 
I just uploaded all of the files after purchasing it and went to the installation page and only the header is shown. It shows X-cart Mobile Installation and only a header that says "License Agreement". The agreement is not shown and you cannot continue at all. I am using X-cart 4.5.2

Mhodge@q1w.net 11-30-2012 08:07 PM

Re: X-Cart Mobile module released
 
OK so my work-around for the installation script not working was to run the 3 SQL queries directly in the database and now it is working. I love the concept but I am having many issues and I haven't even placed a test order yet. My biggest problem is sometimes the images will load and sometimes they won't. Sometimes only a couple of the images will in the product list. If you hit refresh, all of the images dissappear. Any advice would be appreciated.

Mhodge@q1w.net 11-30-2012 11:41 PM

Re: X-Cart Mobile module released
 
Besides the images I see the button to switch to the standard site on an ipad but not on an iphone or android phone. How was this launched if these simple things weren't discovered? I placed a test order and that works great but let me know if you have any ideas as to the images not loading as well. I loaded it in Firefox with an iphone user agent as well and I have the same issues with images not showing alot of the time.

elmirage001 12-01-2012 08:18 AM

Re: X-Cart Mobile module released
 
Quote:

Originally Posted by Yrik
it looks nice. Seriously evaluating it for use on my site. One little issue with detailed images. Open "R/C Mini Cooper toy", click detailed images, then click on any of the two. Now, clicking back button in Safari browser on iPhone 4 (OS 6), shows grey screen. Same problem in regular browser on Mac computer.

http://mdemo.x-cart.com/product.php?productid=17556

Confirmed on fresh install of 4.5.4 using iPhone 4s.

Not having issues anymore --> Also having same intermittent issue with thumbnails not showing.

Now Fixed on version 1.1.0 --> Just reported about detail image / grey screen on Bug Tracker - https://bugtracker.qtmsoft.com/view.php?id=42453

elmirage001 12-01-2012 11:11 AM

Re: X-Cart Mobile module released
 
Quote:

Originally Posted by thebluedoorboutique
You guys need to add this feature to your mobile app:

http://www.askdavetaylor.com/how_to_create_custom_apple_iphone_website_icon.htm l

Here is a website that will create the apple icons using your uploaded graphic. http://www.pic2icon.com/site_icon_for_iphone_ipad_generator.php

Upload the 4 generated png files to the root.

In file service_head_mobile.tpl

Find:
Quote:

<link rel="shortcut icon" type="image/png" href="{$current_location}/favicon.ico" />
Insert Below:
Quote:

<link rel="apple-touch-icon" href="apple-touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-iphone4.png" />
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-ipad3.png" />
If you don't like the reflection on your logo use the following instead.
Quote:

<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-iphone.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-ipad.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-iphone4.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-ipad3.png" />
Works perfect on my iPhone 4s and iPad

Mhodge@q1w.net 12-02-2012 01:09 PM

Re: X-Cart Mobile module released
 
To be sure the switch view button is shown on a phone's browser including iPhones, I modified /Xcart_Mobile/customer/core.js

Change this:

}

if ((viewport.width >= 1000 || viewport.height >= 1000)) {
$('.switch-mobile').css({
'display': 'inline-block'
});

To:

}

if ((viewport.width >= 50 || viewport.height >= 50)) {
$('.switch-mobile').css({
'display': 'inline-block'
});

Mhodge@q1w.net 12-04-2012 07:31 PM

Re: X-Cart Mobile module released
 
Well X-cart Mobile was laucnhed and I have submitted tickets with no responses to the images not loading. Where is the support when a new product launches guys?


All times are GMT -8. The time now is 08:46 PM.

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