View Single Post
  #49  
Old 12-20-2012, 11:55 PM
  soldatov's Avatar 
soldatov soldatov is offline
Moderator
 

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

Default Re: X-Cart Mobile module released

Hello X-Carters,

We have released a new version (1.1.0) of X-Cart Mobile module. It is ready for downloading in our Helpdesk "File area". There is also the patch file with the differences between the latest 1.0.7 and current 1.1.0
There were fixed such annoying bugs like: "manufacturers list", "a 'switch to desktop version' button" and "products list images dissapearing".
You can get the full list in the "CHANGELOG.XCART_MOBILE" file from module package.

If you didn't customized your current Mobile installation, just unpack and re-install the module.

ATTN: Remove the 'skin/common_files/modules/Xcart_Mobile/customer/main/register.tpl' file since it is unnecessary in the updated version.

In other case, you need to patch it using the patch-file from File Area. Also you will need to perform the following SQL-patch:
Code:
INSERT INTO xcart_languages SET code='en', name='lbl_switch_to_desktop', value='Switch to desktop version', topic='Labels'; INSERT INTO xcart_languages SET code='en', name='lbl_title_cart', value='Cart', topic='Labels'; INSERT INTO xcart_languages SET code='en', name='lbl_title_catalog', value='Catalog', topic='Labels'; INSERT INTO xcart_languages SET code='en', name='lbl_title_home', value='Home', topic='Labels'; INSERT INTO xcart_languages SET code='en', name='lbl_title_more', value='More', topic='Labels'; INSERT INTO xcart_languages SET code='en', name='lbl_title_search', value='Search', topic='Labels';
Reply With Quote