Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

johnny06man

Archived
  • Posts

    4
  • Joined

  • Last visited

Everything posted by johnny06man

  1. Hello again. I thought I had fixed the problem but appearently not. This is what is happening: in the email I am sending to customers, the php file creating it is supposed to do two things: create a unique code based off of the product ID that comes from the product they purchase and add it to a database so it is usable. I have done exactly what you have said to do and it doesn't work. The email is sent after IPN confirms that the payment has been made, but the unique number is never created. It's as if it can't draw the order information to make the code. This is where it gets interesting: if I purchase though an option like Cash on Delivery, it works perfectly fine. The code is created perfectly and everything works. This is very confusing. Can anybody help? To kind of show what I'm talking about, here are copies of the emails I get. The first is through CoD, and the last is through Paypal: Now for the Paypal email: Now I purchased the exact same product both times. I don't understand why it doesn't work. :(
  2. Thanx Greg. Worked like a charm. What I'm using this for is for a new business, Servershots. If you ever run a game server, just let me know and I'll hook you up with a free Servershot ;)
  3. Yes, I am using this contribution. However, what I want is a seperate email to be sent. Basically, what they are purchasing is an activation code. Once the payment is confirmed, I want to send them the activation code in an email. I have the coding done for the actual email and stuff. I just don't know where to add it so that it is sent at the same time as the invoice. Where I have it now is in the checkout_process.php file. If I ordered through say, Cash on Delivery, it would be sent at the same time as the invoice. However, when I order it through this module, it doesn't get sent.
  4. Hello all. I'm having an issue setting something up using the Paypal Shopping Cart IPN. It has installed great and seems to work wonderfully. However, I'm trying to add on a feature to it but I can't quite figure out how to do so. What I want to do is use this payment module to send an email to the customer after payment has been confirmed through IPN. I can't figure out which file this should be done through though. I need to have the full order information (ie. product, quantity, etc.) to be able to include in it. Very similar to the order invoice, but it can only be sent after I've received payment through Paypal and confirmed through IPN. I'm a total newbie when it comes to OSCommerce, so I'm not quite sure where to begin for this. Anybody have an idea on how I could do this?
×
×
  • Create New...