Both the PayPal and Amazon modules have the same problem so I am guessing it is a TB bug not a problem with the module. Orders using both those payment methods go through with no problems, however if a new customer tries to log in the flow is fine until the last step where they are added to the database. Debug did not return an error for Amazon, but the PayPal error is:
Warning: Invalid argument supplied for foreach() in xxxxxx/Store/classes/Customer.php on line 686
[PrestaShopException]
Property PayPalModule\PayPalLoginUser->id_customer is empty
at line 974 in file classes/ObjectModel.php
In the Amazon module test order I requested an account be added at checkout. The order processed as a guest order and no account was added. The order confirmation page with the statement saying an account would be added loaded and then a box popped up saying there was an error and to try again or contact us.
I checked an my database is not corrupt and the file permissions appear to be correct.
Question
jnsgioia
Both the PayPal and Amazon modules have the same problem so I am guessing it is a TB bug not a problem with the module. Orders using both those payment methods go through with no problems, however if a new customer tries to log in the flow is fine until the last step where they are added to the database. Debug did not return an error for Amazon, but the PayPal error is: Warning: Invalid argument supplied for foreach() in xxxxxx/Store/classes/Customer.php on line 686 [PrestaShopException]
Property PayPalModule\PayPalLoginUser->id_customer is empty at line 974 in file classes/ObjectModel.php
In the Amazon module test order I requested an account be added at checkout. The order processed as a guest order and no account was added. The order confirmation page with the statement saying an account would be added loaded and then a box popped up saying there was an error and to try again or contact us.
I checked an my database is not corrupt and the file permissions appear to be correct.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now