soundjam Posted November 26, 2008 Share Posted November 26, 2008 Good morning, I am new to this whole OS commerce and php scripting. But, if you could help that would be great. I am using the contribution: Horizontal_Menu_V3 and I would like to be able for send the user to another part of my website. The top line is original and works within OSC. <li><?php echo '<a href="' . tep_href_link(FILENAME_CONTACT_US, '') . '">' . "<span>" . ('Contact us') . '</a></span>'; ?></li> <li><?php echo '<a href="' . tep_href_link('location: http://www.mywebsite.ca/home', '') . '">' . "<span>" . ('Contact us') . '</a></span>'; ?></li> The above line sends me to this link: http://mywebsite.ca/catalog/location:%20ht...website.ca/home <li><?php echo '<a href="' . tep_href_link('http://www.mywebsite.ca/home', '') . '">' . "<span>" . ('Contact us') . '</a></span>'; ?></li> and this above line sends me to this link: http://mywebsite.ca/catalog/http://www.mywebsite.ca/home As you can probably tell above, I am trying to send the user to www.mywebsite.ca/home Any thoughts, Greatly apreciated, Brian Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.