Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NOT GETTING ORDER E-MAIL


chfields

Recommended Posts

Try the "Send Extra Order Emails to" parameter in the admin.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

no thats what the send extra order emails to is for...

 

the fact that OSC doesn't by default send at least a notice to the store owner when an order is placed let alone a copy doesn't make sense to me, and further that some people use send extra order emails to field to send to a distributor leaving no way way for them to recieve and order emails makes even less sense, but hey as a partial store owner what the hell do I know about business?

The only thing necessary for evil to flourish is for good men to do nothing

- Edmund Burke

Link to comment
Share on other sites

PayPal IPN uses the same parameter as we are talking about above.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

And you didn't try to alter the email that it sends or anything?

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

No! I have installed a few mods like column controller and changed the odd bit of text around. The Paypal IPN module though I just slotted in and crossed my fingers. I see the code now. It looks as it should send the emails. I wonder if the customers are not getting them either. Very odd- I'll have to go through the module and see what I have missed.

Link to comment
Share on other sites

to my knowledge paypal IPN does not contain the code to send an email to the extra orders email address...

 

I know I had to place it in the IPN module myself

The only thing necessary for evil to flourish is for good men to do nothing

- Edmund Burke

Link to comment
Share on other sites

Yeah, it is in there.

 

This from the paypal_notify.php

 

        if (SEND_EXTRA_ORDER_EMAILS_TO != '') { // send emails to other people

         tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT,  nl2br($email_order), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, '');

       };

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

A think I have part of the answer. This is from Paypal IPN version .97

Email data is created on the fly now from the paypal_notify.php script. To make it work, 2 new modifications need to be done in /catalog/includes/classes/order.php.

Loaded 5 uses the previous version .96

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...