Nick20000 Posted October 30, 2014 Share Posted October 30, 2014 hi. when i use firefox browser and test my shopping basket it stops me from viewing the page and has a warning message. also when i put items in to my cart with google chrome and go to check out, i see the green padlock then it turns to silver with a yellow triangle on the lock. what is wrong? from my host "The issue you are having with the green padlock that it turns to silver with a yellow triangle on the lock is happening because your website is running insecure content. What I mean is that you are using in your pages content (images/stylesheets/javascripts) that instead of using https, are using http. The RSS link is just an example of such content. Because your website is using SSL, all your images/stylesheets/javascripts references must use https when referenced inside your page code. You will need to speak with the person who created the website to do the necessary changes in your website's code." http://www.shopmost.co.uk how do i fix this? thank you. Link to comment Share on other sites More sharing options...
Nick20000 Posted October 31, 2014 Author Share Posted October 31, 2014 (edited) hi. can anyone help with this as i am not sure what files to change. ty. Edited November 4, 2014 by razaro (see edit history) Link to comment Share on other sites More sharing options...
razaro Posted November 4, 2014 Share Posted November 4, 2014 First I did not got redirected to https on order page, maybe you have disabled something. But I entered it manually and saw errors The page at 'https://www.shopmost.co.uk/quick-order' was loaded over HTTPS, but is submitting data to an insecure location at 'http://www.shopmost.co.uk/search': this content should also be submitted over HTTPS. quick-order:119 The page at 'https://www.shopmost.co.uk/quick-order' was loaded over HTTPS, but is submitting data to an insecure location at 'http://www.shopmost.co.uk/authentication?back=order-opc': this content should also be submitted over HTTPS. and solution for both maybe you can find here http://www.prestashop.com/forums/topic/355246-solved-quick-search-block-module-provokes-unsecure-ssl/ Link to comment Share on other sites More sharing options...
magpole Posted November 9, 2014 Share Posted November 9, 2014 hi. can anyone help with this as i am not sure what files to change. ty. Hi, Nick20000, I find you have correct this issue. Could you please tell me what to do? I have tried many way but nothing help. Thank you very much!!! Link to comment Share on other sites More sharing options...
Nick20000 Posted November 10, 2014 Author Share Posted November 10, 2014 Hi, Nick20000, I find you have correct this issue. Could you please tell me what to do? I have tried many way but nothing help. Thank you very much!!! to fix this go to /public_html/modules/blocksearch/blocksearch-top.tpl and edit the files like I have shown below. Adding the ('/search', true) on both sections of the code <!-- block search mobile --> and <!-- Block search module TOP -->. <!-- block seach mobile --> {if isset($hook_mobile)} <div class="input_search" data-role="fieldcontain"> <form method="get" action="{$link->getPageLink('/search', true)|addslashes}" id="searchbox"> <!-- Block search module TOP --> <div id="search_block_top"> <form method="get" action="{$link->getPageLink('/search', true)|addslashes}" id="searchbox"> Link to comment Share on other sites More sharing options...
magpole Posted December 24, 2014 Share Posted December 24, 2014 I fixed the error on computer by adding the "true" in blocksearch-top.tpl . But don't know how to fix the mobile side. Although, I did same thing in blocksearch-top.tpl under mobile theme. Using: prestashop 1.4.11 mobile theme module by prestashop Please help Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now