Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I divert "contact us" to "outside link" due to spam?


roughrider

Recommended Posts

Posted

How can I divert "contact us" to "outside link" due to spam?

I want it to point to my live support link instead until I can fix this major spamming problem.

Can you please direct me step by step?

Many Thanks

Ride It Like You Stole It

Posted

Their is a easy way but first need to know how many Contact Us links you have an where are they, or do you just have the one in the information box?

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Posted
Their is a easy way but first need to know how many Contact Us links you have an where are they, or do you just have the one in the information box?

 

Hi

I just need to change the one in the information box. Thanks

Ride It Like You Stole It

Posted
Hi

I just need to change the one in the information box. Thanks

 

 

includes/boxes/information.php

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted

Replace:

 

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

 

With

 

'<a href="http://www.mysite.co.uk/mclivehelp/livehelp.php?department=1">' . BOX_INFORMATION_CONTACT . '</a>');

 

Hope this helps

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Posted
You should add target="_blank" to that code or you may cause a loss of session ID's.

 

Jack

 

 

Got it, thanks Jack

Ride It Like You Stole It

Posted
How can I divert "contact us" to "outside link" due to spam?

I want it to point to my live support link instead until I can fix this major spamming problem.

Can you please direct me step by step?

Many Thanks

 

You could always create a new Yahoo! (or whatever) email account and direct osCommerce mails to it rather than your main email account...

Archived

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

×
×
  • Create New...