We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbc5097 + 0206354 commit 2a89ddcCopy full SHA for 2a89ddc
app/code/Magento/Checkout/Controller/Cart/Index.php
@@ -15,6 +15,7 @@ class Index extends \Magento\Checkout\Controller\Cart
15
*/
16
public function execute()
17
{
18
+ $this->_eventManager->dispatch('collect_totals_failed_items');
19
if ($this->cart->getQuote()->getItemsCount()) {
20
$this->cart->init();
21
$this->cart->save();
0 commit comments