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

How to Add a Custom Tab to the Customer Order Detail Page in Magento 2

Spread the love Adding a custom tab to the Order Detail

Exception Handling in Java

Spread the love Introduction – Exception:An unwanted

How to add custom less file in Magento2

Spread the love Source files *.css included into layout

Spring Boot Microservices

Spread the love Microservices architecture has become

Implementation of WireMock for better testing

Spread the love WireMock is a flexible and powerful tool

Magento 2: How to selected default option in configurable options?

Spread the love Configurable products in Magento 2 allow

How To Implement Simple JWT Authentication in Django Rest Framework

Spread the love We’ll learn how to use simple JWT

Optimizing Search: Integrating Elasticsearch in Django Applications

Spread the love What is Elasticsearch? Elasticsearch is a

How to create Customer Segments

Spread the love In Magento 2, “customer

Proxy Design Pattern and Requisition List in Magento 2

Spread the love Requisition List in Magento 2 Requisition

bluethinkinc Blogs