Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I've got a problem. My site, www.v3leds.com does not email me when I recieve an order. I've tested this twice, and ensured that I confirmed the order and still no email, except from papypal.

 

I only accept paypal as an email, and when a purchase goes though, Ig et an email from them saying I got a payment, with a quantity, but without how many of what color and so forth. The Item thing just says "v3 LEDs" and not BLue, or Red. So I'm sure someones made something where when you recieve an order, you get an email from say, [email protected] and it says a Name, Address, username or whatnot from your site, the items's, and how many of each different one. Can anyone direct me to this? If you're going to refer me to the logging orders before confirmation thing, I've tried to install it and ran across a problem with my sql. So yeah, if anyone could help it'd me MUCH appreciated!

Posted
So I'm sure someones made something where when you recieve an order, you get an email from say, [email protected] and it says a Name, Address, username or whatnot from your site, the items's, and how many of each different one.

 

It should be part of your standard install. Go to your OSC admin panel and go to Admin->configuration->my store-> send extra order emails to

 

Click on the action button. click edit and enter in the e-mail address that you would like to have the copy of the order confirmation sent to ie. your e-mail address.

Posted

That did it! One question though, how do I set it to send them an email as well, from my site, just like the one I get?

Posted

The one you are now getting is a copy of the same one that they should be getting automatically.

Posted

I have access to the email used for that, and I never got an email looking like the one I got, as the store owner. Is there a setting for this also?

Posted
I have access to the email used for that, and I never got an email looking like the one I got, as the store owner. Is there a setting for this also?
This is usually a sign that the mail server isn't configured to send email from your store, just to your email address. Adding one of the following commands to the top of includes/classes/email.php may help:
ini_set('sendmail_from', STORE_OWNER_EMAIL_ADDRESS);

ini_set('sendmail_path', '/usr/bin/sendmail -t -i -f ' . STORE_OWNER_EMAIL_ADDRESS);

Otherwise, check with your host to see if they can find a way to do this.

 

Hth,

Matt

Always back up before making changes.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...