Skip to content

Commit 4be948b

Browse files
AC-6695: Guest Checkout Fix
1 parent 65b9401 commit 4be948b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<field id="enable_guest_checkout_login" translate="label" type="select" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
1717
<label>Enable Guest Checkout Login</label>
1818
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
19+
<comment>Enabling this setting will allow unauthenticated users to query if an e-mail address is already associated with a customer account. This can be used to enhance the checkout workflow for guests that do not realize they already have an account but comes at the cost of exposing information to unauthenticated users.</comment>
1920
</field>
2021
<field id="onepage_checkout_enabled" translate="label" type="select" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
2122
<label>Enable Onepage Checkout</label>

0 commit comments

Comments
 (0)