chfields Posted March 18, 2003 Share Posted March 18, 2003 When I do a test purchase, everything works fine. The customer gets e-mail detailing his/her order, but I don't get e-mail letting me know something was sold. Please help....... Link to comment Share on other sites More sharing options...
wizardsandwars Posted March 18, 2003 Share Posted March 18, 2003 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 More sharing options...
chfields Posted March 18, 2003 Author Share Posted March 18, 2003 That seems to work. But isn't OSC supposed to e-mail me the store owner when an order is placed?? Link to comment Share on other sites More sharing options...
dreamscape Posted March 18, 2003 Share Posted March 18, 2003 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 More sharing options...
chfields Posted March 18, 2003 Author Share Posted March 18, 2003 Ok!! Thanks for the quick response. Maybe I should suggest that to the team!? Link to comment Share on other sites More sharing options...
radders Posted March 18, 2003 Share Posted March 18, 2003 Does anyone here know how to get the Paypal IPN module to send the extra email? Link to comment Share on other sites More sharing options...
wizardsandwars Posted March 18, 2003 Share Posted March 18, 2003 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 More sharing options...
radders Posted March 18, 2003 Share Posted March 18, 2003 Mine doesn't! :( I'm using the pre-installed version in Loaded 5. All the other orders email me a copy but Paypal IPN doesn't Link to comment Share on other sites More sharing options...
wizardsandwars Posted March 18, 2003 Share Posted March 18, 2003 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 More sharing options...
radders Posted March 18, 2003 Share Posted March 18, 2003 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 More sharing options...
dreamscape Posted March 18, 2003 Share Posted March 18, 2003 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 More sharing options...
wizardsandwars Posted March 18, 2003 Share Posted March 18, 2003 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 More sharing options...
radders Posted March 18, 2003 Share Posted March 18, 2003 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.