itzik glam Posted May 28, 2010 Share Posted May 28, 2010 i changed all the .tpl order files (9 files) from my theme.all $base_dir links to $base_dir_ssl. (also img _dir)if it may be a problem with ajax cart after replacing files. this is the Solution:add this in htaccess: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://yourdomain.com/$1 [R,L] i can't attach the files... why? Link to comment Share on other sites More sharing options...
DesignMonstr Posted June 1, 2010 Share Posted June 1, 2010 i changed all the .tpl order files (9 files) from my theme.all $base_dir links to $base_dir_ssl. (also img _dir)if it may be a problem with ajax cart after replacing files. this is the Solution:add this in htaccess:RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://yourdomain.com/$1 [R,L] i can't attach the files... why? HiCan you please let us know which ssl bug is this and what theme are a you using. Also what do you mean by "(also img _dir)".I am having problem installing ssl on my site and I am using Godaddy's standard ssl cert. The theme I am using is BLACK n White. I am getting Security warning at the time of checkout.Thanks Link to comment Share on other sites More sharing options...
itzik glam Posted June 1, 2010 Author Share Posted June 1, 2010 i changed to all TPL files that start in the word "order.." in my theme (there is 9 files ) the "_dir" paths...evrything that start with "_dir" i was add "_ssl" for ex: "$base_dir/ex.gif" -> "$base_dir_ssl/ex.gif"and i solved the other problem - dont add "ssl =true" to init.php at all.the idie here is, all the order files/steps (commands and images) will be in ssl paths...after i did that all problems gone and my ssl working well and i dont get any error messages... Link to comment Share on other sites More sharing options...
DesignMonstr Posted June 1, 2010 Share Posted June 1, 2010 i changed to all TPL files that start in the word "order.." in my theme (there is 9 files ) the "_dir" paths...evrything that start with "_dir" i was add "_ssl" for ex: "$base_dir/ex.gif" -> "$base_dir_ssl/ex.gif"and i solved the other problem - dont add "ssl =true" to init.php at all.the idie here is, all the order files/steps (commands and images) will be in ssl paths...after i did that all problems gone and my ssl working well and i dont get any error messages... So now you even get the secure blue bar. Link to comment Share on other sites More sharing options...
itzik glam Posted June 1, 2010 Author Share Posted June 1, 2010 i have a secure blue bar all the way from checkout to the thank you message without any errors... Link to comment Share on other sites More sharing options...
DesignMonstr Posted June 1, 2010 Share Posted June 1, 2010 Nice to hear that. I changed all the base_dir and img_dir to to base_dir_ssl and img_dir_ssl respectively but still same problem. So did you also changed {$js_dir} and $tpl_dir to ssl as well. Link to comment Share on other sites More sharing options...
itzik glam Posted June 1, 2010 Author Share Posted June 1, 2010 yes, you must do it Link to comment Share on other sites More sharing options...
DesignMonstr Posted June 1, 2010 Share Posted June 1, 2010 yes, you must do it I was able to get rid of the warning but can't get the blue bar. Did you test your site on IE. When I tested on IE, I on the address page I can't see the address info its blank. Do you get same problem or not?ER Link to comment Share on other sites More sharing options...
itzik glam Posted June 1, 2010 Author Share Posted June 1, 2010 try to remove the _ssl from the "{include file=$tpl_dir}" in the order files one by one and find where is the prolem.note, that in IE your domain with or without www is different to the ssl.test your site with / without www in the address bar. 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