How to preview the order confirmation page
Working on skinning the order confirmation page. Is there a way I can view this without having to place an order each ti开发者_开发百科me?
Sure there is , comment out the session clearing check in Mage_Checkout_OnepageController
in successAction
method.
The part that ruins the day for you is $session->clear();
so comment it out while testing and enable after you are finished
精彩评论