guest* Posted April 3, 2011 Share Posted April 3, 2011 as also written before for version 1.3. in Germany it is not usual to greet you customers as:Hi firstname lastname,I want to have:Dear Mr.(Mrs.) lastname,Can somebody please name the variables for that for the version 1.4.0.17.I have:Sehr {if $customer->gender == 2}geehrte {else}geehrter {$customer->gender == 1}{/if}but this do not work. Link to comment Share on other sites More sharing options...
Irfan Bahalwan Posted April 3, 2011 Share Posted April 3, 2011 Try this code Sehr {if $customer->id_gender == 1}geehrte {else}geehrter {/if} Link to comment Share on other sites More sharing options...
Guest danielias Posted September 14, 2011 Share Posted September 14, 2011 hi cd2500 Did you find the solution? i am also looking for the same thing. Regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now