webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] admin-ajax.php problemG’day Stefan,
Did you resolve this? Did it happen with a plain login, or when you tried logging in specifically on this plugin’s setting page URL?
cheers,
RossG’day Shannon,
It sounds like a problem with the cache. I run the plugin on multisites without problem, cached by WP Super Cache. I have heard of problems with W3 Total Cache and https, because of some configuration problem in that plugin; if you run that plugin, check your config for https.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Capture Setting problem on 2 of 5 websitesG’day @thebateser,
You’ll find the start of the code here:
The Capture modes start page buffering on the
initaction, and run the content changes at the end of the page when buffering ends, as show here:Content fixing is a bunch of regular expression search/replacements. They’re the same for Content, Widget, Capture so that should not be your problem — but you can see them here:
I tested Leaflet MapsMarker and did not strike a problem. I suggest that you look at other plugin differences, especially anything that buffers the whole page (like cache plugins, plugins that redirect pages based on content/forms, etc.)
cheers,
RossG’day @halfacre,
That’s because your website isn’t set to run only from HTTPS:
http://www.acceleratingyoungminds.com/shop/
Verify that your site works on HTTPS on all pages, then change your WordPress URL and Site URL to both use HTTPS:
Settings > General
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Deactivating the plug-in crushes the entire siteG’day,
It sounds like you have needed to set HTTPS Detection to something other than the default (standard WordPress function). That means you need to have some means of telling WordPress when you’re loading the site from HTTPS.
https://ssl.webaware.net.au/https-detection/
If you’re a little handy with PHP, you can make the fix permanent so that you can deactivate the plugin, as described here:
https://ssl.webaware.net.au/https-detection/permanent/
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Hi, how to activate back website?G’day @ilyakarpov84,
Please add this snippet to your wp-config.php file, above the lines defining ABSPATH:
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on'; }Cloudflare now sends the X-Forward-Proto header, so you can use that setting. The snippet above implements that setting in your wp-config.php file, so you won’t need to set it in the plugin settings.
cheers,
RossG’day Dave,
If you prefer to use the custom credit card fields, not the WooCommerce standard fields, please load this version of the plugin:
https://www.dropbox.com/s/t96jeevrb50of2b/eway-payment-gateway-4.0.2-dev.zip?dl=1
Thanks again for helping me find the bug!
cheers,
RossG’day Dave,
Arg! Thanks for helping me find a bug.
Please tick the option “use WooCommerce standard credit card fields” in the eWAY settings
WooCommerce > Settings > Checkout > eWAY
Client Side Encryption scripts are not loading for the old custom credit card fields. I’ll get that fixed, but in the meantime, please use the standard WooCommerce credit card fields (they’re better anyway!)
cheers,
RossG’day @morgo75,
That error exactly means that:
- you’ve entered your Rapid API key/password and the Rapid API is being used
- your eWAY account requires Client Side Encryption
- the transaction is being sent without Client Side Encryption
You said you have entered your client side encryption key, so something else is messing things up. I looked at the WooCommerce checkout page and the usual stuff for client side encryption just isn’t there, so either you’ve removed the API key/password to get things working again, or something is stopping the scripts for client side encryption from being added to the page.
Are you able to try changing the theme to twentysixteen or something similarly vanilla? That will help test whether it’s your theme doing something weird.
Another possibility is that Cloudflare’s Rocketscript is messing things up. That thing can do weird things with JavaScript. I don’t think that’s the problem because my eWAY client side encryption scripts aren’t even showing up in the page source, but it’s still a possibility. If the theme switch doesn’t fix things, try turning off Rocketscript and see if that helps. And let me know!
cheers,
RossForum: Plugins
In reply to: [WooCommerce] Spreadsheet-style Order Form?There’s a few options in that space. Try some of the options on these searches:
http://duckduckgo.com/?q=order+form+woocommerce+!g
http://duckduckgo.com/?q=woocommerce+one+page+checkout+!gForum: Plugins
In reply to: [Eway Payment Gateway] Customer enters payment amount possible?G’day @rmt3030,
There’s a number of options available for eWAY payments customer-entered amounts.
Using WooCommerce, you can add a plugin for a Donation product type. There’s a bunch, including a couple of free ones:
http://duckduckgo.com/?q=woocommerce+donations+plugin+!g
If you want to accept customer-entered payments without a cart, I’d recommend looking at Gravity Forms. There’s a free and a pro eWAY integration:
https://en-au.wordpress.org/plugins/gravityforms-eway/
https://gfeway.webaware.net.au/For an even simpler solution, you can use a Pay Now Button. This is very simple, and not for everyone, but it might suit you:
https://pay-now-button.webaware.net.au/faq/can-customers-change-the-amount/
https://play.webaware.net.au/pay-now-button-for-eway/cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] V6111 and V6010 error@joemillie I managed to get my hands on a couple of versions of your theme (Flatsome) and you need to update your theme!
You’re currently running Flatsome 2.0.5, which is a few years old. Your shop uses WooCommerce 2.6.14, but Flatsome doesn’t fully support that until version 2.9 (released May 2016).
I’ve tested eWAY payments with Flatsome 3.2.2, and it works fine. I recommend that you update your theme, not just to fix eWAY payments, but also to fix a bunch of bugs including security problems.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] V6111 and V6010 errorG’day joemillie,
That page actually links to your Gravity Forms page, which is working OK… almost stopped there, but saw the link to the Online Store 🙂
So, it looks like your theme is breaking something in the checkout so that Client Side Encryption isn’t running. I can see the CSE config in there, it’s just not running when the customer clicks on Place Order.
Are you able to send me a .zip of the theme so that I can test with it? I have an idea about what might be causing the problem, but need to test against a copy of the theme. You can send to this email address: support(at)webaware.com.au
In the meantime, you can get your online shop working again by removing the Rapid API password from your WooCommerce eWAY settings, and it will use the legacy API with your customer ID (so make sure your customer ID is set!)
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Unauthorised API Access, Account Not PCI CertifiedG’day joemillie,
Please start a new topic (per forum guidelines) and make sure that you provide a link to your website. It could be a JavaScript problem on the page, or some other problem; I need to see the checkout to diagnose the problem.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] eway NZVersion 4.0 released, with Rapid API support and open to all eWAY-supported currencies.