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)
-   -   Change URL for Contact Us (https://forum.x-cart.com/showthread.php?t=33624)

OpheliaPayne 09-01-2007 10:01 AM

Change URL for Contact Us
 
We use a ticket support system for our site, and we would like for the contact us link to go to this page instead of the default. How do I do this?

carpeperdiem 09-01-2007 01:23 PM

Re: Change URL for Contact Us
 
1. use webmaster mode.
2. webmaster mode will tell you the template that the contact us link is living in
- it's probably help.tpl
- it probably looks something like this:

<a href="help.php?section=contactus&amp;mode=update" class="VertMenuItems">{$lng.lbl_contact_us}</a><br />

- you probably want it to be something like:
<a href="support_system_link.php" class="VertMenuItems">{$lng.lbl_contact_us}</a><br />

WEBMASTER MODE will answer 99% of your "where is... ?" questions.

Hope this helps.

Jeremy

**thread moved to template editing**

OpheliaPayne 09-01-2007 06:34 PM

Re: Change URL for Contact Us
 
Thank you :) I appreciate the help!


All times are GMT -8. The time now is 11:33 AM.

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