as29 Posted June 4, 2013 Share Posted June 4, 2013 My site has got a ssl warning, because there are few "http" link on a "https" page. I've set up ssl mode from admin, but category tree links are still "http". The other link on the https page are all fine. Do I need any set up for category tree on lift navi to show link with "https"? Please advice me. Thank you. Link to comment Share on other sites More sharing options...
vekia Posted June 4, 2013 Share Posted June 4, 2013 what ps version you use? you use default theme? and default modules? Link to comment Share on other sites More sharing options...
as29 Posted June 4, 2013 Author Share Posted June 4, 2013 Thank you for replay. I'm using ps ver 1.5.4 and a theme which I bought from http://presthemes.com. But I think the default module is used in this case. Because it is seems like the module "/modules/cscatalogmenu/cscatalogmenu.tpl" show these category link on the left navi. I did not set up any module regarding left navi layout, just input categories data from admin, then the links is showed on the left navi section. Is there any problem on the theme ? Link to comment Share on other sites More sharing options...
vekia Posted June 4, 2013 Share Posted June 4, 2013 without an access to the website is hard to say what's going on. I think that you must edit module tpl file to support https instead the http any other links without ssl appear? or it appear only in cscatalogmenu ? Link to comment Share on other sites More sharing options...
as29 Posted June 5, 2013 Author Share Posted June 5, 2013 Vekia Thanks for reply, It appear only cscatalogmenu and blockblog, any other links are okey. I fixed blockblog by using code bellow, --- {if isset($smarty.server.HTTPS) && ($smarty.server.HTTPS eq "on")} --- and --- $base_dir_ssl --- But cscatalogmenu is more difficult to fix, like bellow, --- {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file=$branche_tpl_path node=$child last='true'} {else} {include file=$branche_tpl_path node=$child} {/if} {/foreach} --- I don't know which files I should fixed... Could you any advice about it ? Thank you for your help. Link to comment Share on other sites More sharing options...
Dh42 Posted June 5, 2013 Share Posted June 5, 2013 Can you please change your name. Link to comment Share on other sites More sharing options...
as29 Posted June 5, 2013 Author Share Posted June 5, 2013 (edited) I thought any other links are all fine to be "https" automatically, but seems like so many other "http" links are still existing... I fixed the category link on the left navi to be "https" to modify Link Class and blockmanufacturer.php. Prestashop or the theme is looks dose not care about ssl... Edited June 5, 2013 by ass (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 5, 2013 Share Posted June 5, 2013 everything depends on theme and how your theme retrieve the links. please change your nickname here, exactly as dh mentioned above Link to comment Share on other sites More sharing options...
as29 Posted June 5, 2013 Author Share Posted June 5, 2013 Sorry about that... I didn't know that meaning... And I didn't understand why he/she request to change my name. Now I know...I'm ashamed... and I fixed my nick name. And thank you replay me. I should test or ask before buy a theme next time. Link to comment Share on other sites More sharing options...
vekia Posted June 5, 2013 Share Posted June 5, 2013 well, you know probably what "ass" mean in english but problem is easy to resolve, just paste the link to your shop... we will check everything and give you suggestions what to do Link to comment Share on other sites More sharing options...
Recommended Posts