View Single Post
  #30  
Old 02-16-2014, 10:44 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart Classic v. 4.6.2 released

4.6.2 bug
/skin/common_files/customer/main/ui_tabs.tpl
PHP Code:
if (
    
isLocalStorageSupported()
    && 
default_tab == '-1last_used_tab'
  
) { 

replace with

PHP Code:
if (
    
isLocalStorageSupported()
    && 
default_tab == 'last_used_tab'
  
) { 

This exists in stock 4.6.2 installation pack and in upgrade packs
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote