Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<argument name="total" value="110.00"/>
</actionGroup>

<!--Enabled Shopping Cart Sidebar -->
<!--Enabled Mini Cart -->
<magentoCLI stepKey="enableShoppingCartSidebar" command="config:set checkout/sidebar/display 1"/>
<magentoCLI command="cache:flush" stepKey="flushCache"/>
<reloadPage stepKey="reloadThePage"/>
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/Checkout/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
</field>
</group>
<group id="sidebar" translate="label" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Shopping Cart Sidebar</label>
<label>Mini Cart</label>
<field id="display" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Display Shopping Cart Sidebar</label>
<label>Display Mini Cart</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="count" translate="label" type="text" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/Checkout/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ Shipping,Shipping
"Number of Items to Display Pager","Number of Items to Display Pager"
"My Cart Link","My Cart Link"
"Display Cart Summary","Display Cart Summary"
"Shopping Cart Sidebar","Shopping Cart Sidebar"
"Display Shopping Cart Sidebar","Display Shopping Cart Sidebar"
"Mini Cart","Mini Cart"
"Display Mini Cart","Display Mini Cart"
"Number of Items to Display Scrollbar","Number of Items to Display Scrollbar"
"Maximum Number of Items to Display","Maximum Number of Items to Display"
"Payment Failed Emails","Payment Failed Emails"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@
}

//
// Shopping cart sidebar and checkout sidebar totals
// Mini Cart and checkout sidebar totals
// ---------------------------------------------

& when (@media-common = true) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@
}

//
// Shopping cart sidebar and checkout sidebar totals
// Mini Cart and checkout sidebar totals
// ---------------------------------------------

& when (@media-common = true) {
Expand Down