Get cart items in Magento 2.4 blocks
I’m trying to get access to all items in the shopping cart in a block, but I can’t seem to get them. If I try the code below to construct and $items = $this->_cart->getQuote()->getAllVisibleItems(); then I get an empty array.… Read More »Get cart items in Magento 2.4 blocks