Guest Posted May 17, 2004 Posted May 17, 2004 Is there anyway of receiving an email notification of when a sale goes through or when somebody opens up a new account. I have filled in the email properties in the admin section. Advice greatly appreciated. Mark :)
bluepony Posted May 17, 2004 Posted May 17, 2004 Here's one for a New Account email. I'd rather be flying!
Guest Posted May 17, 2004 Posted May 17, 2004 Many thanks for the contribution, at least I am now half way there. Does anybody know how to receive a sale email notification?
vasttech Posted May 17, 2004 Posted May 17, 2004 Goto admin and under configuration set Send Extra Order Emails To to your e-mail address. You will get an e-mail everytime someone places an order. osCommerce Knowledge Base osCommerce Documentation Contributions
gnarly parts Posted May 17, 2004 Posted May 17, 2004 I go one step further and add my cell phone email address to the list in the "Send Extra Order Emails" so I can tell when an order comes in via my cell phone. Dave Always looking for a way to improve my sites.
jjanguda Posted May 25, 2004 Posted May 25, 2004 Is it possible to get noticed via my cell phone everytime someone places an order?
AdamPGT Posted June 9, 2004 Posted June 9, 2004 I'm having a problem with this function. I'm using PayPal as the payment process and about every 3rd order or so I receive the PayPal email notification, however, I don't get the order email which tells me what they purchased. As it stands now I've got over 1200 products and I'm nowhere near finished, but I can't continue to have this problem. I also notice in the PayPal notification the "Item Title" has my store name in it.....is there anyway that I can hack the code to at least have the Title & Part Number appear? Thanks --Adam
minuteago Posted June 9, 2004 Posted June 9, 2004 Can anyone tell me what I should replace ??? things with ? // send new customer email copy to store owner ??$extra_email_text .= EMAIL_NEW_ACCOUNT . '<br><br><b>New Account was created by:</b><br>' . $firstname . ' ' . $lastname . '<br>' . $company . '<br>' . $city . ', ' . $state . '<br>' . $email_address; ?f (SEND_EXTRA_ORDER_EMAILS_TO != '') { ??ep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, 'New Online Store Account', $extra_email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); ? // end extra email These are the orignal codes for New Customer Emails V1.0 which was mentioned above. The codes are broken when I opened it up with UltraEdit 32 software.
AdamPGT Posted June 9, 2004 Posted June 9, 2004 I'm having a problem with this function. I'm using PayPal as the payment process and about every 3rd order or so I receive the PayPal email notification, however, I don't get the order email which tells me what they purchased. As it stands now I've got over 1200 products and I'm nowhere near finished, but I can't continue to have this problem. I also notice in the PayPal notification the "Item Title" has my store name in it.....is there anyway that I can hack the code to at least have the Title & Part Number appear? Thanks --Adam Anyone? --Adam
nrlatsha Posted June 16, 2004 Posted June 16, 2004 I'm having a problem with this function. I'm using PayPal as the payment process and about every 3rd order or so I receive the PayPal email notification, however, I don't get the order email which tells me what they purchased. As it stands now I've got over 1200 products and I'm nowhere near finished, but I can't continue to have this problem. I also notice in the PayPal notification the "Item Title" has my store name in it.....is there anyway that I can hack the code to at least have the Title & Part Number appear? Thanks --Adam Anyone? --Adam Are you using paypal IPN? 9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard) Replace that and you're fine...
AdamPGT Posted June 16, 2004 Posted June 16, 2004 I am now and the email that I get from PayPal now shows what they ordered, so if I don't get the osCommerce email it's okay. --Adam
elhajjar Posted July 11, 2004 Posted July 11, 2004 I post this message. It may help you. My customer make checkout with the products to pay by Paypal. I receive the email that I received a payment by Paypal, but I didn't get the order in my shopping cart. I realized that the customer didn't finish correctly the order in Paypal. In Paypal, after his cliked on Pay button, he didn't click on url to continue. So, my shopping cart, dosen't get the control to finish the transaction to insert in the Database the order. Thanks,
Recommended Posts
Archived
This topic is now archived and is closed to further replies.