Install Magento 2 module from GitHub or Bitbucket repository using Composer

In the previous article, we discussed How to install Magento 2 on MEMP (Mac OS X + Nginx + MySQL + PHP-FPM) stack using Composer In this article, we will discuss How to install Magento 2 modules from any GitHub or Bitbucket repositories. Let’s say we have Easy Template Path Hints (a Magento 2 module …

Read more

Magento 2 installation on MEMP (Mac OS X + Nginx + MySQL + PHP-FPM) stack

Magento 2 installation on MEMP (Mac OS X + Nginx + MySQL + PHP-FPM) stack

Magento is a highly customizable e-commerce platform and content management system that you can use to build online storefronts or web sites for selling merchandise. Magento provides common e-commerce features, such as shopping carts and inventory management, and encourages extensive customization to meet your organization’s specific goals. Magento 2 Merchant Beta codebase was released on …

Read more

Run Magento database repair tool from CLI using Ruby’s Mechanize

Shell Scripting which is great for task automation, falls short when it comes to web browser automation. In the case of Magento, using Shell script you can do many operations like Installation, Migration, Deployment, Backup, etc. & even more. But when it comes to run the Database Repair Tool(a great tool for repairing Magento database …

Read more

Send New Product Review Notification Email in Magento

This is probably a feature which store owner might be looking for. As of now store owner has to check for new product reviews from Magento backend in a frequent manner. Won’t it be better if admin gets an instant email whenever a new product review is posted? So that whatever action needs to be …

Read more