- Mengubah default kontak CMS
~ app/design/frontend/default/YOURTHEMES/layout/catalog.xml
- Add checkout finish :
Go to your theme folder and find file layout/checkout.xml and look for the block
<block type="checkout/onepage_review_info" name="root" output="toHtml" template="checkout/onepage/review/info.phtml">and add
<block type="core/template" name="checkout.onepage.review.button" as="button" template="checkout/onepage/review/button.phtml"/>before
</block>
Advertisement