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)
-   -   Language if statement (https://forum.x-cart.com/showthread.php?t=47712)

abeight 05-22-2009 10:58 AM

Language if statement
 
I'm working on a bi-lingual site (English/French) and need an if statement to display images based on which language is selected. I tried this but nothing shows up.

{if $shop_language eq EN}
Do Something
{elseif $shop_language eq FR}
Something Else
{else}
Something Else
{/if}

Version 4.1.11

Has anyone done this?

TIA! :)

abeight 05-22-2009 12:31 PM

Re: Language if statement
 
Resolved - needed quotes around "FR" and "EN"


All times are GMT -8. The time now is 05:26 PM.

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