I've configured SSL for my Joomla website and enabled 'Enable SSL for sensitive areas' in the Virtuemart back-end but I'm still not getting the SSL verification during checkout. In the admin dashboard I do get the SSL verification but I need to be featured site-wide so the customer can see it. I'm not sure what I've overlooked. See my site – https://www.thewinepoint.com.au/store/index.php (https://www.thewinepoint.com.au/store/index.php).
why does your website template have a "hidden link"
<a style="font-size:0; height:0; width:0; opacity:0; position:absolute" target="_blank" href="http://www.joomshaper.com">JoomShaper</a>
view source down at the bottom.
this image is unsecure, it should be relative
<img id="twp-logo" alt="The Wine Point logo" src="http://thewinepoint.com.au/2013update2/templates/shaper_megadeal/images/logo.png"></div>
Quote from: PRO on November 15, 2013, 02:54:53 AM
why does your website template have a "hidden link"
<a style="font-size:0; height:0; width:0; opacity:0; position:absolute" target="_blank" href="http://www.joomshaper.com">JoomShaper</a>
view source down at the bottom.
this image is unsecure, it should be relative
<img id="twp-logo" alt="The Wine Point logo" src="http://thewinepoint.com.au/2013update2/templates/shaper_megadeal/images/logo.png"></div>
Thanks so much, I edited those links and its working perfectly now.