Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Contact Us Problem


smbrayton

Recommended Posts

Hi,

i have an issue, i installed, Contact Us Super Enhancement V1.4, i installed it but i cannot get it to go to the success page that your e-mail has been sent, i cannot do a screen shot but here is my link: http://www.licenseplatesgalore.com/contact...748041111d24eaa

this is how it is when you send an e-mail, it was working fine until i installed this. Any help

Scott

Link to comment
Share on other sites

Hi,

i have an issue, i installed, Contact Us Super Enhancement V1.4, i installed it but i cannot get it to go to the success page that your e-mail has been sent, i cannot do a screen shot but here is my link: http://www.licenseplatesgalore.com/contact...748041111d24eaa

this is how it is when you send an e-mail, it was working fine until i installed this. Any help

Scott

Sent two, both successful, but it was not the Contact Us Super Enhancement V1.4 page

Link to comment
Share on other sites

Hi,

I removed the super contact form because it would not go to the success page, it just stayed at the cintact us page, i will reinstall and you can do another test and you will see, i know it is just a piece of code, just cannot figure.

Scott

Link to comment
Share on other sites

Hi,

Thank you Coopo for looking into this for me, i did figure out the issue, i had to change the following:

if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'success')) {

 

and it should look like this:

if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'send')) {

 

I did it in one spot but did not know there was another. So all set. Thank you for your time.

Scott

Link to comment
Share on other sites

Hi,

Thank you Coopo for looking into this for me, i did figure out the issue, i had to change the following:

if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'success')) {

 

and it should look like this:

if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'send')) {

 

I did it in one spot but did not know there was another. So all set. Thank you for your time.

Scott

No problem. I just did a test email before I read your last post. It worked. Great that you found the problem.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...