File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
app/code/Magento/LoginAsCustomerAssistance Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2020 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
declare (strict_types=1 );
7
7
@@ -42,7 +42,7 @@ public function getShoppingAssistanceCheckboxTitle(): string
42
42
{
43
43
return (string )$ this ->scopeConfig ->getValue (
44
44
self ::XML_PATH_SHOPPING_ASSISTANCE_CHECKBOX_TITLE ,
45
- ScopeInterface::SCOPE_WEBSITE
45
+ ScopeInterface::SCOPE_STORE
46
46
);
47
47
}
48
48
@@ -53,7 +53,7 @@ public function getShoppingAssistanceCheckboxTooltip(): string
53
53
{
54
54
return (string )$ this ->scopeConfig ->getValue (
55
55
self ::XML_PATH_SHOPPING_ASSISTANCE_CHECKBOX_TOOLTIP ,
56
- ScopeInterface::SCOPE_WEBSITE
56
+ ScopeInterface::SCOPE_STORE
57
57
);
58
58
}
59
59
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details .
4
+ * Copyright 2020 Adobe
5
+ * All Rights Reserved .
6
6
*/
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 =" login_as_customer" showInWebsite =" 1" >
11
- <group id =" general" showInWebsite =" 1" >
12
- <field id =" shopping_assistance_checkbox_title" translate =" label" type =" text" sortOrder =" 50" showInDefault =" 1" showInWebsite =" 1" canRestore =" 1" >
10
+ <section id =" login_as_customer" showInWebsite =" 1" showInStore = " 1 " >
11
+ <group id =" general" showInWebsite =" 1" showInStore = " 1 " >
12
+ <field id =" shopping_assistance_checkbox_title" translate =" label" type =" text" sortOrder =" 50" showInDefault =" 1" showInWebsite =" 1" showInStore = " 1 " canRestore =" 1" >
13
13
<label >Title for Login as Customer opt-in checkbox</label >
14
14
</field >
15
- <field id =" shopping_assistance_checkbox_tooltip" translate =" label" type =" textarea" sortOrder =" 60" showInDefault =" 1" showInWebsite =" 1" canRestore =" 1" >
15
+ <field id =" shopping_assistance_checkbox_tooltip" translate =" label" type =" textarea" sortOrder =" 60" showInDefault =" 1" showInWebsite =" 1" showInStore = " 1 " canRestore =" 1" >
16
16
<label >Login as Customer checkbox tooltip</label >
17
17
</field >
18
18
</group >
You can’t perform that action at this time.
0 commit comments