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=32458)

hrothbeorht 07-10-2007 12:56 PM

language if statement
 
Hey hey all..

I was wondring if it's possible to do an {if} statement on language.
Like:

If language = EN then show this
else, show that

I'm going to comb through the {if} thread I saw a while back, but if anyone has done this, I'm short on time and it would really help..

-hroth

chamberinternet 07-10-2007 01:05 PM

Re: language if statement
 
Yeah ..

e.g:
Code:

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


Regards

Shafiq :sK

hrothbeorht 07-10-2007 01:30 PM

Re: language if statement
 
kindly thank you!


All times are GMT -8. The time now is 06:08 PM.

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