albertaforcefreealliance
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Payment gateway greyed out and coupons not applyingThe problem was with the host (SiteGround). There is a redirect rule on the web server redirecting any url with a ?. It has been commented out in htaccess and the issue is resolved for now. I’ll be contacting SiteGround for them to take a look at the rule as obviously it wasn’t functioning as planned.
Forum: Plugins
In reply to: [WooCommerce] Payment gateway greyed out and coupons not applyingRe: Storefront – Is deactivating our current theme going to eliminate all of the work we’ve put into it? We’ve put a lot of time into setting it up so far.
Forum: Plugins
In reply to: [WooCommerce] Payment gateway greyed out and coupons not applyingI can try switching to Storefront, as soon as I figure out how to do it.
A few more details: Upon inspecting the page, in the console I found a Mixed Content error.
Mixed Content: The page at ‘https://albertaforcefreealliance.com/checkout/’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘https://www.albertaforcefreealliance.com/home?wc-ajax=get_refreshed_fragments’. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at ‘https://albertaforcefreealliance.com/checkout/’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘https://www.albertaforcefreealliance.com/home?wc-ajax=update_order_review’. This request has been blocked; the content must be served over HTTPS.
I verified through my host that I have the SSL set up properly and am forcing HTTPS through their optimizer. I ran a test and am getting this as a hard failure:
A file with an insecure url of “https://www.albertaforcefreealliance.com/home?wc-ajax=get_refreshed_fragments” was loaded on line: 1 of https://albertaforcefreealliance.com/home/
I contacted SiteGround support and they said the following:
I checked the website and I see the hard failure with the mixed content. I have enforced the SSL through the htaccess and tried a Search and Replace for the url. However, it appears this url is hardcoded into the database as some external script is not loading through https. I can recommend you check with WooCommerce support on where you can change the url to https one and this should resolve the issue.