Quote Originally Posted by dealbyethan.com View Post
tpl_main_page.php is in includes/templates/YOUR_TEMPLATE/common

In the instruction Step 5: Perform comparison (WinMerge) between the included tpl_checkout_confirmation.php and the file on your site. However, tpl_checkout_confirmation.php is not included. Do you mean tpl_checkout_confirmation_default.php?

If yes, I have an original tpl_checkout_confirmation_default.php in /includes/templates/template_default/templates , should I create a copy of this original file in /includes/templates/YOUR_TEMPLATE/templates ? What changes do I make when I compare my original tpl_checkout_confirmation_default.php with yours?

I looked at your one-page checkout. I could only get my one-page checkout to work by changing all the checkout links from <a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '"> to <a href="' . zen_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL') . '"> Am I supposed to do this? For your information, after changing this it sometimes still says the page isn't redirecting properly. Something is not right. Any idea? I also noticed that my one-page checkout still has 2 steps whereas yours has 1 step. Why is that?

Please let me know. Thanks in advance :)
If you have an oroginral tpl_checkout_confirmation in template_default, leave that file there and simply upload the new file to /your_template/templates/ and it will override the template_default folder. When you want to revert back you simply delete the file from your_template and it will revert back to template_default.

This contribution is not a one page checkout contribution by default. You need to install the sql file to be able to activate the one page checkout feature from the admin. Otherwise, It simply creates a 2 step process that includes the checkout confirmation page. The one page feature skips this step.