
03-01-2011, 04:05 AM
|
 |
Paid Member
|
|
Join Date: Aug 2010
Posts: 14
|
|
Mobile Store Redirect?
Is there a way to make the store automatically redirect to the mobile version when someone visits from their mobile device?
Thanks
|

03-01-2011, 04:22 PM
|
 |
Paid Member
|
|
Join Date: Feb 2011
Location: Singapore
Posts: 15
|
|
I'm not too sure on this but the best bet seems to have a dedicated domain or sub-domain for your mobile customers.
|

03-02-2011, 08:31 AM
|
 |
Ecwid Team
|
|
Join Date: Jan 2011
Location: Ecwid headquarters
Posts: 7,560
|
|
Unfortunately, just having sub-domain does not redirect users automatically.
In fact Ecwid is prepared for such situations. Here is how we envision mobile browsing. Modern mobile devices (like iOS, Android based devices) most of the time are able both to display the full-blown website and to load and launch JavaScript which is a base for Ecwid application. Hence, for such mobile users there is no need to redirect, they can use the store just like as they were on desktop computer.
However, if the user visits the store page from a device, where JavaScript is not supported, Ecwid degrades to a message, stating that JavaScript is required and inviting to visit mobile store ("HTML version"), if there is no way to turn on JavaScipt. This way mobile users with less advanced devices can still see the simplified view of the store, compatible with their device capabilities.
The visitor must switch to mobile version deliberately, by visiting a link. If you are looking for a way for your visitors to omit the decision step and see the mobile version automatically, you can do this with custom sever-side (or possibly client-side) programming.
For example, there are 3rd party APIs to detect a mobile visitor (e.g. http://mode.mofuse.com/ , http://www.handsetdetection.com/, http://api.yandex.ru/detector/ - russian language in documentation). Based on the capabilities detected from your visitors device you can decide to redirect to mobile version automatically.
__________________
Eugene Efimochkin,  Team
_________________________
⬇ Click Thanks, please, if this reply helped you.
|
|
The Following User Says Thank You to Eugene Rimmer For This Useful Post:
|
|

03-02-2011, 05:43 PM
|
 |
Paid Member
|
|
Join Date: Feb 2011
Location: Singapore
Posts: 15
|
|
Very nicely detailed explanation Eugene, extremely informational and helpful indeed.
In my case, I thought a 'mobile version' of a website makes your store seem 'a bit more professional', as that it'd be catered for a smaller screen resolution audience, and implies that you "took the effort" to have a storefront that's specifically catered to the 'mobile audience'.
Just saying. ; )
|

03-07-2011, 12:45 PM
|
 |
Ecwid Team
|
|
Join Date: Sep 2009
Posts: 11,009
|
|
Quote:
Originally Posted by TeeDojo
Very nicely detailed explanation Eugene, extremely informational and helpful indeed.
In my case, I thought a 'mobile version' of a website makes your store seem 'a bit more professional', as that it'd be catered for a smaller screen resolution audience, and implies that you "took the effort" to have a storefront that's specifically catered to the 'mobile audience'.
Just saying. ; )
|
By the way, we already consider creation of a special version of the mobile catalog designed for smart phones only. At the moment our mobile catalog is designed for all the mobile devices, even for old phones. So it doesn't use JavaScript and is quite plain. The smart-phone version should look like a native iPhone/Android app.
|
|
The Following User Says Thank You to Qetzal For This Useful Post:
|
|

03-07-2011, 02:14 PM
|
 |
Paid Member
|
|
Join Date: Feb 2011
Location: Singapore
Posts: 15
|
|
I thought the current mobile version is quite fast and excellent for mobile viewing. Here's a sample of my mobile site looks like in case anyone who hasn't tried enabling their mobile storefront http://mobile.teedojo.com.
|

03-09-2011, 11:58 AM
|
 |
Ecwid Team
|
|
Join Date: Sep 2009
Posts: 11,009
|
|
Quote:
Originally Posted by TeeDojo
I thought the current mobile version is quite fast and excellent for mobile viewing. Here's a sample of my mobile site looks like in case anyone who hasn't tried enabling their mobile storefront http://mobile.teedojo.com.
|
Yep, it is fast and excellent. However we can make it even better : -)
|

03-03-2013, 11:15 AM
|
 |
Paid Member
|
|
Join Date: Jan 2013
Location: Chandigarh, India
Posts: 11
|
|
Quote:
Originally Posted by Eugene Rimmer
Unfortunately, just having sub-domain does not redirect users automatically.
In fact Ecwid is prepared for such situations. Here is how we envision mobile browsing. Modern mobile devices (like iOS, Android based devices) most of the time are able both to display the full-blown website and to load and launch JavaScript which is a base for Ecwid application. Hence, for such mobile users there is no need to redirect, they can use the store just like as they were on desktop computer.
However, if the user visits the store page from a device, where JavaScript is not supported, Ecwid degrades to a message, stating that JavaScript is required and inviting to visit mobile store ("HTML version"), if there is no way to turn on JavaScipt. This way mobile users with less advanced devices can still see the simplified view of the store, compatible with their device capabilities.
The visitor must switch to mobile version deliberately, by visiting a link. If you are looking for a way for your visitors to omit the decision step and see the mobile version automatically, you can do this with custom sever-side (or possibly client-side) programming.
For example, there are 3rd party APIs to detect a mobile visitor (e.g. http://mode.mofuse.com/ , http://www.handsetdetection.com/, http://api.yandex.ru/detector/ - russian language in documentation). Based on the capabilities detected from your visitors device you can decide to redirect to mobile version automatically.
|
Hi! I have a question. I have logged on to https://www.handsetdetection.com and have a free account here now, I want to know how can I use it? Means where to put the code or API as I don't have a website, but only have Ecwid.
My store id is: 1829062 (frompunjab)
My original issue is that I want users to get opened the mobile version of my store that is forwarded from m.frompunjab.com from my domain registrar account. www.frompunjab is forward to fb app in my fb page.
Looking for help!
|

03-04-2013, 01:38 PM
|
 |
Ecwid Team
|
|
Join Date: Jan 2011
Location: Ecwid headquarters
Posts: 7,560
|
|
Quote:
Originally Posted by Amandeep Singh
Hi! I have a question. I have logged on to https://www.handsetdetection.com and have a free account here now, I want to know how can I use it? Means where to put the code or API as I don't have a website, but only have Ecwid.
My store id is: 1829062 (frompunjab)
My original issue is that I want users to get opened the mobile version of my store that is forwarded from m.frompunjab.com from my domain registrar account. www.frompunjab is forward to fb app in my fb page.
Looking for help!
|
Unfortunately, there is no place in Ecwid where you could put any codes from that site. You need to have your own website where you are able to change the source code of the pages, and probable server side scripting capability (like PHP) too, in order to use the functionality that service provides.
__________________
Eugene Efimochkin,  Team
_________________________
⬇ Click Thanks, please, if this reply helped you.
|
|
The Following User Says Thank You to Eugene Rimmer For This Useful Post:
|
|

03-05-2013, 04:48 AM
|
 |
Paid Member
|
|
Join Date: Jan 2013
Location: Chandigarh, India
Posts: 11
|
|
Alrite. Thank you.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 01:07 PM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
|