VladDrakul Posted March 12, 2006 Posted March 12, 2006 I'm getting this problem, my clients are making order using paypal payment but the orders aren't registered on the shop. However the payment is made! I had to change line 41 of aplication_top.php to: $request_type = (getenv('SERVER_PORT') == '443') ? 'SSL' : 'NONSSL'; because when I login on the admin it said my site is currently under an unknown ssl connection (which I don't have) and the shop wasn't working. So changing line 41 to the above code solved that but I believe that now gives problems to paypal payments. Any help?
ozcsys Posted March 12, 2006 Posted March 12, 2006 I'm getting this problem, my clients are making order using paypal payment but the orders aren't registered on the shop. However the payment is made! I had to change line 41 of aplication_top.php to: $request_type = (getenv('SERVER_PORT') == '443') ? 'SSL' : 'NONSSL'; because when I login on the admin it said my site is currently under an unknown ssl connection (which I don't have) and the shop wasn't working. So changing line 41 to the above code solved that but I believe that now gives problems to paypal payments. Any help? Are you using the default paypal module? If so I would install the ipn contribution. The cause of the problem is the customers not clicking on continue after making payment so they do not come back to the checkout_process.php page and the order never gets completed. You can set an autoreturn in your paypal options as long as you only receive paypal payments for the one store but the ipn is a better solution. It will record the order as the customer leaves the shop even if they do not come back properly. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.