View Single Post
  #62  
Old 01-04-2013, 05:52 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 kevinrm
I re-installed this, I see no support anywhere for multi-currency. Where can the customer change the currency?

Please check the "%xcart_root%/skin/common_files/modules/Xcart_Mobile/modules/XMultiCurrency/customer/complex_selector.tpl" file permissions.

Also check the "%xcart_root%/skin/common_files/modules/Xcart_Mobile/customer/top_navigation.tpl" file if it has the following condition:

HTML Code:
{if $active_modules.XMultiCurrency} {include file="modules/XMultiCurrency/customer/complex_selector.tpl"} {else} {include file="customer/main/language_selector.tpl"} {/if}

If it does not, please add this code and check your mobile site once again: the top "choose language" button will change its behavior.

I will also check the module packages on our File Area, and update them if necessary.
Reply With Quote