cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 Shipping methods

Magento 2 Shipping methods

Hello, is it possible to create a second shipping option on Magento 2?

I just want to add a one more option in addition to the Flat Rate.

i.e:

- Flat Rate $9.99

- Express $12.99

Allowing the customer to choose an option at checkout regardless of the order weight/price.

I've looked at table rates but i don't think it will work for me.

Any Idea?

Thanks

3 REPLIES 3

Re: Magento 2 Shipping methods

By default, Its not possible to Show Multiple Flat Rate options.

You can use Multiple Flat Rate modules to enable multiple shipping options.

 

https://github.com/MeetanshiInc/Magento-2-Multiple-Flat-Rate-Shipping [FREE]
https://www.mageplaza.com/magento-2-multi-flat-rates-shipping/ [FREE]

 

Hope this Help !!

Re: Magento 2 Shipping methods

There are Magento Extensions that will allow you to list multiple flat rates, but if you only have 1 additional rate, I'd suggest taking another look at Table Rates. You can rename this as Express Shipping, and use a fixed price. Since the rate won't change, it will be a very small table.

 

For instance, you could use a # of items vs. Destination table, and 1 or more items could be $12.99 shipping. The same would apply with Price vs. Destination where you could set the table to charge $12.99 for any order that's $1 or more or Weight vs. Destination could be set to charge $12.99 for 1 lb or more.

https://docs.magento.com/m2/ce/user_guide/shipping/shipping-table-rate.html

 

 

Re: Magento 2 Shipping methods

you can use below extension to create new custom shipping method as you would like to have.. also you can add cost which you need to charge customer

 

https://www.magepsycho.com/magento-2-custom-shipping.html

 

If this solutions works for you, please do accept as a solutions and give me kudos