View Single Post
  #343  
Old 10-17-2016, 03:58 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

Update: this is for the default mobile checkout: Fast Lane Checkout. Switching mobile settings to One Page Checkout (check the box) appears to deal with this properly without needing a hack.

Here is a hack to ensure Payment Details is always expanded (also affects Gift Certificate payment method):

In skin/common_files/modules/Xcart_Mobile_Skin/customer/core.js:

Find:
Code:
function wlcOpener() { $('.panel.active .wlc-section').filter(':first').addClass('opened');
After add:
Code:
$('.collapsible-block').filter(':last').addClass('opened')
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote