Magento is one of the most powerful open source e-commerce platform based on PHP. One of its powerful features is user activity logging system. By using user’s data we can analyze the customers/visitors behaviour which ultimately helps in business. For example, if we know that the customers are frequently visiting a particular section of a […]
Magento Tutorials
How to programmatically create customer in Magento?
Magento is one of the most flexible and widely used e-commerce platforms nowadays. Many times during our development we need to create customers via our code. For example, if we are developing a Magento plugin to connect our Magento store to marketplaces like Walmart, Etsy etc then we create an order for the customer via […]
How to install Magento using command line?
Magento is one of the best e-commerce based open-source platform which is written in PHP. Magento provides three different platforms: Magento Community Edition Magento Enterprise Edition Magento Enterprise Cloud Edition Here we will be learning how to install Magento using the command line(CLI). Command line installation of Magento is one of the most efficient ways […]
How to programmatically create orders in Magento?
Sometimes we need to programmatically create orders in Magento. Suppose you are creating a Magento plugin for your store to connect it to the marketplace like Walmart or Etsy. In these cases, we need to create order on our Magneto store whenever a customer places an order on the marketplace. To do so we fetch the […]
How to run Direct SQL Queries in Magento?
Today we will learn how to run direct SQL queries in the Magento 1.x. By default Magento usages data model to access and modify the database. The data model provides good abstraction which hides the tricky queries but they also make the operation slow. Direct SQL queries come very handily whenever we need to update/insert a […]
How to Create a Custom Layout for CMS Pages in Magento 2?
Computer software called a content management system (CMS) is used to control the creation and modification of digital content (content management). Enterprise content management (ECM) and web content management (WCM) are typical applications for a CMS. ECM typically integrates document management, digital asset management, and record retention to support multiple users in a collaborative setting. […]
How to Update Magento 2 to the latest version using Composer?
Magento 2 is the latest major release of the Magento eCommerce platform which is available in both the community and enterprise editions. Magento keeps releasing the updates to keep the platform secure and up-to-date with latest new requirements. This article provides a complete guide for upgrading a Magento 2 store using the composer. Magento 2 […]
How to upgrade Magento version on LINUX
This tutorial discusses how you can upgrade Magento community version to upper/latest version. There are number of new features in upper/latest version which can help you out in your management system. Upgrade Magento tutorial will tell you to upgrade without loosing any data. Prerequisites It is highly recommended to install Magento on VPS with at least 2GB […]
How to Upgrade Magento
Upgrading Magento This tutorial will guide you how to upgrade magento using the Connect Manager. Always create a back-up of magento files and of the database used by the application. Things to do before you upgrade magento Create a back-up of magento files (mandatory). Create a back-up of the database used by the application (mandatory). Flush […]
How to Upgrade Extension of Magento
Upgrade Extension Follow the below mentioned steps for upgrade extension: Open the back-end of your store and hover your cursor on the System menu and then on Magento Connect option and then click on the Magento Connect Manager option. System Menu(menu bar)>>Magento Connect>>Magento Connect Manager. Under Extensions Tab: Make sure that the check-box for “put […]