Closed
Description
Steps to reproduce
- Install Magento from
version 2.0.6 (enterprise)
branch with sample data. - Set store configuration
Maximum Display Recently Added Item(s)
to `2
(Located under Sales > Checkout > Shopping Cart Sidebar) - Clear caches
- Add 3+ separate items to basket.
- Assert limited to two in mini cart / checkout sidebar
Expected result
- Assert 2 items are displayed in mini cart and checkout sidebar
Actual result
No limit implemented (from what I can tell)
Code Search
I have also had a nosy around the code,
checkout/sidebar/display has been assigned to a constant in
vendor/magento/module-checkout/Block/Cart/Sidebar.php:18
But I can't find any reference for the configuration option checkout/sidebar/count, has this been implemented?