
Originally Posted by
dealbyethan.com
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 :)
Bookmarks