webaware
Forum Replies Created
-
G’day robadeedoo123,
I’ve looked at all the things I can look at, and the only thing I can suggest is that you investigate the JavaScript errors that are happening on your checkout page. They look to be coming from the Afterpay integration. It could be messing with the encryption script from Eway in some way. If you can stop the errors, it might stop messing up the encryption.
cheers,
RossForum: Plugins
In reply to: [Log Emails] Sorry, you are not allowed to access this pageVery strange. Sorry for your troubles, I can’t imagine what caused them. Good luck with another plugin.
cheers,
RossForum: Plugins
In reply to: [Log Emails] Sorry, you are not allowed to access this pageG’day ttremain,
That’s very strange! Are you able to check your WordPress error log to see if anything is logged? See here for how to enable the debug.log
Also, what language / locale do you have selected for your WordPress admin?
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Filter for payment method type?G’day Increaseo,
Here’s a dev release with the new filter. You’d use it something like this (return true for Capture, false for Authorise):
/** * maybe alter Eway transaction method for WooCommerce order * @param bool $capture * @param WC_Order $order * @return bool */ add_filter('woocommerce_eway_method_capture', function($capture, $order) { // inspect order here... return false; }, 10, 2);https://www.dropbox.com/s/ghdjeyaouf8ibn1/eway-payment-gateway-5.0.0-dev.zip?dl=1
Forum: Plugins
In reply to: [Eway Payment Gateway] Filter for payment method type?G’day Increaseo,
Should be easy enough, I’ll cut a development release with this sometime this weekend.
cheers,
RossForum: Plugins
In reply to: [Disable Emails] Disable EmailsPlease update to version 1.8.1, just released. Thanks again for the bug report!
cheers,
RossForum: Plugins
In reply to: [Disable Emails] Disable EmailsG’day nonuniverse,
Thanks for the report. It looks like it’s failing on an invalid email address, so I’ll add that to my testing and get a fix out. Can you tell me what the invalid email address might have been, or what it resembles if it’s private info?
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Account not PCI Certified..G’day robadeedoo123,
It’s JavaScript alright. Something on your website front end is breaking things and Eway encryption of the card details isn’t running. Have you changed any settings like minification recently? (e.g. an optimising plugin, Cloudflare Rocketscript, etc. — usual culprits).
Ultimately if you can’t track down what’s breaking your website, you’d be better off with the “official” Eway payment plugin for WooCommerce:
https://ww.wp.xz.cn/plugins/woocommerce-gateway-eway/
cheers,
RossForum: Plugins
In reply to: [GF Windcave Free] Authorisation ChargeG’day Gary,
How is the $1 fee added to the final charge? e.g. is there some custom code that increases the form total?
When I tried the new form just now, it send a $1 transaction to Windcave, not the $126 transaction I was expecting. How have you set up the feed for Windcave?
If you like, start a support ticket via my support form — I can then ask you for exports of your forms and have a look at what’s really in them.
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] Error posting Eway request: 401, UnauthorizedNo worries! If you want to do any testing in the Sandbox, you’ll need to sign up for a Sandbox account.
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] Error posting Eway request: 401, UnauthorizedG’day juice4u,
Make sure that you change “Use Sandbox (testing environment)” to No when using live payments. Trying to use the live API key / password will fail on the sandbox.
Did you also copy across the Client Side Encryption certificate? If not, you’ll get a different error once you’ve fixed the 401 error.
cheers,
RossForum: Plugins
In reply to: [Disable Emails] The receivers are not added to the phpMailer instanceNo worries, and thanks for helping make the plugin better!
cheers,
RossForum: Plugins
In reply to: [Disable Emails] French translationG’day Cyrille,
Thank you very much, I really appreciate your effort and I imagine there are many French-speaking developers who also will!
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Plugin Conflict with AfterpayG’day @robadeedoo123,
Please contact Afterpay support again and tell them you are the merchant related to their support ticket reference 14511869. They need a relevant merchant in order to set up a sandbox account.
Alternatively, if you can set up a staging website with both the Afterpay and Eway extensions running in sandbox mode, I can examine that. It very much sounds like the problems are all browser-side with a JavaScript problem, so I should be able to diagnose from a staging website.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Plugin Conflict with AfterpaySeems to be a two-meat sandwich currently, awaiting a sandbox account with Afterpay.
cheers,
Ross