Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Contact us problem..Last one I hope!!


beachboy

Recommended Posts

Posted

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!!!

Posted

can you post the url so we can take a look please 8)

Posted

from looking at your site, it looks like you have a braket or something missing in your /catalog/includes/boxes/information.php

Posted

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

Posted

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

Posted

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?

Posted

in box/information.php that line should look like

 

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

Posted

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?

Posted

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

Posted

: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:

Archived

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

×
×
  • Create New...