Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change where continue button directs you?


Lukeslytalker

Recommended Posts

Here's my contact Page.

 

http://www.vantagepointconcepts.com/catalog/contact_us.php

 

I'm trying to figure out what I have to change to have my continue button on my contact page direct me to a different page other than..

 

http://www.vantagepointconcepts.com/catalog/index.php

 

Instead I would like it to send my users here.

 

http://www.vantagepointconcepts.com/catalo...ow-graphics.php

 

I need it to still process my mail form, but I would like to change the page it sends you to.

Link to comment
Share on other sites

tep_redirect(tep_href_link(FILENAME_CONTACT_US, 'action=success'));

 

but as yours doesn;t do that, then yours might be somethng like

 

tep_redirect(tep_href_link(FILENAME_DEFAULT));

 

Change that to

 

tep_redirect(tep_href_link('window-graphics.php'));

 

or if you have done it properly (added new page, changed filenames.php etc), something more like

 

tep_redirect(tep_href_link('FILENAME_WONDOW_GRAPHICS'));

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...