Skip to content

Easiest way to add a second flat rate shipping method on Magento 2?

Magento 2.4.5-p1
Smartwave Porto theme

I need 2 simple flat rate delivery methods – something like:

  • local Atlanta delivery (for all delivery for anywhere in Atlanta) = $10
  • Nationwide shipping (for anything outside of Atlanta) = $20

This doesn’t need to be fancy at all (no address verification or anything like that) – just let the customer click it (make the selection).

I know there are ways to add this programmatically but that seems unnecessarily complicated.

Is there an easy way to add the 2nd Flat Delivery/Shipping method via Table Rates or any other simple method?