I want to change shipping fees in Magento 2 with payment methods for example:
- if order is above 200$ and payment method is Credit Card then shipping fee = 10$
- If order is less than 200$ and payment method is Credit Card then Shipping fee = 20$
- If order is above 200$ and payment method is COD then shipping fee = 15$
- If order is less than 200$ and payment method is COD then shipping = 20$
Any advise or solution for that?
Hey,
If you want to change shipping fees in your Magento 2, try out this Extra Fee extension for Magento 2.
By using the module, you can assign extra fees based on payment/shipping methods you need. Besides, you can display the fees on the cart/checkout pages and determine the display using flexible conditions. You can apply the percent and fixed price fee types and benefit from the API support.