Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email notification of a sale??


Guest

Recommended Posts

Posted

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 :)

Posted

Many thanks for the contribution, at least I am now half way there. Does anybody know how to receive a sale email notification?

Posted

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.

  • 2 weeks later...
Posted

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

Posted

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.

Posted
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

Posted
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...

Posted

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

  • 4 weeks later...
Posted

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,

Archived

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

×
×
  • Create New...