Magento, Display order summary on one page checkout
How to displaying order summary on one page checkout? For displaying order summery on one page checkout we require some xml file changes. 1. Open checkout.xml which is place on below path: checkout.xml path: magento/app/design/frontend/your theme package/your theme/layout 2. Find “<checkout_onepage_index>” tag. 3. Find “<block type=”checkout/onepage” name=”checkout.onepage” template=”checkout/onepage.phtml”>” line between <checkout_onepage_index> … </checkout_onepage_index> 4. Add […]