Re: registered customers country variable...
I got this to work to show specific messages in the checkout for different countries.
This example is for Germany and based on the shipping address, not billing.
{if $userinfo.s_country eq "DE"}{$lng.lbl_shippingadvice}{else}{/if}
__________________
Xcart 4.0.19 Pro
mySQL 5.5.44
PHP 5.3.27
|