|
7 | 7 | -->
|
8 | 8 | <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
|
9 | 9 | <system>
|
10 |
| - <section id="mfloginascustomer" translate="label" type="text" sortOrder="1" showInDefault="1" > |
| 10 | + <section id="mfloginascustomer" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1"> |
11 | 11 | <class>separator-top</class>
|
12 | 12 | <label>Login As Customer</label>
|
13 | 13 | <tab>customer</tab>
|
14 | 14 | <resource>Magento_LoginAsCustomer::config_section</resource>
|
15 |
| - <group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" canRestore="1"> |
| 15 | + <group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> |
16 | 16 | <label>Login As Customer Information</label>
|
17 |
| - <field id="enabled" translate="label" type="select" sortOrder="10" showInDefault="1" canRestore="1"> |
| 17 | + <field id="enabled" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> |
18 | 18 | <label>Enable Extension</label>
|
19 | 19 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
20 | 20 | </field>
|
21 |
| - <field id="disable_page_cache" translate="label" type="select" sortOrder="20" showInDefault="1" canRestore="1"> |
| 21 | + <field id="disable_page_cache" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1"> |
22 | 22 | <label>Disable Page Cache For Admin User</label>
|
23 | 23 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
24 | 24 | <comment><![CDATA[If set to "Yes", when login as customer Page Cache will be disabled.]]></comment>
|
25 | 25 | </field>
|
26 |
| - <field id="keep_guest_cart" translate="label" type="select" sortOrder="30" showInDefault="1" canRestore="1"> |
27 |
| - <label>Keep Guest Shopping Cart Items</label> |
28 |
| - <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
29 |
| - <comment><![CDATA[If set to "Yes", after login, guest shopping cart will be merged into customer shopping cart.]]></comment> |
30 |
| - </field> |
31 |
| - <field id="store_view_login" translate="label" type="select" sortOrder="40" showInDefault="1" canRestore="1"> |
| 26 | + <field id="store_view_login" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1"> |
32 | 27 | <label>Store View To Login In</label>
|
33 | 28 | <source_model>Magento\LoginAsCustomer\Model\Config\Source\StoreViewLogin</source_model>
|
34 | 29 | <comment><![CDATA[
|
|
0 commit comments