james8547 Posted February 22, 2004 Posted February 22, 2004 Hi everyone! I am having problems with my store. I think it has something to do with me using a shared SSL. Everything works fine when I installed a 2nd site with no SSL. My test site is www.picawards.com/store Feel free to make test orders and such. The problem: After users placed an order, they go to the order confirmation page. If they clicked on "Continue" (see linked screenshot), an "HTTP 404 Not Found" error shows up. It doesn't forward the customer to the main page again. However, the confirmation emails are being sent with no problems. Any ideas on how to fix this? Any help would be greatly appreciated.
james8547 Posted February 22, 2004 Author Posted February 22, 2004 Hmmm...I sort of solved the problem by modding the checkout_success.php (around line 74) from: <td width="100%" valign="top"><?php echo tep_draw_form('order', tep_href_link(FILENAME_CHECKOUT_SUCCESS, 'action=update', 'SSL')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0"> to: <td width="100%" valign="top"><?php echo tep_draw_form('order', tep_href_link(FILENAME_CHECKOUT_SUCCESS, 'action=update', 'NONSSL')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0"> Is there any possible harm (security risk) by doing this?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.