====== How to? Customize frontend template (F.e. review.phtml of onepage checkout) ======
We want to overwrite review.phtml of onepage checkout to provide f.e. terms and conditions download.
We created our own module called Mymodule. At first we have to create new layout xml for this module. we copy checkout.xml layout from design/frontend/default/default/layout/checkout.xml to design/frontend/default/default/layout/mymodule.xml and overwrite layout of checkout in our config.xml
mymodule.xml
Then we change code of our layout to load our own template. Our customized template is located in /design/frontend/default/default/template/mymodule/onepage/review.phtml
Change in mymodule.xml
to