Hi there,
So, the Shopping Cart didn't show for variable products. I fixed this by updating WooCommerce to the latest version. However, since then the product images don't show. But if I use Google's Inspect Element tool, the URL of the image is correct, and when I go to that URL manually the image shows.
I already tried to Regenerate Thumbnails through the plugin, and I also tried to reset the permalinks. Both didn't help.
On the product page in admin, the images also show as 'not working'.
Any help would be appreciated.
Thanks.
Comments
as you can see on http://pasteboard.co/yHX9N8.png your images can not be loaded because of mixed content. You probably uploaded images in the past when you had http:// protocol and later you changed to https:// and this is the reason why images does not appear. More details about this you can read on https://docs.woothemes.com/document/ssl-and-https/
Thanks!