X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Different banners for different languages (https://forum.x-cart.com/showthread.php?t=65477)

steliosaaa 11-26-2012 05:21 AM

Different banners for different languages
 
Hi,

Can anyone please paste the if lang code to select different banner per different language?

Thanks a lot

totaltec 11-27-2012 01:34 PM

Re: Different banners for different languages
 
What you are looking for is the variable $shop_language.

For example:
Code:

{if $shop_language eq 'en'}
  Show this to Americans and British
{else if $shop_language eq 'ru'}
  Show this to Russians
{else}
  Show this to everybody else
{/if}


steliosaaa 11-28-2012 09:15 AM

Re: Different banners for different languages
 
Many thanks Mike.


All times are GMT -8. The time now is 10:02 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.