-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After sucessful Payment , order status wont change and no emails are beeing send #18
Comments
Hi there. THANKS A LOT FOR ANY HELP! TypoScript Setup: plugin.tx_cartpaypal { cartPayPal = PAGE
} plugin.tx_cartpaypal {
} |
This works! Emails will be send after successful PayPal payment to the buyer and the seller. TypoScript Setup: plugin.tx_cart.settings { |
Thanks @g-w-h-s , |
Same problem here (since an update of the core?). Log says: I've tried to debug $this->cart on which $this->cart->setWasOrdered(true); is called, but can't get an output. |
tested it with ddev and TYPO3 10.4.20, cart 7.5, cart_paypal 5.0 I set up a Paypal sandbox account and the workflow worked. After the paypal payment was successful I could go back to the merchant website and got the message that the order was successful. Info in my sandbox account shows that the order was paid. However, in the cart modul the order has still the status No emails were sent using the Paypal payment method. (The e-mail notification via the default payment method "Vorkasse" works.) |
The redirect to the merchant website had to be triggered manually. There was no automatic redirect. |
successAction not fired? Typo3 11.4 Hi,
Any suggestion what I can do? ..... Got the problem: I have installed 'cart-paypal.zip' and not (what is correct): 'cart_paypal.zip'!!! |
Got the same problem as @medarob - Any news on this? Here also Payment via Paypal do not trigger email notification as well as the payment status is still open. Also got 404 error after redirect from paypal because of chash comparsion failed but fixed that by disabling 404 on chash error. Any news on this? |
You should try removing htaccess password restrictions for the Paypal IPN to send the notification. |
Hi i am using Typo3 9.5.13 , i configured the cart extension as shown in the tutorial on youtube. After this I configured the payment to be from this paypal extension. The money is beeing transfered in the sandbox accounts , the email adresses are set . But wen i go back to the merchant from the sucessful PayPal payment . No emails are beeing send and the order payment status didnt get updated, neither do i get emails send to the buyer or seller. The configurations for sending emails are set correct , i could get emails with the standard payment method.
Am I missing a configuration ? Or might this be a common problem.
The text was updated successfully, but these errors were encountered: