Mage Check Facebook icon Mage Check Linkedin icon

Magento 1 & 2 side-by-side guides on how to do certain tasks

$Find here various tested ways for completing different tasks.

How-to?

Magento How to create an extension module

To show you how to create a Magento extension, we are going to build a Tutorial module, which is going to have only the sample structure

Magento How to create a Frontend Controller

In Magento Controller has one or more files in Controller folder of module, it includes actions of class which contain execute() method.

Magento How to create a Backend Controller

This controller will add a new tab in Magento 1 Admin with custom option. In this example, we will do the basics, and we will create a simple new tab called MageCheck with two options.

Magento How to create an Observer

An Observer, also called "listener", will listen to your program to detect events.

Magento How to do a setup script

If you plan on doing a setup script you should always think about the uninstall script.

Magento How to create a Theme

There are three themes in Magento - base, default, and RWD. To meet the latest design trends or client requirements we may need to customize the front-end design.

Magento How to add a CSS file from layout

In this tutorial we will describe how to add a css file from layout in Magento

Magento How to add a JavaScript file from layout

In this tutorial we will describe how to a add JavaScript file from layout in Magento.

Magento How to create a System Configuration section

The system.xml is a configuration file which is used to create configuration fields in Magento 2 System Configuration.

Magento 2 How to create a Plugin

Magento 2 Plugin is a technical plugin for your better writing code.

Magento How to Programmatically Create Products

In this tutorial we show how to programmatically create products.

Magento How to Programmatically Create Categories

A tutorial on how to programmatically create categories in Magento

Magento How to Programmatically Create Customers

A tutorial on how to programmatically create customers in Magento

Magento How to Programmatically Create Orders

A tutorial on how to programmatically create orders in Magento

Magento How to Programmatically Create Customer Address

A tutorial on how to programmatically create customer address in Magento

Magento How to Programmatically Create Product Attribute

A tutorial on how to programmatically create product attribute in Magento

Magento How to Programmatically Create Customer Attribute

A tutorial on how to programmatically create customer attribute in Magento

Magento How to Programmatically Create Category Attribute

A tutorial on how to programmatically create category attribute in Magento

Magento how to Programmatically Subscribe

A tutorial on how to programmatically subscribe in Magento