antoniamar Posted January 26, 2006 Posted January 26, 2006 (edited) Anybody? After tyring to follow the last installation step for Fast Easy Check Out, I can't get this working so let me tell you exactly what I've done, and hopefully someone one can give me very precise pointers. 1. I copied the code from yellow box in the instructions (choice 2 to give create account option) tep_redirect(tep_href_link('create_account3.php', '', 'SSL')); // tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); And I pasted it "in the beginning of checkout_shipping.php" as Frank said in a comment, which I presume meant right after the copyright information. That gave me a blank page when I clicked Check Out, so obviously that wasn't the right place. 2. Next, right after "// if the customer is not logged on, redirect them to the login page", replaced" if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } with the two lines in the yellow box At first, that seemed to work when I clicked Check Out--I got the customer billing info page with the login and create account option but, when I clicked Continue, I got a blank page (account_password_new.php?....) 3. I went to form-check.js.php and made the change described in the instructions. But now I get a blank page when I click Check Out eventhough the page loaded before. I also tried using the two lines of code from the pink other box: // tep_redirect(tep_href_link('create_account3.php', '', 'SSL')); tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); but I always got the blank page at Check Out when I tried this option. Thanks. Edited January 26, 2006 by antoniamar Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.