Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout_success.php


pete2007

Recommended Posts

Posted

Hi,

 

After my customers purchase an order there are then taken to osc/checkout_success.php page

 

Whilst on this page there can click "continue" to /checkout_success.php/action/update - How can I change this page where it re-directs to?

 

Any help or advice would be most appreiated!

Posted

Hi,

 

I think I've found the code but unable to find where I can change the URL, can anayone help?

 

 <td align="right" class="main"><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></td>

Posted

Line 31:

 

	tep_redirect(tep_href_link(FILENAME_DEFAULT, $notify_string));

That redirects to FILENAME_DEFAULT

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Line 31:

 

	tep_redirect(tep_href_link(FILENAME_DEFAULT, $notify_string));

That redirects to FILENAME_DEFAULT

 

Thanks for the reply.

 

On line 31, my code is exactly the same, but for some reason after clicking on "Continue" it takes me to a dead link.

 

How can I solve this problem?

Posted

Can you post (or PM me) exactly what the link is?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

  • 2 months later...
  • 3 years later...

Archived

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

×
×
  • Create New...