I am using an observer to check the shipping information provided by the customer during onepage checkout. By observing the event checkout_controller_onepage_save_shipping_method
I want to redirect the customer back to the shipping step to re-enter their information.
在该网页的谈话之后,。 制止Magento事件观察员进行核查的正确方式是什么?。 我已建立了一切,但我不想把他们推向车上,只是海运步骤。
Mage::app()->getResponse()->setRedirect(Mage::getUrl( what/goes/here ));
Can I make the code simply refresh the page?
Mage::app()->getResponse()->setRedirect(Mage::getUrl( checkout/onepage ));
does not work.
感谢!