Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

confirm order button doesnt click anywhere


jsmith2

Recommended Posts

Posted

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?
Posted
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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...