• Resolved meltemserdar79

    (@meltemserdar79)


    Hi,

    I am testing my webpage https://www.hwtextileslab.com/product/red-velvet-women-pajama-set-2/
    Until I updated the new version, I had no error when I add my products to the cart. Now ‘This form is not secure.Are you sure you want to submit it?’ pops up which is a critical error for a seller.Checked SSL again and again (with SSL insecure content fixer also)I just get this error in internet explorer not with google chrome.The new version created an internet explorer error which needs to be fixed otherwise I won’t be able to go-live with my web page you please help me ?

    Thank you,

    Mel

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, I took a look at your site,
    Great that you have the SSL activated and running, but there is more to that, you have to do a control that all links in your site runs on https, an example will be a custom href (permalink) that you copied to a page manually.

    This non https elements can lead to the browser marking your page as not secured. (See screenshot: https://snag.gy/FafxcI.jpg)

    However, i have done a scan of your site and we have an error blocking full https function (see screenshot:- https://snag.gy/MxZL3I.jpg).

    Finally, you might want to force https on your site so that for all http links requested an https version is returned.

    To do this, you need to paste the following snipped into your .htaccess file

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    Let me know how it goes ??

    Thread Starter meltemserdar79

    (@meltemserdar79)

    Hi Christopher,
    I updated pasted the code in .htaccess file but the problem still continues:/
    Thank you for your reply,
    Mel

    Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Here’s a really good guide to getting everything on your WordPress site running on https: https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/

    That will walk you through some tools to use, and what to look for.

    Hopefully that helps! Have a great one!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Updated WooCommerce Plugin version 3.4.7 -IE add to cart not secure’ is closed to new replies.