X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Redirect the contact page upon submit (https://forum.x-cart.com/showthread.php?t=53492)

Woodrow81 04-28-2010 05:47 AM

Redirect the contact page upon submit
 
Hello,
Is it possible to redirect the contact us page to a different page insted of the contact us page that says:

"Your message was successfully sent to our support team. We will reply to you shortly. "

Thanks,
Woodrow

PhilJ 04-28-2010 05:54 AM

Re: Redirect the contact page upon submit
 
include/help.php
Code:

  func_header_location("help.php?section=contactus&mode=sent");

You can change this to ...
Code:

  func_header_location("pages.php?pageid=1");
Or whatever you like.

Woodrow81 05-08-2010 03:50 AM

Re: Redirect the contact page upon submit
 
Thank you so much! Worked like a charm.


All times are GMT -8. The time now is 02:33 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.