angelleye
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal IPN for WordPress] Updating WordPress table with hook not working..Thanks for that awesome feedback! If you have a moment to leave it in the reviews section that would be great. 🙂
@angelleyesupport Yes, we need to make sure we check the formatting to see if we can reproduce the problem.
As he mentioned, we updated everything to use
wc_pricerecently, but he’s pointing out some places we missed it, which could be causing the problem.Make sure we get that info in our ticket please.
@mikeyhash We don’t have any other reports of bugs, so I’ll need you to be more clear about “so many bugs and inconveniences” please.
As for the issue you did mention, I am not able to reproduce any problem with the minimum order price. For example, on my test site I setup a rule to have a minimum offer of 50% of the price of the product. When I try to submit an offer for something that, I get an error like this: https://snag.gy/nQJ2X8.jpg
Looking at that again now we could improve the verbiage on that message, but the functionality did work as expected. I’ll need you to please provide more detail about exactly what sort of rule you’re setting up so I can try to reproduce it.
@frizzo Do you have logging enabled in the plugin settings? Can you provide a copy of that log file? If it has sensitive data in it please make sure to mask that. You could also submit a private ticket to us here: http://www.angelleye.com/support
Are you working with tokenized payments at all? Woo Subscriptions or something similar?
It’s a little odd that you’re running both PayFlow and Stripe together. Both are direct credit card processing options, so you must have two separate credit card forms on your checkout page that people can choose from..?? Seems like that could be confusing.
Anyway, if we can get a look at the log we can dig deeper.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Invalid credit card type.@pjparks83 @tlawson123 We will be releasing an update this week that will resolve this. Thanks for the feedback!
We added Smart Buttons to the Woo checkout page, and this requires them to be at the bottom, which is why it forces that.
We’ve had similar feedback about this already, though, so we’re going to add an additional option in another update coming soon. This will allow you to leave smart buttons enabled everywhere except for the regular list of gateways on the Woo checkout page, so it will go back to normal behavior in that case.
We’ll have this update released by the end of the month (probably much sooner.)
Forum: Plugins
In reply to: [PayPal for WooCommerce] Suddenly stopped workingWe are going to need more info than that please. I don’t even see our plugin enabled on this site right now..??
Forum: Plugins
In reply to: [PayPal IPN for WordPress] Not receiving ipn anymoreGlad you got it worked out!
If you have a moment to leave a review for the plugin it would be greatly appreciated. Thanks!
Forum: Plugins
In reply to: [PayPal IPN for WordPress] Basic hook content to show responseYes, if you are using notify_url in the button you would need to change that to the URL our plugin provides. Alternatively, you could remove that parameter from the button altogether and it would then fall back to the URL you have set in the PayPal account profile.
Forum: Plugins
In reply to: [PayPal IPN for WordPress] Basic hook content to show responseThese hooks won’t be firing within a browser, so echoing to the screen isn’t going to help. Instead, you should send yourself a basic email. For example, this would send you an email with a dump of the data for every IPN that hits the system.
function paypal_ipn_for_wordpress_ipn_response_handler($posted) { $to = 'my@email.com'; $subject = 'Email from PayPal IPN'; $message = 'The IPN was hit'; $message .= "\n" . print_r($posted,true); wp_mail( $to, $subject, $message ); } add_action('paypal_ipn_for_wordpress_ipn_response_handler', 'paypal_ipn_for_wordpress_ipn_response_handler', 10, 1);Forum: Plugins
In reply to: [PayPal for WooCommerce] Invalid credit card type.@tlawson123 The message about Express Checkout Billing Agreements is unrelated to what you’re reporting here.
@angelleyesupport did get this created in our backlog, so we’ll be reviewing this to see if we can reproduce the problem and make any necessary adjustments.
Forum: Plugins
In reply to: [Gravity Forms Braintree Payments] Gravity Forms Community@thirstyjon I did submit it to them, but they haven’t added it or removed this old one yet. Hopefully they’ll at least get this one added soon.
Forum: Reviews
In reply to: [PayPal for Divi] DOSEN’T WORKReally? 1 start review, no tickets with us even though you say no support, and now you won’t reply?
I would love to resolve whatever issue you were having and get you to adjust this rating. Please let me know how we can help make that happen.
Forum: Plugins
In reply to: [PayPal for Divi] Paypal GoneActually, you would need Signature, not Certificate. Is that what you meant? You should have filled a username, password, and signature back into the plugin settings.
Since you’re using the button manager, you would configure your account and create all of your buttons there. Then you’ll be able to drop those buttons into the PayPal module within Divi.
Please take another look at that and let me know exactly where you’re getting stuck.
Forum: Plugins
In reply to: [Gravity Forms Braintree Payments] Difficulty Getting Plugin To WorkHi, sorry for the delay replying. I forgot to subscribe to the support thread after publishing this plugin, so I didn’t see the notices about your message.
Glad it sounds like you got it working. Maybe there was a conflict between the old and new settings. Please do let us if things appear to be good now, or if any other problems come up. Thanks!