AbanteCart Community
Shopping Cart Operations => Support => Extension Support => Topic started by: roxor on December 01, 2013, 03:34:15 PM
-
Right i figured after my previous thread is apparently dead, and this is still an issue i had to make a new one.
Right so i put something in my cart, i log into my shop account, pay with PayPal (Using the plugin PayPal Standard).
After that i get taken to the 'Purchase complete page' with the option to go to my account and see my order.
However there is no order there. It says no previous orders. This is the same with real money and in sandbox.
I dont get the email from the webshop saying the purchase details either (The invoice). All i get is the payment notification from PayPal.
How do i fix this issue?
-
What is AbanteCart version do you have? Do you see order in the admin?
What order status do you set in PayPal Extension?
-
Abantecart version 1.1.7
Order status processing.
PayPal_Standard v. 1.0.1
No order in the admin panel. I tried with adding funds to an AbanteCart shop account just to see if the invoice and order system works and it does. Its just with paypal it doesnt.
-
Could someone please help because i been waiting for weeks to get this issue fixed
-
did you see transactions in history on paypal merchant account side?
-
did you see transactions in history on paypal merchant account side?
I see the payment on paypal, and i get the email from paypal with all the details in etc. but nothing on the store itself
-
every time when customer was redirected to paypal side we send to paypal parameter 'notify_url' ( $this->html->getURL('extension/default_pp_standart/callback'); ) and waiting for request from paypal to change order state.
If your orders does not changed i see only 2 causes:
1. your notify_url is inaccessble for Paypal.
2. you forgot to for your Paypal account (http://www.paypalobjects.com/en_US/ebook/PP_OrderManagement_IntegrationGuide/ipn.html#1071087[/url)
-
every time when customer was redirected to paypal side we send to paypal parameter 'notify_url' ( $this->html->getURL('extension/default_pp_standart/callback'); ) and waiting for request from paypal to change order state.
If your orders does not changed i see only 2 causes:
1. your notify_url is inaccessble for Paypal.
2. you forgot to for your Paypal account
(http://www.paypalobjects.com/en_US/ebook/PP_OrderManagement_IntegrationGuide/ipn.html#1071087[/url)
ACTUALLY i just thought of something. The entire shop directory is password protected so nobody can get early access. Is this what is blocking paypal accessing it? It must be, i will try to remove it
-
OKAY i am a massive idiot how i did not see this ages ago. Im so sorry for wasting your time with this issue when i should have been smart enough to realise the was accessing issues from paypal -.- Thanks for attempting to help anyways :)