Magento 2.0 magento setup:di:compile command errors and solutions
read morebug
SUPEE 7405: Cannot remove the item from Cart
After installing SUPEE 7405 patch on client site i notice cart issue. When you add a product to the cart and trying to remove it, you got “Cannot remove the item.” error.
The issue is connected to changes in app/code/core/Mage/Checkout/controllers/CartController.php
read moreMagento 1.9.2.0 Static blocks issues
Recently we have updated our demo site to 1.9.2 and notice strange behaviour of static blocks. Magento was showing wrong static blocks. After some research it turns out that it is known issue and moreover, there is an open bug for this magentocommerce.com/bug-tracking/issue/index/id/870. This happens due to the following code being added to the constructor […]
read moreNew products block does not change currency
Magento has default new products block. It can be added to cms home page via shortcode. However, if you have multiple currencies and try to switch to different currency new products still show price in old one. This happens due to block cache…
read more