Post by leelnj » Wed Jan 09, 2013 6:51 am

Hi all,

I am majorly stuck on enabling ssl certificates on my website (https://gohamclothing.com/index.php?rou ... t/checkout). On checkout/account pages ssl certificates are partially encrypted and after talking to my host/ssl provider (godaddy) they said that its due to some links and images on my website still using http instead of https. see example below. I have switched on the ssl checkbox in admin section and edited the configure files. In the admin section it is fully encryped with the padlock sign. All the links below i am seeing are being displayed dynamically so i need to know how to ammend these links in the back end files

Thanks in advance

<body>
<div id="container">
<div id="header">
<div id="logo"><a href="https://www.gohamclothing.com/"><img src="https://gohamclothing.com/image/data/go ... p-logo.png" title="Goham Clothing" alt="Goham Clothing" /></a></div>

<form action="https://gohamclothing.com/index.php?rou ... e/currency" method="post" enctype="multipart/form-data">
<div id="currency"><br />
<a title="Euro" onclick="$('input[name=\'currency_code\']').attr('value', 'EUR'); $(this).parent().parent().submit();">€</a>
<a title="Pound Sterling"><b>£</b></a>
<a title="US Dollar" onclick="$('input[name=\'currency_code\']').attr('value', 'USD'); $(this).parent().parent().submit();">$</a>
<input type="hidden" name="currency_code" value="" />
<input type="hidden" name="redirect" value="https://gohamclothing.com/index.php?rou ... t/checkout" />
</div>
</form>
<div id="cart">
<div class="heading">
<h4></h4>
<a><span id="cart-total">1 item(s) - £20.00</span></a></div>
<div class="content">
<div class="mini-cart-info">
<table>
<tr>
<td class="image"> <a href="http://gohamclothing.com/blue-snapback-caps"><img src="https://gohamclothing.com/image/cache/d ... -47x47.jpg" alt="Go Ham Blue Snapback" title="Go Ham Blue Snapback" /></a>
</td>
<td class="name"><a href="http://gohamclothing.com/blue-snapback-caps">Go Ham Blue Snapback</a>
<div>
- <small>Size One size fits all</small><br />
</div></td>
<td class="quantity">x&nbsp;1</td>
<td class="total">£20.00</td>
<td class="remove"><img src="catalog/view/theme/default/image/remove-small.png" alt="Remove" title="Remove" onclick="(getURLVar('route') == 'checkout/cart' || getURLVar('route') == 'checkout/checkout') ? location = 'index.php?route=checkout/cart&remove=53:YToxOntpOjIzMDtzOjI6IjIxIjt9' : $('#cart').load('index.php?route=module/cart&remove=53:YToxOntpOjIzMDtzOjI6IjIxIjt9' + ' #cart > *');" /></td>
</tr>
</table>
</div>
<div class="mini-cart-total">
<table>
<tr>
<td class="right"><b>Sub-Total:</b></td>
<td class="right">£20.00</td>
</tr>
<tr>
<td class="right"><b>Total:</b></td>
<td class="right">£20.00</td>
</tr>
</table>
</div>
<div class="checkout"><a href="http://gohamclothing.com/index.php?rout ... cart">View Cart</a> | <a href="https://gohamclothing.com/index.php?rou ... t</a></div>
</div>
</div> <!--<div id="search">
<div class="button-search"></div>
<input type="text" name="filter_name" value="Search" onclick="this.value = '';" onkeydown="this.style.color = '#000000';" />
</div>!-->
<!--<div id="welcome">
Welcome visitor you can <a href="https://gohamclothing.com/index.php?rou ... ">login</a> or <a href="https://gohamclothing.com/index.php?rou ... er">create an account</a>. </div>!-->
<div class="links"><!--<a href="http://gohamclothing.com/index.php?rout ... </a>!--><a href="https://gohamclothing.com/index.php?rou ... t/wishlist" id="wishlist-total">Wish List (0)</a><a href="https://gohamclothing.com/index.php?rou ... ccount">My Account</a><a href="http://gohamclothing.com/index.php?rout ... ">Shopping Cart</a><a href="https://gohamclothing.com/index.php?rou ... t</a></div>
</div>
<div id="menu">
<ul>
<li><A href="http://gohamclothing.com/index.php?rout ... ME</a></li>
<li><a href="https://gohamclothing.com/about-us">ABOUT US</a></li>

<li><a href="http://gohamclothing.com/cap-range">CAP RANGE</a>
</li>
<li><a href="http://gohamclothing.com/lookbook">LOOKBOOK</a>
</li>
<li><a href="https://instagram.com/gohamclothing" target="_blank">INSTAGRAM</a></li>
</ul>

</div>

New member

Posts

Joined
Wed Dec 05, 2012 2:26 am

Post by tdaubs » Wed Jan 09, 2013 7:58 am

Double check your settings in the config.php files. If the settings in those are correct, you're theme may be using absolute URLs where it should use relative URLs.

Image
Opencart Support . Buy Me a Coffee?


User avatar
Active Member
Online

Posts

Joined
Fri Apr 08, 2011 4:51 am
Location - Southern California
Who is online

Users browsing this forum: No registered users and 16 guests