Controller is one of the most important thing in MVC Frameworks in general, so the same in Magento 2 as well. It’s very duty is to receive the request, process and render to user. In Magento 1 there was one controller and it accommodates all the CRUD routes or other relevant routes. But in Magento…Continue Reading
magento2
Magento 2.x: How to reset Customer Password from Database using SQL
If you need to reset the password in Magento 2 via MySQL database, use the below script.
Remove .html from Category URL & Product URL in Magento 2
Default Magento 2 setup comes with .html for all category and product URLs. Some of the store owners will go with a .html at the end of the url, but these everybody tend to remove that and keep looks more like browsing through folders. To remove .html from Category URL & Product URL in Magento…Continue Reading
Magento 2 Folder & File permissions
To give proper permissions for Magento 2 folders and files, follow the below commands. This commands should be running as root, but do not run magento command line – bin/magento- from root user, as this may create files with wrong user and throws permission errors. Once you ran this commands you can safely switch to…Continue Reading
Magento2 – How to create custom breakpoints?
Today no one can think about a website without responsive design. Magento 2 is well equipped with responsive design ideas. There are certain most used break points are available in the Magento 2. But what if we want to add a custom break point to your existing application. Follow the below steps. Create a variable…Continue Reading
How to Improve Cart & Checkout Page of Your eCommerce Store
The cart page performs the duties of a lead-maker, whereas, the checkout is the deal-binder. Both are the significant parts of a buyer’s journey. Improving them simply means streamlining the buyers’ passage towards absolute purchases. However, the tricky part is deciding how to improve these pages for higher usability and conversions. The marketers and webmasters…Continue Reading
Powerful New Magento 2.3.0 Released
Magento 2.3.0 is now available delivering powerful new tools that enhance both merchant and developer experiences. Key features in this release are: Easily manage inventory across multiple locations, accelerate fulfillment, and improve checkout performance with Multi-Source Inventory Build superior mobile shopping experiences and lower total cost of ownership with Progressive Web Apps Create new pages…Continue Reading