- Posts: 25
- Thank you received: 0
SSL Secure until...
- LordSatori
-
Topic Author
- Offline
Less
More
15 years 2 months ago - 15 years 2 months ago #20902
by LordSatori
SSL Secure until... was created by LordSatori
Starters the url:
tk7studios.com/ts16
SSL Shows secure on main page, faq page (and articles), shop main catagory page, shop sub catagory page, shop sub catagory product listing page.
SSL breaks on the actual product page... ?
So far the only alteration I've made to product page code is:
tmpl/show.php
if(!$this->config->get('thumbnail'))
to
if(!$this->config->get('image'))
SSL Shows secure on main page, faq page (and articles), shop main catagory page, shop sub catagory page, shop sub catagory product listing page.
SSL breaks on the actual product page... ?
So far the only alteration I've made to product page code is:
tmpl/show.php
if(!$this->config->get('thumbnail'))
to
if(!$this->config->get('image'))
Last edit: 15 years 2 months ago by LordSatori.
Please Log in or Create an account to join the conversation.
15 years 2 months ago #20908
by nicolas
Replied by nicolas on topic Re: SSL Secure until...
That's because the social networks plugin doesn't take into account HTTPS. We'll change that for next version.
In the mean time, you can edit the file plugins/content/hikashopsocial.php and change all the instances of http:// by https://
In the mean time, you can edit the file plugins/content/hikashopsocial.php and change all the instances of http:// by https://
Please Log in or Create an account to join the conversation.
- LordSatori
-
Topic Author
- Offline
Less
More
- Posts: 25
- Thank you received: 0
15 years 2 months ago #20936
by LordSatori
Replied by LordSatori on topic Re: SSL Secure until...
Worked like a charm! Thank you for the quick response!!!!
Please Log in or Create an account to join the conversation.
Time to create page: 0.204 seconds