Magento – Add Shipping Methods for Multiple Stores with Single Website

multistorePHPshipping-methods

I have configured Magento for multiple stores with single website.

But how do i set shipping methods for different stores.

If the customer selects store1, Need to show different shipping
options. (i.e Door delivery and store pickup)

If the customer selects store2, Need to show different shipping
options. (i.e only store pickup)

Is it possible to set different shipping options for different stores?

Best Answer

You can change the scope of your configuration in the upper left. There you can choose the store, then you can configure the different shipping methods for the different store views. If this is not possible, because the scope is website, you have two possibilites:

  1. Change the scope (but be sure, that the code doesn't break) - no good idea
  2. Add a second website and configure the shipping methods as intended

Magento backend showing the store switcher Thanks to inchoo for the image

Related Topic