Skip to content

Commit

Permalink
magento#108: Clear Shopping Cart - Refactor doc for enable_clear_shop…
Browse files Browse the repository at this point in the history
…ping_cart constant
  • Loading branch information
John Carlo Octabio committed Jun 5, 2020
1 parent 6d31101 commit 70e3c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Checkout/Block/Cart/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Grid extends \Magento\Checkout\Block\Cart
const XPATH_CONFIG_NUMBER_ITEMS_TO_DISPLAY_PAGER = 'checkout/cart/number_items_to_display_pager';

/**
* Default display setting for clear shopping cart button
* Config settings path to enable clear shopping cart button
*/
const XPATH_CONFIG_ENABLE_CLEAR_SHOPPING_CART = 'checkout/cart/enable_clear_shopping_cart';

Expand Down

0 comments on commit 70e3c15

Please sign in to comment.