Skip to content

Commit

Permalink
[impr-OpenMage#400] Customer name suffix/prefix per storeview
Browse files Browse the repository at this point in the history
This allows to translate the name suffix- and prefix options per
storeview in the configuration backend.

For example it is necessary in the email templates if you want to
use the {{htmlescape var=$customer.name}} tag.

System > Configuration > Customers > Customer Configuration > Name and Address Options
  • Loading branch information
spinsch authored and edannenberg committed Oct 25, 2019
1 parent 9ed71e2 commit 6d51a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/core/Mage/Customer/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
<comment><![CDATA[Semicolon (;) separated values.<br/>Put semicolon in the beginning for empty first option.<br/>Leave empty for open text field.]]></comment>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>0</show_in_store>
<show_in_store>1</show_in_store>
</prefix_options>
<middlename_show translate="label comment">
<label>Show Middle Name (initial)</label>
Expand Down Expand Up @@ -409,7 +409,7 @@
<comment><![CDATA[Semicolon (;) separated values.<br/>Put semicolon in the beginning for empty first option.<br/>Leave empty for open text field.]]></comment>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>0</show_in_store>
<show_in_store>1</show_in_store>
</suffix_options>
<dob_show translate="label">
<label>Show Date of Birth</label>
Expand Down

0 comments on commit 6d51a70

Please sign in to comment.