webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [Minimum Age for WooCommerce] Exclude age from order mailG’day niikk,
Good idea. I’ve just added a couple of new settings to the plugin. You can now enable / disable adding the age to customer and admin emails.
You can install the current dev version to get these new settings. Update your current version with this zip file:
https://www.dropbox.com/s/ofxboh4xs5rhqqz/minimum-age-woocommerce-1.0.14-dev.zip?dl=1
I’ll release this properly when I get a chance, maybe next week.
cheers,
RossForum: Plugins
In reply to: [Minimum Age for WooCommerce] ArrowsAwesome, glad to hear it worked out OK.
cheers,
RossForum: Plugins
In reply to: [Minimum Age for WooCommerce] ArrowsG’day Kars,
That’s an issue with your theme. It’s styling all inputs to have
padding: 0.9em 1.5emand this is pushing the arrows towards the centre of the input.Make the 1.5em smaller, at least for
input[type="number"]which is those number inputs. It’s actually affecting all number inputs across the site, e.g. when you add to cart as well.cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Ability to process eWAY partial refundsG’day Stew,
Sorry, no it doesn’t.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] International Credit Card to Mali bank account ?G’day connexionprivee,
I don’t believe so. On their website they list Australia, New Zealand, Hong Kong, Macau, Singapore.
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] Gravity Forms eWAY GatewayG’day gchitsunge,
401 means that your API key / password pair is incorrect. You need to use the correct API key / password for the live gateway, and if you are trying to use the sandbox, you need to have a separate API key / password for your sandbox account.
https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password
https://go.eway.io/s/article/How-do-I-set-up-my-Sandbox-API-Key-and-passwordcheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Payment Status is not ‘Completed’G’day gafferCanberra,
WooCommerce is doing that. If it detects that any of your products require processing (e.g. packing and shipping), it marks the transaction as Processing. Otherwise (e.g. for digital downloads or other virtual products) it marks the transaction as Completed.
If your products don’t require shipping or other handling, you can mark them as Virtual and Downloadable in the WooCommerce admin and then your orders will auto-complete. If you want to force the issue, without editing your products, you can use a filter hook:
add_filter('woocommerce_order_item_needs_processing', '__return_false');Alternatively, you can hook
woocommerce_payment_complete_order_statusand change any ‘processing’ to ‘completed’.cheers,
RossForum: Plugins
In reply to: [Minimum Age for WooCommerce] Translate birthdayG’day Serge,
Thanks for the bug report. Fixed in v1.0.13.
cheers,
RossForum: Plugins
In reply to: [Delete Expired Transients] Adding More Rows per View (WordPress MS)G’day Alex,
Sorry I missed this one first time around, sometimes the notification emails don’t come.
I’ve added this feature request to my bug tracker so that it makes it into the next release.
cheers,
RossI have also seen this on one site.
Forum: Plugins
In reply to: [Flexible Map] Maps were working beautifully now not showing upG’day Seth, glad to hear you resolved it. What was the problem?
cheers,
RossForum: Plugins
In reply to: [Disable Emails] Cannot install on older WordPressYes, the latest version will only work on WP 5.5 or later. PHPMailer has been updated, and using it the old way without namespace triggers deprecated warnings.
If you need to run this plugin on an older version of WordPress, please install version 1.6.3 which you can download from the Advanced page for the plugin.
cheers,
RossForum: Plugins
In reply to: [GF Windcave Free] Form not redirectingG’day rocklandshostel,
The plugin won’t process a form entry if there is nothing to charge. Have you created a Payment Express feed for the form, and is there a Product field that can give the form a total amount to charge?
https://gf-windcave.webaware.net.au/pro/create-a-form/
https://gf-windcave.webaware.net.au/pro/create-a-feed/NB: those pages are about the Pro version, but the same holds for the Free version.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] SSL Insecure Content Fixer can’t access the siteIf the plugin is no longer there, it cannot be the cause of the problem. Please contact your website host for assistance. They should be able to determine the cause from the website error logs.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] SSL Insecure Content Fixer can’t access the siteI recommend that you delete the plugin using FTP or your control panel (cPanel, Plesk) and then check your website error logs for the reason.
If you’re unsure about how to do this, please contact your website host.
cheers,
Ross