Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with contact page


Guest

Recommended Posts

Posted

My send email works fine but I'm having trouble with my contact page I do not get an eror message I get a message stating message has been sent to the site owner. But I still do not receive my mail. I have contacted support they have checked my settings and everything seems to be set right my mail is being sent to a business account at yahoo I have checked and searched every resource on or about php mail handling I have probably researched about every page on the site map but, have not found anything to resolve this problem I can use other mail programs and the mail goes to my yahoo business account just fine my email that I am sending them to is [email protected] the website contact page is on www.forpennys.com has anyone had any experience with this if so I could use your help. Thanks

Posted

Just as a test, try this:

 

In your "contact_us.php" file, find this code:

 

	  tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_SUBJECT, $enquiry, $name, $email_address);

Change it to:

 

	  tep_mail('Paul', '[email protected]', EMAIL_SUBJECT, $enquiry, $name, $email_address);

 

Just change your_email_address to what it needs to be.

 

Does that get the mail where it needs to go?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Just as a test, try this:

 

In your "contact_us.php" file, find this code:

 

	  tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_SUBJECT, $enquiry, $name, $email_address);

Change it to:

 

	  tep_mail('Paul', '[email protected]', EMAIL_SUBJECT, $enquiry, $name, $email_address);

 

Just change your_email_address to what it needs to be.

 

Does that get the mail where it needs to go?

:unsure:

I really appreciate your help. No success. Thanks for trying.

tep_mail('Paul',' [email protected]', EMAIL_SUBJECT, $enquiry,$name,$email_address);

Posted

[email protected] isn't your yahoo business email addres is it?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Do you have a simple email address you can send it to?

:unsure:

 

Not going thru a web site email address box, but something like [email protected]?

:unsure:

 

I'd like for you to try a "simple" email address.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Do you have a simple email address you can send it to?

:unsure:

 

Not going thru a web site email address box, but something like [email protected]?

:unsure:

 

I'd like for you to try a "simple" email address.

 

 

Yes i will try that. All of the notifications that are coming from you are going to the forpennys. It is just the contact page. but i will try the simple email. Thanks

Posted
Yes i will try that. All of the notifications that are coming from you are going to the forpennys. It is just the contact page. but i will try the simple email. Thanks

 

 

No success. I even checked bulk mail junk mail twice not there. I am not sure what is going on. Thanks

Posted

Here's a link to an email testing script to try:

 

E-Mail Testing Script

 

I assume all your other emails arrive (i.e. when someone orders something)?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Here's a link to an email testing script to try:

 

E-Mail Testing Script

 

I assume all your other emails arrive (i.e. when someone orders something)?

:unsure:

 

 

I am not sure. I have not advertised my site. I have not made my decision to be private or public

Posted
I am not sure. I have not advertised my site. I have not made my decision to be private or public

 

 

The test script how do i go about using it Thanks

Posted

There's a README file with the contribution.

 

Open it with Wordpad.

 

It has the directions.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
There's a README file with the contribution.

 

Open it with Wordpad.

 

It has the directions.

 

 

catalog directory where exactly is this on my server? Is this to be put in yahoo database or on my oscommerce?

 

Posted

You don't have a catalog folder, so just put it in the root folder where all your other osC files are.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
You don't have a catalog folder, so just put it in the root folder where all your other osC files are.

 

 

I already have this file in there. The root folder is the folder that holds all the files is that correct? If so then it is in there.

Posted

The PHP file included in the contribution is already on your site?

:unsure:

 

It's not talking about uploading the README file.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
The PHP file included in the contribution is already on your site?

:unsure:

 

It's not talking about uploading the README file.

 

 

No i am refering to the email test php is already in my root directory

Posted

Then rename the one on your server to something else for the duration of the test.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Then rename the one on your server to something else for the duration of the test.

 

 

When i preveiw it in my browser page cannot be displayed is what i see. What am i to expect Thanks

Posted

You should see a form that looks about like this:

 

E-Mail From:

E-Mail From Address:

 

E-Mail To:

E-Mail To Address:

 

Subject:

 

Body:

 

 

Send as HTML (overrides the Administration Tool setting)

 

You must be doing something wrong.

 

I uploaded it to my site just as it was and it worked for me.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
You should see a form that looks about like this:

 

 

 

You must be doing something wrong.

 

I uploaded it to my site just as it was and it worked for me.

 

 

Unless I am doing this wrong I'm still getting the same thing. I appreciate your patience because mine is wearing thin.

Posted
Unless I am doing this wrong I'm still getting the same thing. I appreciate your patience because mine is wearing thin.

 

 

What is the best editor. I am using dreamweaver 8

Posted
What is the best editor. I am using dreamweaver 8

 

 

This is really funny cause my send email to customers works fine.

Posted
This is really funny cause my send email to customers works fine.

 

 

This time when i did it a window poped up and said this will update the file on your server

Archived

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

×
×
  • Create New...