Please help...strange problem...
#1
Posted 17 September 2002 - 03:32 AM
Someone will go through the site, put items in their cart. Go through the checkout process (using paypal as gateway). Customer and us will receive pmt notification from paypal. Site did not send out order confirmation nor did it log the order.
The first time this happend was about 24 hours ago and just chalked it up to a hickup. Had many orders after this which processed fine. Had an order about hour to 1 1/2 hours ago that did somewhat the same thing. Difference was it took 35 min for osc confimation email and order history to show up.
The site address is http://www.lightanother.com/catalog
Any light on this matter would be greatly apreciated!
Thanks
#2
Posted 17 September 2002 - 03:35 AM
#3
Posted 17 September 2002 - 03:38 AM
#4
Posted 17 September 2002 - 03:40 AM
And nope ... not a clue how to do that or I'd do it too :roll:
#5
Posted 17 September 2002 - 03:44 AM
Okay, well thanks for the fast reply and figuring this out for us. Guess we will have to better educate our shoppers. Since sitting next to them and telling them is out of the question, guess we will have to bang our heads at the wall till something comes to mind.
Thanks again...
#6
Posted 17 September 2002 - 03:44 AM
It should help.
#7
Posted 17 September 2002 - 03:46 AM
Without really checking into IPN, but I that was if we had a members section for them to get into?
#8
Posted 17 September 2002 - 03:49 AM
Never mind, I'm reading it now on paypals site. Thanks for the tip.
#9
Posted 17 September 2002 - 03:52 AM
Someone currently using IPN want to comment here?
#10
Posted 17 September 2002 - 03:54 AM
#11
Posted 17 September 2002 - 11:44 AM
Thank you and sorry for the delay in getting back. I had to get back to work and couldn't continue with the postings. After reading on the IPN, it still sounds like the customer needs to click on the continue button for everything to work (good old paypal and the poor help files). If you are using this method, can you confirm that for me? If that is the case, it still seems like the customers just need to be educated on the mater.
Thanks
#12
Posted 17 September 2002 - 12:19 PM
Anyone using this want to help out here?
#13
Posted 17 September 2002 - 12:36 PM
Well, if you happen to find something or hear something please let me know.
You might be able to help with area of the website. I am looking at having on the checkout page on the bottom a place that they have to check that they have read and agreed to terms & conditions before they can proceed. Is there something out there already that I can use without having to reinvent the wheel? I haven't looked at the programming of it yet to see what's all going to be involved, so I don't know how difficult it will be. I'm still fumbling around in PHP programming... :oops:
The site address again is http://www.lightanother.com/catalog
Thanks
#14
Posted 18 September 2002 - 01:49 AM
Thanks,
Webmaster for LightAnother.com
#15
Posted 18 September 2002 - 02:02 AM
Your front page is designed for 800x600 but after that the shop middle goes the width of the screen.
On an 800x600 display that works but I am on 1600x1200 and it looks a bit like you gained a little weight there around the middle when the sides blow out :shock:
#16
Posted 18 September 2002 - 02:08 AM
#17
Posted 18 September 2002 - 05:48 PM
Quote
Thanks,
Webmaster for LightAnother.com
Disabling javascript got around it. You may want to putting the checkbox on the checkout_payment page instead of checkout_confirmation. Then you could have it pass a variable to checkout_confirmation and if it's not checked have it redirect you back to checkout_payment, setting another flag in the process, and have checkout _payment flash something in red letting them know that they have to check the box.
#18
Posted 18 September 2002 - 05:50 PM
#19
Posted 18 September 2002 - 06:09 PM
The order is written into the database just before sending the customer to paypal. Thie order is recorded as 'Paypal Processing'.
If the customer presses the continue button, the order is updated to 'Processing' the normal way.
If the customer forgets to hit the continue button, The IPN responds and by calling the paypal_notify.php script, which updates the order to "Processing"
The only drawback right now, is it leaves orders in the DB as 'Paypal Processing' for those that did not complete the transaction, but were sent to paypal before changing their mind. These records currently have to be cleaned up.
I use there records to email these 'potential' customers, and respectfully ask them why they changed their mind.
NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.
If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
#20
Posted 18 September 2002 - 06:12 PM









