Forum Replies Created
-
AuthorPosts
-
and how is that a “vague place” anyway? it is specifically written for the wppizza paypal plugin
Have you setup the IPN notifications ?
https://support.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://support.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
furthermore -as a more direct answer to the question
a) there’s no provision for that because
b) in 99% of cases (exceptions prove the rule and all that and might work for some prices) it will not be what’s required anyway
assuming you have prices like 9.95, 7.95 and 5.95 if one were to blanket apply 10% you’d end up with 8.96, 7.16, 5.36
I dont think anyone will want these kind of odd prices so you’d have to do most of them manually anywaydoesnt it make more – or at least just as much – sense to simply apply a discount of 10% if pickup across the board ??
>Any update yet about the issue?
no, becuase epay.dk have not replied to my re-activation of my test account nor have they setup a new test account i applied for (yet, on both counts)re class: correct
have you tried a simple
file_put_contents('path/to/some/file.log', print_r($details_completed, true));right after
function my_order_app($order_id, $details_completed) {and had a look at that file
-
AuthorPosts