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 […]
Magento module
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 […]
Magento Auto Switch Language and Currency Extension- User Manual
1.0 Introduction of Magento Auto Switch Language and Currency Extension: Knowband Magento Auto Switch Language and Currency Module automatically change the language and currency of the eCommerce site according to the visitor’s country or region. The admin in Magento auto switch currency can offer a better store experience to the store visitors by providing them the relevant […]
Magento Advanced Wish List Extension- User Manual
Installation Steps of Magento Advanced Wish List Extension 1.0 Introduction Most of the time eCommerce store visitors have to plan their shopping in advance – they may need certain products regularly (e.g. consumer goods or food, clothes); for special occasions, to make sure they will have all they need, etc. For this purpose making the […]