Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add hyper link in about_us text to contack_us


Gap30

Recommended Posts

Go to your catalog/includes/languages/english/about_us.php.

 

Insert where you want your link to be:

<a href="http://www.yourstore.com/catalog/contact_us.php">Contact Us</a>

 

Naturally, if you have your store under a different directory path, adjust as needed. This is just basic HTML that you are inserting into the text area of the page.

Link to comment
Share on other sites

Or do it like this to ensure session id is kept

<a href="<?php echo tep_href_link(FILENAME_CONTACT_US) ?>">Contact Us </a>

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Link to comment
Share on other sites

*smiles sheepishly* Ummm, yeah, Bill's way is definately more proper! One day I'll get this php stuffs down pat LOL

 

Thanks for the correction, Bill.

Link to comment
Share on other sites

Go to your catalog/includes/languages/english/about_us.php.

 

Insert where you want your link to be:

<a href="http://www.yourstore.com/catalog/contact_us.php">Contact Us</a>

 

Naturally, if you have your store under a different directory path, adjust as needed. This is just basic HTML that you are inserting into the text area of the page.

 

Thanks for the idea ended up with the following( <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>)

 

Just need to add color to link.

 

Greg

Link to comment
Share on other sites

Or do it like this to ensure session id is kept

 <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>

 

was going to use your suggestion but copied moonlight idea issue connecting this seemed to work. :blush: noticed this looks close to what you suggested during reply of thanks.

 

greg

Link to comment
Share on other sites

Hmmmm just tried this on my FAQ page to do the links to other informational pages and it wouldn't work. Weird.

 

Hmmm, as far as I know it should. Will look into later on ...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...