Working on skinning the order confirmation page. Is there a way I can view this without having to place an order each time?
An order confirmation page refers to the page on an eCommerce website that includes order confirmation message, order summary, order details, shipping and billing address.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With