• Hello and, as always, thank for the great work on WooCommerce.

    I just installed SSL to ensure PayPal Standard continues working correctly and selected the option to “force secure checkout”.

    Everything is working great (auto-return as well) except from the mixed content notice that appears on checkout pages due to the logo and favicon images being loaded via HTTP.

    Do you have any advice on how to fix this? (it would be ideal if it could be fixed without moving the entire site to https).

    Thanks in advance!

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    The code which outputs your logo should either be changed from http //. e.g. if it was:

    http://yoursite.com/logo.png

    You’d make this:

    //yoursite.com/logo.png

    Then it will be relative.

Viewing 1 replies (of 1 total)

The topic ‘Mixed content on checkout pages’ is closed to new replies.