Skip to content

Commit 531e1b5

Browse files
author
solwininfotech
committed
resolved merge conflict
1 parent ca32574 commit 531e1b5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/Customer/etc/adminhtml/system.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
<comment>To show VAT number on Storefront, set Show VAT Number on Storefront option to Yes.</comment>
8787
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
8888
</field>
89+
<field id="email_domain" translate="label" type="text" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
90+
<label>Default Email Domain</label>
91+
</field>
8992
<field id="email_template" translate="label comment" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
9093
<label>Default Welcome Email</label>
9194
<comment>Email template chosen based on theme fallback when "Default" option is selected.</comment>

app/code/Magento/Customer/etc/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<email_confirmed_template>customer_create_account_email_confirmed_template</email_confirmed_template>
2424
<viv_disable_auto_group_assign_default>0</viv_disable_auto_group_assign_default>
2525
<vat_frontend_visibility>0</vat_frontend_visibility>
26+
<email_domain>example.com</email_domain>
2627
<generate_human_friendly_id>0</generate_human_friendly_id>
2728
</create_account>
2829
<default>

0 commit comments

Comments
 (0)