cmiller82 Posted November 15, 2010 Share Posted November 15, 2010 Can someone please help me? I have read thread after thread in this forum and to no avail I can't figure this out. I have disabled just about every module on the https pages and still nothing. I have edited the init.php and still nothing. I simply cant find out what is causing this popup window on the my account page and every page of the checkout process. Please help me find a solution. Thanks!! My webpage is BangleAddict.com. Link to comment Share on other sites More sharing options...
razaro Posted November 15, 2010 Share Posted November 15, 2010 You have problem with ie6_warning js script <script src="http://info.template-help.com/files/ie6_warning/ie6_script_other.js" type="text/javascript"></script> It uses HTTP instead HTTPS and cause warning.You can try to fix that by downloading that script and placing it in your theme/js folder, it should load auto but if it don't place this code in header.tpl <script src="{$content_dir}themes/prestashop-035/js/ie6_script_other.js"> type="text/javascript"></script> Also you have one more problem, /modules/blockcurrencies/blockcurrencies.js file is missing and it cause error. Link to comment Share on other sites More sharing options...
cmiller82 Posted November 15, 2010 Author Share Posted November 15, 2010 Hi, Thanks soooo much for your response! How do I download that script? Do you mean copy and paste it somewhere or is there a file that I could download and place in that folder? Is there any area in particular that I need to place that second code in the header.tpl file?Thanks for bringing the other issue to my attention also! Link to comment Share on other sites More sharing options...
razaro Posted November 15, 2010 Share Posted November 15, 2010 I attached ziped file, unpack and place js file in your theme js folder -- themes/prestashop-035/js/ .Delete <script src="http://info.template-help.com/files/ie6_warning/ie6_script_other.js" type="text/javascript"></script> from header.tpl in themes/prestashop-035/ folder.That should be enough , reload page and view page source to see if ie6_script_other.js is loaded. If not copy second code from previous post near other script calls. ie6_script_other.zip Link to comment Share on other sites More sharing options...
cmiller82 Posted November 15, 2010 Author Share Posted November 15, 2010 You are sooooo AWESOME Razaro!!! This is exactly what I needed. I was able to fix both issues with your help. You have no idea how much you have helped me. I'm very grateful! Thanks for everything!! Link to comment Share on other sites More sharing options...
BWT Posted January 17, 2011 Share Posted January 17, 2011 I too keep getting this error in IE8 i tried it in another browser google chrome and it works fine! It's just in IE8 I went through my modules and still can't figure it out any help would be great 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