开发者

How to preview the order confirmation page

开发者 https://www.devze.com 2023-04-13 05:01 出处:网络
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 Mag

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

0

精彩评论

暂无评论...
验证码 换一张
取 消