Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to preview the order confirmation page

Tags:

php

magento

Working on skinning the order confirmation page. Is there a way I can view this without having to place an order each time?

like image 315
Louis W Avatar asked Oct 16 '11 23:10

Louis W


People also ask

What is an order confirmation page?

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.


1 Answers

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

like image 95
Anton S Avatar answered Oct 12 '22 08:10

Anton S