Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Links to Outside Sources


Guest

Recommended Posts

I know how to create new files and code them in the info boxes and the filenames.php, but how do you reference a website? I am going to be creating a new info box called "Sponsors," and I want to add links that go outside of our website, such as www.yournamehere.com. How would I reference an outside link? It's got to be pretty easy to do, but I haven't seen any notes on it. Thanks for the help!

 

Mandy

Link to comment
Share on other sites

Just a suggestion and maybe not relivent but how about using the manufactures box and just creat a new box called links or something like that. Links would be in a pull down type menu. Hum! Might be kinda cool that way.

Link to comment
Share on other sites

Just <a href="outside link">Our Sponsors</a>. The reason you need to use tep_href_link within the website is to keep the session/SSL/whatever. If you're leaving the website, that doesn't matter and you can just use a normal link. If you're going to be updating/changing it a lot, I'd suggest adding a table to your database with the URL/link text/any image you might be using and coding it with a query to display the contents of the table and making it updateable from the admin, but that does take more initial effort. Unless I'm misunderstanding your question?

Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums.

 

Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums

 

Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller

Link to comment
Share on other sites

Right, I knew I had seen a contribution for something like that. Also, this might work.

Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums.

 

Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums

 

Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...