RichardPryor Posted July 11, 2008 Share Posted July 11, 2008 I've been studying non stop for 3 days and am slowly making some progress. Since I bought a $150 template online, I have to manually edit the php files instead of installing the contributions to avoid getting errors. Here's the deal: even though I really like my template, I would like to change the header's content. Right now it has the following categories: Specials Search Contact Us Create an account Customer login Not sure what I want to use as categories yet, but for sure a FAQ as the first one and the Contact Us as the last one. I think this is what I have to edit... includes/header.php <table cellspacing=0 cellpadding=0> <tr><td><img src=images/m10.gif width=9 height=7 align=absmiddle> <a href=<?=tep_href_link('specials.php')?> class=ch3>Specials</a></td></tr> <tr><td height=5></td></tr> <tr><td><img src=images/m10.gif width=9 height=7 align=absmiddle> <a href=<?=tep_href_link('advanced_search.php')?> class=ch3>Search</a></td></tr> <tr><td height=5></td></tr> <tr><td><img src=images/m10.gif width=9 height=7 align=absmiddle> <a href=<?=tep_href_link('contact_us.php')?> class=ch3>Contact Us</a></td></tr> <tr><td height=5></td></tr> <tr><td><img src=images/m10.gif width=9 height=7 align=absmiddle> <a href=<?=tep_href_link('account.php')?> class=ch3>Create an account</a></td></tr> <tr><td height=5></td></tr> <tr><td><img src=images/m10.gif width=9 height=7 align=absmiddle> <a href=<?=tep_href_link('login.php')?> class=ch3>Customer Login</a></td></tr> </table> Am I in the right track? What other file do I have to edit? Thanks a bunch and good karma for you. Link to comment Share on other sites More sharing options...
RichardPryor Posted July 11, 2008 Author Share Posted July 11, 2008 Nice, I think thats all I need to edit... fking genius! Link to comment Share on other sites More sharing options...
sLaV- Posted July 11, 2008 Share Posted July 11, 2008 Yes thats all you would edit....you will find that you wont get much support here since you are using a template...templates completely shred the original oscommerce structure so it would be hard for anyone to know where anything has been placed in the template files...good luck :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.