
Create a Magento 1 module to manage category attributes, including configuring system settings, creating the Akhil_CategoryAttributes module, and preparing the install script to create custom category attributes.
Learn to create a text area category attribute in Magento 1, update the install script, and set the attribute type to text editor in the general information group.
Learn to create and update a Magento 1 category attribute with an html text area field type, enable the editor, set a max length under 30, and save values.
Create a custom payment method in Magento 1 and display a custom message in storefront checkout by wiring a block, form, and template inside a custom theme.
Create a custom payment method in Magento 1, show a text field in the checkout when the method is selected, and wire the label and ajax calls.
Learn how to add validation for fields in a custom Magento 1 payment method, enforcing required fields and preventing checkout until valid data appears.
Learn how to create a custom shipping method in Magento 1 by setting up a basic module, configuring the method, and updating module files and namespace.
Learn to display a custom shipping method in the storefront by building a Magento 1 model that extends the abstract shipping method and implements collectRates and getAllowedMethods.
Learn how to override Magento core helper files by creating a custom module, copying the core helper, and wiring a rewrite to extend and customize functionality.
This Magento 1.x course is very useful for merchants who are running their eCommerce web application on Magento 1.x version OR Developers working on Magento 1.x version codebase.
This course is for developers, merchants and anyone, who are looking to learn Magento 1.x.
In this course we will cover the below topics:
Create and use category attributes in our custom module.
We will also integrate a custom payment method (Custom Payment Module).
We will create custom shipping method (Custom Shipping Module).
We will also learn how to override Magento core Blocks, Models, Helpers, controllers using a custom module or without using any module.
While working on this course I assumed you are completely new to Magento. So I believe this course would be more useful to everyone.
There are total three parts of this course intended to have audience choose the course based on their intrest.
Magento 1 Tutorial for Developers (Basic to Advance) Part 1
-This course is must for anyone doesn't know anything about Magento 1.x. In this we will setup Magento, will give a quick Introduction to storefront and Admin panel, Theme Setup and creation of a very basic module and then a full functional complex admin module.
Magento 1 Tutorial for Developers (Basic to Advance) Part 2
-This course is optional. You can take it if you want to learn some advance customization features available on Magento. We will use custom module to create attributes, crons, event observers and system configurations. This to be taken after completing Part 1 of this series.
Magento 1 Tutorial for Developers (Basic to Advance) Part 3
-This course is also optional and talks about advance customization features available on Magento 1.x. We will create custom payment and shipping methods, overriding core Magento files to inject complex logic and do advance customization to our store.
Happy Learning!
-Akhil