jsmith2 Posted April 30, 2008 Posted April 30, 2008 Everything works out until I go and confirm my order, its just an image with no hyperlink connected to it. http://mystore.com/checkout_confirmation.php Pllleease help me out :blush:
jsmith2 Posted April 30, 2008 Author Posted April 30, 2008 Everything works out until I go and confirm my order, its just an image with no hyperlink connected to it.http://mystore.com/checkout_confirmation.php Pllleease help me out :blush: help? please?
ohioman Posted April 30, 2008 Posted April 30, 2008 People will not be able to get to your checkout_confirmation.php page by clicking that link, as they will be redirected to login first. Why don't you post the code for that section or page so we can find the error that way. Ohioman :thumbsup: help? please?
jsmith2 Posted April 30, 2008 Author Posted April 30, 2008 People will not be able to get to your checkout_confirmation.php page by clicking that link, as they will be redirected to login first. Why don't you post the code for that section or page so we can find the error that way. Ohioman :thumbsup: I fixed it, used winmerge and found this was left out... <?php if (isset($$payment->form_action_url)) { $form_action_url = $$payment->form_action_url; } else { $form_action_url = tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL'); } echo tep_draw_form('checkout_confirmation', $form_action_url, 'post'); ?> I have another question actually, is there a way I can get an email of an order with the credit card (I'm only using a POS terminal) payment manually, not internet payments. (I just punch in the cc# in a terminal) Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.