Magento News
Link to a specific step in onepage checkout
Is it possible to redirect the browser to nth step in the onepage checkout? If so, how would one go about doing it?
I’m working on a payment module and have a sort of “cancel” action that i would like to return the user to the step in checkout where you choose the payment method.
I currently return the user to the first step of the checkout like so:
$this->_redirect('checkout/onepage', array('_secure'=>true));
Another issue with this is that i does not work all the time, in certain browsers i’d really not like to name this sort of works “sometimes”. Is that something that is known and/or commonly accepted? I have very little actual information regarding this, but i’ve had complaints from customers about this behaviour. They generally won’t give me any specifics so it’s kind of a dead end.
Link to a specific step in onepage checkout
Possibly Related Posts:
- Database query different results
- Menu highlight in magento under admin
- magento disable a banner on certain category pages or have a banner with multiple links
- Magento, using ACL for frontend. Possible?
- Magento IE-7 Fix In Windows XP
RSS Feed