Create Custom Shipping Method in Magento2

Blog
Spread the love

In this blog we will learn how to create custom shipping method in Magento 2. Magento is big ecommerce platform. There are few shipping methods by default provided by Magento 2. But, still it’s not full fill requirement to merchant. At that time, We need to create custom shipping method in our store.

Step 1: Create registration.php

App/code/Bluethinkinc/CustomShipping/registration.php

Step 2: Create module.xml file at

app/code/Bluethinkinc/CustomShipping/etc/module.xml and add below code to this file:

Setp 3: Create system.xml file at

app/code/Bluethinkinc/CustomShipping/etc/adminhtml/system.xml and add below code to this file:

Setp 4:Create Shipping.php file at

app/code/Bluethinkinc/CustomShipping/Model/Shipping.php and add below code to this file:

Step 5: That’s all to create a custom shipping method in Magento 2. Once you have created Magento 2 custom shipping method, it’s configuration is shown in the backend:

extention_2023

Setp 6: Once the custom shipping method is configured and enabled, it’s shown in the frontend:

extention_2023

Avatar

Aman Singh

2023-11-21

0

Leave a Reply

Your email address will not be published. Required fields are marked *

Find More Blogs

Custom API to Fetch Customer Data by Customer ID in Spryker

Spread the love Introduction In this blog post, we will

Creating a Custom Module for a Custom Frontend Page in Spryker

Spread the love To create a custom module for a custom

How to create custom module api get category list without access token in Spryker

Spread the love To create a custom API for fetching a

Creating a Custom Glue API in Spryker

Spread the love Spryker’s Glue API is a powerful tool

Get AI Generated 360-Degree View of Account Summary in Dynamics 365 Sales

Spread the love Navigating the demanding landscape of sales

Enhancing Productivity with Dynamics 365: The Power of Session Restore

Spread the love Enhancing Productivity with Dynamics 365:

Salesforce Admin

Spread the love In our last blog, we discussed common

Unlocking AI with Spring Boot: Real-World Use Cases and Solutions

Spread the love Artificial Intelligence (AI) has moved from

Enhancing Performance with Reactive Java: A Beginner-Friendly Guide

Spread the love In today’s fast-paced software

Integrating Azure Function with Dynamics 365

Spread the love Signup on azure portal and make sure to

bluethinkinc Blogs