cancel
Showing results for 
Search instead for 
Did you mean: 

Select shipping method first, then enter shipping address optionally.

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Select shipping method first, then enter shipping address optionally.

Hi.

 

Is it possible to select shipping method first, then enter shipping address depends on method ? I would like to implement in-store pickup module as one of delivery options, and I don't need customer address for this case - just choose store from list.

1 REPLY 1

Re: Select shipping method first, then enter shipping address optionally.

Hi,

 

I am using Magento 1.9x latest version of Magento.

You can override the Mage/Checkout/Block/Onepage/Abstract.php file in your local folder. And chnage the array('login', 'billing', 'shipping_method', 'shipping', 'payment', 'review'); in function  _getStepCodes().

This will allow users to choose shipping_method before they can enter Shipping address.

 

Thanks