webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [Flexible Map] Map Not DisplayingG’day sitesupport100,
From the FAQ:
I have CloudFlare Rocketscript turned on and the map doesn’t work
Either turn off CloudFlare Rocketscript 🙂 or install the Flxmap No Rocketscript plugin by loading that file into your website’s wp-content/plugins folder and activating through the plugins admin page. Use the plugin if you still want Rocketscript to manage all of your other scripts but leave the Flexible Map scripts alone.
cheers,
RossFound it, you need to allow the credit card fields to be empty in your theme’s script. Search for “fields validation”
https://ipswichskips.com.au/wp-content/themes/ipswitch/assets/js/scripts.js
cheers,
RossG’day etazo,
It looks like some other script on the page is enforcing a field value there.
With eWAY, the field values for the card number and security code are encrypted and added as hidden fields, then the original fields are wiped clean. It’s all sorted out at the server side, and the encrypted values are sent to eWAY. The server never gets to see the real card number nor security code.
Do you have a custom script that you’ve added for field validation? It’s likely something like that.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] NoApiKey warningG’day Morgan,
It looks like something on your website is removing query parameters from script URLs. That Google Maps API link you show above should have a version number and your API key, but it’s been stripped. It’s odd, some URLs have query parameters, but important ones like Google API scripts don’t.
Check for “security” plugins trying to “make you safe” by stripping useful information from script URLs.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Missing API KeyG’day Morgan,
Please open your own thread, and provide a link to your website. Hard to diagnose a problem I can’t see.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Missing API KeyG’day Dan,
There’s something else on your website that is registering the Google Maps API script. You need to specify the API key for that plugin or your theme, and it will fix it.
If you can’t find it, you can try to remove this conflict by installing this little plugin:
https://gist.github.com/webaware/3806a2dfdf2abcb61f64
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Saved cards in ewayNo, just simple one-off transactions. The WooCommerce website has an add-on for eWAY that does support saved cards though:
https://woocommerce.com/products/eway/
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] Using the SandboxFor the Credit Card field, pick any expiry date in the future (including this month, expiry is assumed to be end of month, so e.g. month 03 and year 2018). Use any name you like for the card holder name (e.g. Test). Any 3 digit number for security code (e.g. 123). It doesn’t matter in the sandbox, as long as the card number meets the validation and the expiry date is in the future. eWAY isn’t sending those card details to be validated by a bank, when you submit to the sandbox.
Speaking of mandatory fields and validation, I think you’ll have some trouble with your form because it has made pretty much every field mandatory. Some people don’t have mobile phones, for example, so making those fields means they can’t fill out the form.
cheers,
Ross- This reply was modified 8 years, 3 months ago by webaware.
Forum: Plugins
In reply to: [Gravity Forms Eway] Using the SandboxI just submitted an application for little Test Only, successfully. What error are you seeing? I can’t help much if you don’t tell me what the error is.
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] Using the SandboxG’day Nigel,
The error says that you’re trying to transact with an invalid currency for your account: “V6018: Unknown Payment CurrencyCode”. You’re likely using the Australian sandbox not the New Zealand sandbox. Open a New Zealand sandbox account and it will accept NZD.
https://go.eway.io/s/article/What-is-the-Sandbox-and-how-do-I-get-it
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] eWay not converting currency to base currencyG’day Abdul,
I just installed that plugin in a test site and tried it with AUD and NZD. When currency was set to NZD, my plugin attempted to bill in NZD correctly.
The transaction wasn’t successful because I don’t have a multi-currency eWAY account (you can’t get a multi-currency sandbox), but it certainly sent the transaction in NZD not AUD.
Are you sure you’re using this plugin, and not the one from WooCommerce? I looked at its code just now and it seems to be using the currency from settings, not from the order, which would get you the behaviour you’re seeing.
https://woocommerce.com/products/eway/
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] PCREG’day macpheek,
It sounds like your site is running on an old server that no longer receives updates, e.g. CentOS 6 stopped receiving full updates in May 2017. You should check with your host to see what plan they have for upgrading that server, or move to another host.
In the meantime, here’s a version of the plugin that allows you to stop that notice if the server has at least PCRE v7.2, which I think should still work. I reckon v7.8 will work OK, but I’m not testing with it so can’t guarantee it.
https://www.dropbox.com/s/ofa34m9s1dh2jyd/ssl-insecure-content-fixer-2.5.1-dev.zip?dl=1
To stop the notice on your server, add this line to a plugin or your theme’s functions.php file:
add_filter('ssl_insecure_content_pcre_version_permissive', '__return_true');cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Not working nowG’day Ravi,
You should be able to delete the plugin after deactivating it in the WordPress plugins admin. The settings will not be removed though.
You can add a new key and password in the settings. You need to set both key and password, and also the Client Side Encryption key — this may have changed too, so make sure you set all three.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Toggle fullscreen view / re-center KMLG’day kato68,
I’ve just released v1.13.0 which updates the Google Maps API to v3.30, so you should now get the full-screen view button on your maps.
For your second question, if you’re handy with JavaScript you can ask the map to redraw when a visitor clicks on a button on your page. See “How can I get access to the map object” in the FAQ:
https://ww.wp.xz.cn/plugins/wp-flexible-map/#faq
You can call the
redraw()method on the flxmap object to redraw the map.cheers,
RossForum: Plugins
In reply to: [GF Windcave Free] Adding merchant number and transaction ID to formG’day Will,
You can do that in much the same way as with my eWAY add-on. Here’s a run through:
https://snippets.webaware.com.au/howto/payment-receipts-with-gravity-forms-and-eway/
cheers,
Ross