File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Checkout Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function isClearShoppingCartEnabled()
4343 {
4444 return (bool ) $ this ->_scopeConfig ->getValue (
4545 self ::XPATH_CONFIG_ENABLE_CLEAR_SHOPPING_CART ,
46- ScopeInterface::SCOPE_STORE
46+ ScopeInterface::SCOPE_WEBSITE
4747 );
4848 }
4949}
Original file line number Diff line number Diff line change 4848 <label >Show Cross-sell Items in the Shopping Cart</label >
4949 <source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
5050 </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" >
5252 <label >Enable Clear Shopping Cart</label >
5353 <source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
5454 </field >
You can’t perform that action at this time.
0 commit comments