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
  #301  
Old 06-09-2016, 10:59 AM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: X-Cart Mobile module released

Lots of good feedback for the new module's beta version.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #302  
Old 06-09-2016, 11:01 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 900
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by Phill
I'll check it.



Thank you for your feedback. We will discuss it and can include it in the next version.

I see you didn't remove the switch-view.tpl file and it still works as bad as it did in the last version so I have to think thats why it's disabled.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #303  
Old 06-09-2016, 11:43 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 900
 

Default Re: X-Cart Mobile module released

We really can't use a mobile a version that doesn't allow switching back and forth so i modified the old page to make it work:

in /common_files/modules/Xcart_Mobile_Skin/customer/main/switch_view.tpl replace it with:
Code:
{* $Id$ vim: set ts=2 sw=2 sts=2 et: *} <a class="switch-mobile link-switch" data-theme="b" data-icon="switch"> <i class="fa fa-desktop"></i><h3>{$lng.lbl_switch_to_desktop}</h3> <div class="ui-grid-b"> <div class="ui-block-b"> <a href="{$php_url.url}?{if $php_url.query_string}{$php_url.query_string}&{/if}switch_view=common" rel="external" data-role="button" data-inline="false" data-theme="b">{$lng.lbl_switch}</a> </div> </div>

Go to Languages and search for "mobile view",
in txt_mobile_switch_view_dialog_content_original
change wording to how you like but I used:
Code:
<p> Switch to the mobile view? Yes = Mobile, No = Desktop main home page. To stay, click &quot;Dont ask again&quot; and the X in upper right. To force back to mobile from desktop, you need to close this browser and re-open (hold finger on URL and copy beforehand so you can re-paste easily).</p>
in/common_files/modules/Xcart_Mobile_Skin/customer/main/more.tpl (or whatever page you want it on)
find
Code:
{capture name=submenu}
below it add:
Code:
{include file="customer/main/switch_view.tpl"}
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #304  
Old 06-10-2016, 12:26 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default Re: X-Cart Mobile module released

Is it worth the upgrade cost of this module or does it still have a few issues? We have used the old mobile module for ages and never had a problem with it, so just checking before I regret it.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #305  
Old 06-10-2016, 05:46 AM
  soldatov's Avatar 
soldatov soldatov is offline
Moderator
 

X-Cart team
  
Join Date: Apr 2011
Posts: 163
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by Freakmode
Is it worth the upgrade cost of this module or does it still have a few issues? We have used the old mobile module for ages and never had a problem with it, so just checking before I regret it.

You can purchase the new version with the 50% off and test it within the month (the moneyback period). For example to perform some A/B tests, check conversions.

If this version doesn't suit you, then we will return your money
Reply With Quote
  #306  
Old 06-10-2016, 08:37 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 900
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by Freakmode
Is it worth the upgrade cost of this module or does it still have a few issues? We have used the old mobile module for ages and never had a problem with it, so just checking before I regret it.

So far I like it better than the previous version in terms of flow, although I dont use the XC checkout. Security-wise I think its better to have the latest version than the old.

Skot, did you confirm the mobile icon bug?
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #307  
Old 06-11-2016, 09:40 AM
 
Phill Phill is offline
 

X-Cart team
  
Join Date: Mar 2015
Posts: 22
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by Dougrun
Skot, did you confirm the mobile icon bug?

This issue will be fixed in new version. Timeline 1-1.5 week.
__________________
Sincerely yours,
Dmitry Filippov
Software engineer of Design department
Reply With Quote
  #308  
Old 06-17-2016, 08:13 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: X-Cart Mobile module released

Here are the issues we ran into with this new module:
  • install hung on creating snapshot
  • customer.php tries to call old function for 2012 issue
  • customer order history daterange picker off screen
  • required payment box is hidden by default (single payment method that requires input [BCSE DPM])
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #309  
Old 06-17-2016, 10:17 PM
 
Phill Phill is offline
 

X-Cart team
  
Join Date: Mar 2015
Posts: 22
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by cherie
Here are the issues we ran into with this new module:
  • install hung on creating snapshot
  • customer.php tries to call old function for 2012 issue
  • customer order history daterange picker off screen
  • required payment box is hidden by default (single payment method that requires input [BCSE DPM])

Thank you for your feedback.
Quote:
  • customer.php tries to call old function for 2012 issue
  • customer order history daterange picker off screen
These issues will be fixed in new version. Release is planned at the beginning of the next week.

Quote:
  • install hung on creating snapshot
  • required payment box is hidden by default (single payment method that requires input [BCSE DPM])
I will contact you personally for the details.
__________________
Sincerely yours,
Dmitry Filippov
Software engineer of Design department
Reply With Quote
  #310  
Old 06-20-2016, 08:32 AM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: X-Cart Mobile module released

When I expand Payment Details at checkout I am left at the bottom with the Submit button and have to scroll back up to the Payment Details section.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
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 10:26 AM.

   

 
X-Cart forums © 2001-2020