Create a Custom Shipping Module in Magento 2

As you know Magento 2 GA is already released on mid of November 2015. Now the development of Magento 2 components is taking by storm and the developers are especially busy with porting their popular Magento 1 extensions. In our case, We are already into Magento 2 development: busy porting some of our popular Magento …

Read more

Change shipping price & handling fee on the fly in Magento

Problem: How do I change shipping prices and handling fees on the fly? You may want to have different shipping prices for different scenarios. Your scenario could be any of the following: Different shipping price based on the shipping address Different shipping price based on weight Different shipping price based on categories Different shipping price …

Read more

How to filter the shipping method in one-page checkout in Magento?

Introduction You may want to filter the shipping method in one-page checkout for one of the following cases: Filter shipping method based on Customer Group Filter Shipping method based on Country, State, Zipcode, etc Filter Shipping method based on products etc. Unlike event: payment_method_is_active for payment method filtration, we don’t have similar event: shipping_method_is_active available …

Read more

Hide other shipping methods when FREE shipping is enabled

When free shipping method is enabled, it is shown along with other available shipping methods unlike free payment method ‘Zero Subtotal Checkout’.There is no harm in showing other payment methods along with the free shipping method. Nevertheless, some merchants want to hide the rest of the methods when it is enabled. There are many ways …

Read more