beachboy Posted June 1, 2003 Posted June 1, 2003 My contact us when clicked takes me to a "this page cannot be found" It was working at one time where did it go? I was on my last runthrough before going live and now I get this. AAARRGHH!!!
Guest Posted June 1, 2003 Posted June 1, 2003 from looking at your site, it looks like you have a braket or something missing in your /catalog/includes/boxes/information.php
beachboy Posted June 1, 2003 Author Posted June 1, 2003 Here is my url: http://www.beachboysdiscounttools.com/cata...log/default.php Should I email you that file?
beachboy Posted June 1, 2003 Author Posted June 1, 2003 I just uploaded a fresh information.php file and get the same result..
Guest Posted June 1, 2003 Posted June 1, 2003 here is what i see in your html: <td align="left" class="boxText"><a href="http://www.beachboysdiscounttools.com/catalog/shipping.php">Shipping & Returns</a><br><a href="http://www.beachboysdiscounttools.com/catalog/privacy.php">Privacy Notice</a><br><a href="<a href=?osCsid=ee4c509a94d7bd6134176a3378c99ed1"http://www.beachboysdiscounttools.com/catalog/contact_us.php">Contact Us</a><br></td> notice the link code following Privacy Notice above
beachboy Posted June 1, 2003 Author Posted June 1, 2003 I don't understand..Sorry What do I need to do?
Guest Posted June 1, 2003 Posted June 1, 2003 in the code for your information.php box code it looks like the code is wrong copy and paste the code from the section of box/information.php that includes the links to the pages being called - we can sort it out that way
beachboy Posted June 1, 2003 Author Posted June 1, 2003 href="<a href=?osCsid=ee4c509a94d7bd6134176a3378c99ed1"http://www.beachboysdiscounttools.com/catalog/contact_us.php">Contact Us</a><br></td> OK..I see where the code is messed up, where do I change it?
Guest Posted June 1, 2003 Posted June 1, 2003 in box/information.php that line should look like '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>');
beachboy Posted June 1, 2003 Author Posted June 1, 2003 That line is there as you posted..Still don't work..
beachboy Posted June 1, 2003 Author Posted June 1, 2003 I put up an older saved version of the information.php and it is working..I wonder what I changed that I saved it..I guess I'm going to go through my site and make sure everything is still working..Where do I put in the conditions of use?
beachboy Posted June 2, 2003 Author Posted June 2, 2003 Never mind..Everything seems to be working! I found where to put the conditions in, in english/conditions..Thanks gus for you GREAT HELP!! I'm going now to back all this up before I screw it up again!! :D :D :D
Guest Posted June 2, 2003 Posted June 2, 2003 :lol: :lol: remember, we all started at step one, exactly where you are now, and worked our way thru various things keep asking questions - its the best way to learn :wink:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.