CATEGORY
StoreHippo Forums +918010117117 https://cdn.storehippo.com/s/576d30f909102db44c9e6e65/ms.settings/5256837ccc4abf1d39000001/541bb4ab3fb3a1105c805281-480x480.png" [email protected] http://facebook.comhttp://twitter.comhttp://linkedin.comhttp://google.com
B4, 309-10, Spaze iTech Park, Sector 49, Sohna Road, 122001 Gurugram India

When I open the static page of my e-commerce website, why does the HTTPS not work?

userimage
StoreHippo expert

When you open any static page of your e-commerce store, it may show the page is insecure even if the SSL certificate is installed successfully. This issue may happen due to the mix match of HTTP and HTTPS. In simple words, you are facing this issue because your page has elements which are serving HTTP location. 

Suppose, you are facing this error on the product page of your ecommerce store. This might be due to the reason that your page is serving product image links from an HTTP location as opposed to HTTPS. For example if the image used in your page is causing the issue, then the image tag on your product page will look like: 

<img src="http://sample-image.com/images/image.jpg"> and to fix this issue, follow these steps:

  • Link to https explicitly: <img src="https://sample-image.com/images/image.jpg">
  • Use relative linking to images on your own domain: <img src="/images/image.jpg">

To know more about fixing HTTPS do not work on the static page of your site, go to the helpcenter - https://help.storehippo.com/topic/why-https-not-work-on-the-product-page


Feb 4, 2021 8:06:22 PM

Reply

User Name: Email:
Post Post