reed_bird 0 Posted May 7, 2007 I just looked at my Paypal account and a customer has paid for an item. All of the info is there except what the item is!! I haven't received an email that I have a sale and there are no orders showing anywhere on my admin site. I don't want to email this guy and look like an idiot "thanks for your money. UH by the way...what did you order?" Please help!!! Share this post Link to post Share on other sites
Jack_mcs 1,020 Posted May 7, 2007 Unfortunately, that is what you will have to do. What you describe is a common problem with the stock paypal module. Install the paypal IPN one to prevent it from happening again. But there is no hope for this one. Jack Support Links: Need Help? See this thread and provide the information requested. Is your version of osC up to date? You'll find the latest osC version (the community-supported responsive version) here. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
reed_bird 0 Posted May 7, 2007 But shouldn't something in my basic OsCommerce setup say that I have an order? What I have is a basic install only a few color changes. If I hadn't checked my PayPal account, I never would have known that there was an order. I don't think this is a paypal error, it looks like an OSC error... Share this post Link to post Share on other sites
squalid 0 Posted May 7, 2007 reread jack mcs's reply. you could also install master password to see what was in customers basket http://www.oscommerce.com/community/contri...master+password Share this post Link to post Share on other sites
oschellas 4 Posted May 7, 2007 Can't you see the order in your: admin - customers - orders? Did you specify your e-mail at: admin - Configuration - My Store - Send Extra Order Emails To? Share this post Link to post Share on other sites
crash3903 1 Posted May 7, 2007 But shouldn't something in my basic OsCommerce setup say that I have an order? What I have is a basic install only a few color changes. If I hadn't checked my PayPal account, I never would have known that there was an order. I don't think this is a paypal error, it looks like an OSC error... Sorry Susan it is not an error of osc (Although it shouldn't have been designed that way ;) ) What happens is when your customer goes to paypal to pay for the goods the order table in the database is not updated with the order. This happens when the customer returns to the store. If they close the window or go to a site other than yours after payment is complete the order is not inserted in your store orders section What Jack is suggesting is to install the Paypal IPN (IPN Stands for Instant Payment Notification). This inserts the order into the order table in the database so if the previous happens the order is logged - Make sense? The master password is a good idea for this order HTH Regards Mark A Reynolds Share this post Link to post Share on other sites
PatrickM 0 Posted May 8, 2007 Sorry Susan it is not an error of osc (Although it shouldn't have been designed that way ;) ) What happens is when your customer goes to paypal to pay for the goods the order table in the database is not updated with the order. This happens when the customer returns to the store. If they close the window or go to a site other than yours after payment is complete the order is not inserted in your store orders section What Jack is suggesting is to install the Paypal IPN (IPN Stands for Instant Payment Notification). This inserts the order into the order table in the database so if the previous happens the order is logged - Make sense? The master password is a good idea for this order HTH I have the same problem, (and I didn't know it untill I read this thread)! But I have one question for anyone please. When I go to install paypal IPN it asks me for a url that it will use to notify me on?? Can anyone please tell me in layman speak what this means? What address do I type in? Thanks in advance. Share this post Link to post Share on other sites
Tishi 0 Posted May 9, 2007 I have the same problem, (and I didn't know it untill I read this thread)! But I have one question for anyone please. When I go to install paypal IPN it asks me for a url that it will use to notify me on?? Can anyone please tell me in layman speak what this means? What address do I type in? Thanks in advance. I have the same problem. Which URL to you right? Is it the URL that takes you to the Order module in admin? Somebody must know! Thanks! Share this post Link to post Share on other sites
imback_pagalkutta 0 Posted July 10, 2007 hi always happens 2 us newbies july 11, guess its way 2 late 2 help but im sure more ppl are gonna stuff up like us problem: you receive the money via paypal, but you don;t know the order: Temporary solution: if u dont intend to use a master pwd: download your sql file, (Tools>backup database>download(Carefull) ) open it with excel so that data is easy to manage, from the database, note the 'customer id' of the customer who ordered>>>'insert into customers' field find this field: insert into customers_basket (customers_basket_id, customers_id, products_id, customers_basket_quantity, final_price, customers_basket_date_added) values ('1212', '15', '393', '1', NULL, '271276822212'); say customer id is 15 as above, you will have multiple lines of 15 with different products, note 'products_id' of all those lines and match with your product. in the end, total em products up and tally the amount you received U r done this time, download hold order for paypal module Share this post Link to post Share on other sites
Coopco 8 Posted July 11, 2007 hialways happens 2 us newbies july 11, guess its way 2 late 2 help but im sure more ppl are gonna stuff up like us problem: you receive the money via paypal, but you don;t know the order: Temporary solution: if u dont intend to use a master pwd: download your sql file, (Tools>backup database>download(Carefull) ) open it with excel so that data is easy to manage, from the database, note the 'customer id' of the customer who ordered>>>'insert into customers' field find this field: insert into customers_basket (customers_basket_id, customers_id, products_id, customers_basket_quantity, final_price, customers_basket_date_added) values ('1212', '15', '393', '1', NULL, '271276822212'); say customer id is 15 as above, you will have multiple lines of 15 with different products, note 'products_id' of all those lines and match with your product. in the end, total em products up and tally the amount you received U r done this time, download hold order for paypal module Much easier to install the pending order email contrib. The Coopco Underwear Shop If you live to be 100 years of age, that means you have lived for 36,525 days. Don't waste another, there aren't many left. Share this post Link to post Share on other sites
dream1965 0 Posted August 2, 2007 Much easier to install the pending order email contrib. We have the same problem...i don't know how to install anything but have figured out that the items show up in the unsold cart. If I have an item that needed a color choice or such, I contact the customer. My web designer says there is now way to fix this. Apparently that is another issue we need to talk about. Thanks for starting the thread. Share this post Link to post Share on other sites
erniethemilk 0 Posted August 2, 2007 I have this very same problem, and am glad its not just me who has not thought they were going round the twist! I'll try installing Paypal IPN Sorry Susan it is not an error of osc (Although it shouldn't have been designed that way ;) ) Not sure how someone can say its not an error of OSC - if an order from the ecommerce site isn't showing then how is this not an error of OSC's??? Share this post Link to post Share on other sites
♥Loaded Commerce 0 Posted August 6, 2007 I have the same problem. Which URL to you right? Is it the URL that takes you to the Order module in admin? Somebody must know! Thanks! I you can leave this blank in your paypal IPN settings. The payment module - paypal IPN passes the IPN url during checkout. If you do need the url we use /checkout_process.php, meaning https://YOURSECUREURLHERE.COM/checkout_process.php Also i advise that you read the intructions in the paypal IPN download - they prob speak to this directly. Best Regards, Salvatore Iozzia Loaded Commerce - Oscommerce - All Loaded Up. Share this post Link to post Share on other sites
erniethemilk 0 Posted August 7, 2007 OK, I thought the Paypal IPN was already included - but it isn't is it - obviously thinking about another software program that does include it, something else you've gotta go away and find and then figure out when it doesn't work :rolleyes: Dunno about anyone else, but I'm finding OSC to be a real ballache at the moment.... it really isn't for the feinthearted who want to get on and use an online shop is it?? It seems to be more for those who want an online shop they can tinker with constantly :( :( :( Share this post Link to post Share on other sites
The_Luddite 0 Posted August 25, 2007 I have this very same problem, and am glad its not just me who has not thought they were going round the twist! I'll try installing Paypal IPNNot sure how someone can say its not an error of OSC - if an order from the ecommerce site isn't showing then how is this not an error of OSC's??? Simple. It's because Paypal does not send the information back to your database. That's why you need to install the IPN (Instant Paymet Notification) module. This will cure the problem. :thumbsup: Share this post Link to post Share on other sites
satish 24 Posted August 25, 2007 go for the recover cart solution. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Share this post Link to post Share on other sites