How to fix Page builder CMS Block content save issue for Magento 2.4.4+?

I have recently found a bug on the Page builder with CMS Block content in Magento 2.4.6 version.

When you update content on the CMS Block using page builder and try to save the CMS Block, Your updated data will be not saved without any error message Once you save the CMS Block, You will be displayed Success Message but your data is not saved.

This is the known GitHub issue in all the latest versions of Magento 2.4.4+. Continue reading “How to fix Page builder CMS Block content save issue for Magento 2.4.4+?”

How to remove a module package by PHP composer?

You can remove the specific module package from the composer by using composer syntax.

Run the given command from the root of your project.

composer remove <vendor-name>/<package-name> Continue reading “How to remove a module package by PHP composer?”

How Abandoned Carts report works in Magento 2?

Magento supports the out-of-the-box Abandoned Carts Reports feature.

You can able to see Abandoned Carts reports from the Navigation menu by clicking on,

      • Reports -> Marketing -> Abandoned Carts.

You can able to see a list of abandoned carts for a customer in the grid. Continue reading “How Abandoned Carts report works in Magento 2?”