Magento 1.x Tutorial for Developers (Basic to Advance)
Magento 1.x Tutorial for Developers (Basic to Advance), available at $79.99, has an average rating of 4, with 48 lectures, based on 47 reviews, and has 346 subscribers.
You will learn about After completing this course, you would know how to setup Magento in your local system. After completing this course, you would have solid knowledge in development of custom storefront and admin modules in Magento. After completing this course, you would know how to add any new feature in our eCommerce website based on Magento. After completing this course, you would have knowledge about the E-commerce domain. After completing this course, you would be confident and ready to work on Magento. This course is ideal for individuals who are Beginners or Freshers, who want to make their career in E-commerce domain. or Software engineers, who are currently working on domain other then e-commerce or other technology and wants to switch to Magento or Developers, who are currently working on Magento in IT companies. or Merchants, who have there eCommerce website on Magento and want to have some hands on experience in development to fix some defects themselves. or Someone, willing to learn something new. It is particularly useful for Beginners or Freshers, who want to make their career in E-commerce domain. or Software engineers, who are currently working on domain other then e-commerce or other technology and wants to switch to Magento or Developers, who are currently working on Magento in IT companies. or Merchants, who have there eCommerce website on Magento and want to have some hands on experience in development to fix some defects themselves. or Someone, willing to learn something new.
Enroll now: Magento 1.x Tutorial for Developers (Basic to Advance)
Summary
Title: Magento 1.x Tutorial for Developers (Basic to Advance)
Price: $79.99
Average Rating: 4
Number of Lectures: 48
Number of Published Lectures: 48
Number of Curriculum Items: 48
Number of Published Curriculum Objects: 48
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- After completing this course, you would know how to setup Magento in your local system.
- After completing this course, you would have solid knowledge in development of custom storefront and admin modules in Magento.
- After completing this course, you would know how to add any new feature in our eCommerce website based on Magento.
- After completing this course, you would have knowledge about the E-commerce domain.
- After completing this course, you would be confident and ready to work on Magento.
Who Should Attend
- Beginners or Freshers, who want to make their career in E-commerce domain.
- Software engineers, who are currently working on domain other then e-commerce or other technology and wants to switch to Magento
- Developers, who are currently working on Magento in IT companies.
- Merchants, who have there eCommerce website on Magento and want to have some hands on experience in development to fix some defects themselves.
- Someone, willing to learn something new.
Target Audiences
- Beginners or Freshers, who want to make their career in E-commerce domain.
- Software engineers, who are currently working on domain other then e-commerce or other technology and wants to switch to Magento
- Developers, who are currently working on Magento in IT companies.
- Merchants, who have there eCommerce website on Magento and want to have some hands on experience in development to fix some defects themselves.
- Someone, willing to learn something new.
This course is for developers, merchants and anyone, who looking to learn Magento 1.x. This course you will learn how to setup Magento in your local system, how to create Magento modules for frontend and admin panel. How to insert, update, delete record from Magento Admin Panel to the database. How to access database records in the storefront. How to support modules in different language and so much more.
While working on this course I assumed you are completely new to Magento. So I believe this course would be more useful to everyone. We will start from very basic as where we can download the Magento 1.x code, how to install and then will go to the advance level.
Course Curriculum
Chapter 1: INTRODUCTION
Lecture 1: Course Overview
Chapter 2: HOW TO DOWNLOAD, INSTALL & SETUP MAGENTO 1.x IN OUR LOCAL COMPUTER SYSTEM ?
Lecture 1: 2.1 Download Magento 1.x Latest Code And Sample Data
Lecture 2: 2.2 Create The Database And Import The Sample Data
Lecture 3: 2.3 Install Magento 1.x Along With The Sample Data.mp4
Lecture 4: 2.4 Setting Up Our Magento 1.x Development Environment.mp4
Chapter 3: STOREFRONT AND ADMIN PANEL INTRODUCTION
Lecture 1: 3.1 Storefront Introduction
Lecture 2: 3.2 Admin Panel Introduction
Chapter 4: HOW TO CREATE CUSTOM STOREFRONT AND ADMIN THEME ?
Lecture 1: 4.1 Create Custom Storefront Theme
Lecture 2: 4.2 Create Custom Admin Panel Theme
Chapter 5: HOW TO CREATE A VERY BASIC FRONTEND MODULE ?
Lecture 1: 5.1 Frontend Module- Basic Module Setup
Lecture 2: 5.2 Frontend Module- Create The Frontend Router And Controller
Lecture 3: 5.3 Frontend Module- Create The Layout Template Renderer
Lecture 4: 5.4 Frontend Module- Add Page Title And Breadcrumbs
Chapter 6: HOW TO CREATE AN ADMIN MODULE ?
Lecture 1: 6.1 Admin Module – Basic Module Setup
Lecture 2: 6.2 Admin Module – Create Table (Part 1 of 3)
Lecture 3: 6.3 Admin Module – Create Table (Part 2 of 3)
Lecture 4: 6.4 Admin Module – Create Table (Part 3 of 3)
Lecture 5: 6.5 Admin Module – Create Admin Menu
Lecture 6: 6.6 Admin Module – Create Admin Routers & Controller
Lecture 7: 6.7 Admin Module – Create Admin Layout Renderer
Lecture 8: 6.8 Admin Module – Admin Grid (Part 1 of 2)- Create Grid Container
Lecture 9: 6.9 Admin Module – Admin Grid (Part 2 of 2)- Create Adminhtml Grid
Lecture 10: 6.10 Admin Module – Create Model and Resource Model For Grid Collection
Lecture 11: 6.11 Admin Module – Create Grid Mass Delete Action (Part 1 of 2)
Lecture 12: 6.12 Admin Module – Create Grid Mass Delete Action (Part 2 of 2)
Lecture 13: 6.13 Admin Module – Download Grid Data In Xml And Csv Format
Lecture 14: 6.14 Admin Module – Add New Option – Admin Forms (Part 1 of 4)
Lecture 15: 6.15 Admin Module – Add New Option – Admin Forms (Part 2 of 4)
Lecture 16: 6.16 Admin Module – Add New Option – Admin Forms (Part 3 of 4)
Lecture 17: 6.17 Admin Module – Add New Option – Admin Forms (Part 4 of 4)
Lecture 18: 6.18 Admin Module – Save Form Data to the Database
Lecture 19: 6.19 Admin Module – Update Existing Data To The Database
Lecture 20: 6.20 Admin Module – Delete A Record From The Database
Lecture 21: 6.21 Admin Module – Write Upgrade PHP Script To Insert a New Column
Lecture 22: 6.22 Admin Module – Add a New Column to The Grid, Form and Save The Value
Lecture 23: 6.23 Admin Module – Admin Forms – Upload Image – (Part 1 of 3)
Lecture 24: 6.24 Admin Module – Admin Forms – Upload Image – (Part 2 of 3)
Lecture 25: 6.25 Admin Module – Admin Forms – Upload Image – (Part 3 of 3)
Lecture 26: 6.26 Admin Module – Add Translate Locale to Our Custom Module
Lecture 27: 6.27 Admin Module – Set up New Translate Locale and use In Our Custom Module
Lecture 28: 6.28 Admin Module – Set Up ACL (Access Control List) Tags To Our Custom Module
Lecture 29: 6.29 Admin Module – Update Data Created Time And Add Column in Grid
Lecture 30: 6.30 Admin Module – Display Admin Module Data To The Storefront (Part 1 of 3)
Lecture 31: 6.31 Admin Module – Display Admin Module Data To The Storefront (Part 2 of 3)
Lecture 32: 6.32 Admin Module – Display Admin Module Data To The Storefront (Part 3 of 3)
Chapter 7: HOW TO CREATE ADMIN STOREFRONT MODULE ?
Lecture 1: 7.1 Admin Storefront Module – Add Custom JS and CSS To The Storefront Page
Lecture 2: 7.2 Admin Storefront Module – Add Custom HTML To Storefront Page
Chapter 8: Thank You !
Lecture 1: Thank You !
Instructors
-
Akhil Gupta
An e-Commerce domain expert | Magento | Demandware
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 2 votes
- 3 stars: 11 votes
- 4 stars: 18 votes
- 5 stars: 16 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024