File tree 2 files changed +2
-2
lines changed
app/code/Magento/Checkout 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function isClearShoppingCartEnabled()
43
43
{
44
44
return (bool ) $ this ->_scopeConfig ->getValue (
45
45
self ::XPATH_CONFIG_ENABLE_CLEAR_SHOPPING_CART ,
46
- ScopeInterface::SCOPE_STORE
46
+ ScopeInterface::SCOPE_WEBSITE
47
47
);
48
48
}
49
49
}
Original file line number Diff line number Diff line change 48
48
<label >Show Cross-sell Items in the Shopping Cart</label >
49
49
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
50
50
</field >
51
- <field id =" enable_clear_shopping_cart" translate =" label" type =" select" sortOrder =" 20" showInDefault =" 1" showInWebsite =" 1" showInStore = " 1 " canRestore =" 1" >
51
+ <field id =" enable_clear_shopping_cart" translate =" label" type =" select" sortOrder =" 20" showInDefault =" 1" showInWebsite =" 1" canRestore =" 1" >
52
52
<label >Enable Clear Shopping Cart</label >
53
53
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
54
54
</field >
You can’t perform that action at this time.
0 commit comments