• Resolved Alex

    (@impulsound)


    Hello,

    I wanted to set up Paypal plus but cant because the WC status says the Shop page is not HTTPS secured.
    I got a wildcard ssl certificate and realy simple ssl pro installed but nothings seems to help.
    I checked the wpconfig, the htaccess – all set up correctly.
    I dont know what to do, the other pages are secure.

    Another point i also noticed is that Woocommerce says the shop page includes no shortcode, but it does (I am using an elementor template for the shop page with the shortcode inside).

    How can i fix this??

    Thahnks in advance

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    I wanted to set up Paypal plus but cant because the WC status says the Shop page is not HTTPS secured.

    @impulsound Please verify that your Site Address and WordPress Address are configured with https:// at the beginning, instead of http://. Otherwise WooCommerce will not identify your store as running under a secure connection. This is configured in the general WordPress settings.

    Let me know if that helps!

    Thread Starter Alex

    (@impulsound)

    Already done and checked in the WP general settings as well as in the wpconfig and htaccess.
    This looks all good. i tried deactivating cache plugins and optimization plugins without success – doesnt work…
    And I contacted paypal via paypal plus support because their plugin doesnt work and the dev there said i should ask here, he can help only with the plugin itself.
    The PP support told me it must be an issue in woocommerce or wordpress or in its settings.

    Plugin Support Damianne P (a11n)

    (@drwpcom)

    Hi @impulsound. Sorry we missed your last response. Have you been able to resolve this? If not, please share your system report with me. You can find it by going to WooCommerce > Status > Get system report and then click Copy for support to be able to paste it in your reply.

    Plugin Support Damianne P (a11n)

    (@drwpcom)

    Hi @impulsound. We haven’t heard from you in a while so I’m going to go ahead and mark this thread as resolved. I hope you’ve managed to resolve the issue, but if you still need help with it or have any other questions about the WooCommerce plugin, please start a new thread.

    just go to your Cpanel and go to file manager and find .htaccess file then edit and paste this code

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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘HTTPS error on shop page’ is closed to new replies.