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.
1 parent a1ab120 commit 0b38c85Copy full SHA for 0b38c85
app/code/Magento/Checkout/Controller/Cart/Index.php
@@ -14,6 +14,7 @@ class Index extends \Magento\Checkout\Controller\Cart
14
*/
15
public function execute()
16
{
17
+ $this->_eventManager->dispatch('collect_totals_failed_items');
18
if ($this->cart->getQuote()->getItemsCount()) {
19
$this->cart->init();
20
$this->cart->save();
0 commit comments