webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [Log Emails] Please add instructions on where to access the logsG’day flimm,
Thanks for your feedback. I will add links in the Plugins page for the next release of this plugin. That won’t be this month, but hopefully by end of year.
cheers,
RossForum: Plugins
In reply to: [Minimum Age for WooCommerce] Change location in checkoutJust answered your email, please check.
Forum: Plugins
In reply to: [Disable Emails] Install on Live?G’day Phil,
Interesting use case. I’ll consider this. A little complicated with multisite however, where the expectation is the MU plugin stops everything.
Are you able to have a constant defined on the live site that isn’t copied to staging sites? e.g. do you set
WP_ENVIRONMENT_TYPEdifferently on live and staging sites?cheers,
RossForum: Plugins
In reply to: [Minimum Age for WooCommerce] Change location in checkoutG’day devan,
It works on a standard theme, so it’s possible that it’s something to do with how your theme integrates with WooCommerce. I can take a quick look at it with you, if you contact me on my support form (no cost for a quick look! likely either a recommendation, or a no-can-do!).
NB: I’m off to have dinner now, so will respond again no sooner than tomorrow.
cheers,
RossForum: Plugins
In reply to: [Minimum Age for WooCommerce] Change location in checkoutG’day devan,
I just tested using the filter hook, woocommerce_checkout_order_review, and it still works. Please check your code.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Alternative to google mapsI don’t, but there are several here on ww.wp.xz.cn:
https://ww.wp.xz.cn/search/opensteetmap/
cheers,
RossForum: Plugins
In reply to: [Flexible Map] “FlexibleMap is not defined”G’day chinwag,
You have something on your website (a “performance” plugin?) that is adding the following attribute to all script loads:
async='async'That’s breaking lots of scripts, including the Flexible Map plugin script. Turn it off, it should not be used like salt and pepper. It needs careful application, like habanero chili.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] 3D Secure 2.0It’s on the list, and I have revamped the codebase in preparation for it, but not built that bit yet. Busy year, lots of higher priority interruptions. It’ll happen, but I can’t put a date on it.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] 401 ErrorG’day Carl,
A 401 error means no permission when connecting to the Eway gateway. Please check your API key and password.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Filter for payment method type?Excellent!
Forum: Plugins
In reply to: [Eway Payment Gateway] Hook for failed paymentG’day clayray,
The normal function of WooCommerce checkout is to retry on the same page using Ajax to reload the form.
I could implement something that limits attempts per order, but that would be easily overcome by making another order. Your best bet here is to install an anti-fraud plugin for WooCommerce with a low threshold for failed attempts. Here’s a free one:
https://ww.wp.xz.cn/plugins/woo-manage-fraud-orders/
By default, it will block the fraudster by IP address after 5 failed attempts. You can change the threshold through its settings.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Filter for payment method type?Sorry for the delay, hectic at this end. I’ve fixed that bug so please download the dev version again and replace on your site:
https://www.dropbox.com/s/ghdjeyaouf8ibn1/eway-payment-gateway-5.0.0-dev.zip?dl=1
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Amex CardsG’day 7design,
There’s nothing in the plugin that is specific to any card processor. The only limitations are with your Eway account.
cheers,
RossForum: Plugins
In reply to: [Log Emails] Log limit not workG’day ikiterder,
Something’s gone wrong with the task to perform the deletion. Can you please deactivate / reactivate the plugin? It should clear the backlog eventually.
cheers,
RossForum: Plugins
In reply to: [Easy Digital Downloads Free Link] How to custom design download buttonG’day arwanapratama,
This plugin doesn’t load any CSS itself, it relies on Easy Digital Downloads and your theme for any styling. You can use the class names on the links to style them — they include the following classes:
- button
- edd_free_link
- edd-submit
Usually, a theme will already have styling for links with the class “button” but perhaps your theme doesn’t. Check with your theme author for adding some custom styling.
cheers,
Ross