Forum Replies Created
- AuthorPosts
- This reply has been marked as private.
for wppizza v3, the gateway logging has been made global and moved to
/wp-admin/edit.php?post_type=wppizza&page=settings
to log all these files in the same place, wppizza/logsso first question is:
are there any paypal related logs in that directory (wp-content/plugins/wppizza/logs/)?
did you receive any notices/emails to your admin email regarding paypal errors of some sort ?that said, if you dont receive any IPN notifications in the first place , there’s nothing to log as it never reaches the server.
can you show a screenshot of the ipn order history of your paypal account ?
do those notifications say “sent” or do they say something else ?This reply has been marked as private.and how is that a “vague place” anyway? it is specifically written for the wppizza paypal plugin
Have you setup the IPN notifications ?
https://www.wp-pizza.com/paypal-gateway-extension/what are you talking about ?
do you want me to copy and paste what it says in the troubleshooting section ?
i cannot possibly do any of this for you as i have no access to your server nor to your paypal account
once you give me some sort of information as asked there , i might be able to help furthersecondly, you have not even provided the most basic info like a link to your site
do you want me to guess what version(s) you are running or plugins you are using ?furthermore, from what i can see i replied to absolutely all emails (not only yesterday , but going back months and years)
checked your spam folder ? what email did you send it to ? what’s the subject line so i can search for it , in the unlikely case i overlooked thisi cannot see any topics that are in the moderation queue either
if it worked for one year, what changed ?
in any case, that link i sent you has a troubleshooting sectionyou have either not setup IPN or IPN is not working
https://www.wp-pizza.com/paypal-gateway-extension/This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.PS: for the future, please wrap code in code tags here
thanksThis reply has been marked as private.that’s got nothing to do with anything
again, what do you get when you add
file_put_contents(‘path/to/some/file.log’, print_r($details_completed, true));
directly at the top of your function you are calling with the on_order_Execute hooki.e
add_action( 'wppizza_on_order_execute', 'my_order_app', 10, 3); function my_order_app($order_id, $details_completed, $tid) { file_put_contents('path/to/some/file.log', print_r($details_completed, true)); }
post the whole data that you receive in this file
- AuthorPosts