Magento 2 Simple Tips for Store Owners and Developer Tutorials

January 1, 2024
0 view(s)

How to upgrade Magento 2.3.x to Magento 2.4.6

How to upgrade Magento 2.3.x to Magento 2.4.6
September 15, 2023
0 view(s)

How to Install Magento 2.4.6 on Ubuntu

Best Magento 2 Store Credit Extensions Free and Paid
Best Magento 2 Gift Card Extensions Free and Paid
Best Magento 2 FAQ Extensions Free and Paid
Best Magento 2 One Step Checkout Extensions Free and Paid
Best Magento 2 Blog Extensions Free and Paid
Best Magento 2 Gift Wrap Extensions Free and Paid
Installing Magento 2.4 on CentOs 7
January 3, 2021
683 view(s)

Installing Magento 2.4 on CentOs 7

Top Rated Magento 2 Social Login Extensions
How to Configure Payment Methods in Magento 2
How to Add Tax Rates in Magento 2
August 29, 2020
394 view(s)

How to Add Tax Rates in Magento 2

How to Flush, Enable, Disable Cache Command Line in Magento 2
Magento 2: Enable Captcha
May 23, 2020
474 view(s)

Magento 2: Enable Captcha

Magento 2: How to install SSL certificate
Magento 2: Change logo and favicon
May 23, 2020
440 view(s)

Magento 2: Change logo and favicon

Magento 2: How to Send Order Confirmation Email After Payment Success
How to add Google Analytics code in Magento 2
May 21, 2020
467 view(s)

How to add Google Analytics code in Magento 2

How to add Google Analytics code in Magento 2
Magento 2: Role of Profiler
May 21, 2020
526 view(s)

Magento 2: Role of Profiler

How to Create Cron Job in Magento 2
May 20, 2020
490 view(s)

How to Create Cron Job in Magento 2

How to Create Cron Job in Magento 2
How to create translation csv in Magento 2 ?
May 20, 2020
488 view(s)

How to create translation csv in Magento 2 ?

How to create translation CSV in Magento 2?
Magento 2: Four Ways to Add JavaScript
Improve Magento 2 Security
May 19, 2020
476 view(s)

Improve Magento 2 Security

Magento 2 Store Email Configuration
May 19, 2020
460 view(s)

Magento 2 Store Email Configuration

How to speed up Magento 2 website with Lazy Load Products & Images
May 16, 2020
474 view(s)

How to speed up Magento 2 website with Lazy Load Products & Images

How to speed up Magento 2 sites with Lazy Load Products & Images
How to upload a new reward icon for Magezend reward point extension?
April 30, 2020
497 view(s)

How to upload a new reward icon for Magezend reward point extension?

How to upload a Magezend reward point icon?
How to migrate data from Magento 1 to Magento 2 using Magento Migrate Tool
March 23, 2020
504 view(s)

How to migrate data from Magento 1 to Magento 2 using Magento Migrate Tool

Migrate data from Magento 1 to Magento 2
How to create a new Hello world  simple Magento 2 Module ?
September 3, 2017
669 view(s)

How to create a new Hello world simple Magento 2 Module ?

In this topic, we will create a module in Magento 2 and learn about Magento 2 modules. It’s following by 6 steps:
  1. Step 1: Create a module folder for Magento 2 modules
  2. Step 2: Declare the module by module.xml
  3. Step 3: Register the module by registration.php
  4. Step 4: Install Setup, Enable the module
  5. Step 5: Create a route for the module
  6. Step 6: Create controller and action