cancel
Showing results for 
Search instead for 
Did you mean: 

change-step-order-one-step-checkout-magento

change-step-order-one-step-checkout-magento

>Hi Sir

 

>pls help me It's Possible to change these order in checkout page using magento

 

1. Billing Information

 

2. Shipping Information

 

3. Shipping Method

 

4. Order Review

 

5. Payment Method

 

 

3 REPLIES 3

Re: change-step-order-one-step-checkout-magento

not aware of any plugin that can do this, but at least you can do some customization to this Custom checkout Magento module by FMEExtensions, which can definitely help. 

Re: change-step-order-one-step-checkout-magento

In 1.9 you can find the order defined in the file Mage_Checkout_Block_Onepage_Abstract, please see the function:

 

protected function _getStepCodes()
{
return array('login', 'billing', 'shipping', 'shipping_method', 'payment', 'review');
}

An override of this function (you could create your own module which extends Mage_Checkout_Block_Onepage) will allow you to change the order, although I have not tested to which extent.

 

I hope that helps,

jj 

Re: change-step-order-one-step-checkout-magento

Hi,

I used to have same trouble in building my checkout page.

However, after a suggestion about One Step Checkout of Magecheckout.com, I installed it and solved my trouble.

I'm so excited.

You should try it once time Smiley Happy