All links get converted to SSL link
For programmers:
You don't have to add 'SSL' parameter each time you create using Opencart's helper function
Before installing this extension
Code:
$this->url->link('common/home');
Generate:
http://yourwebsite.com
After installing this extension
Code:
$this->url->link('common/home');
Generates:
https://yourwebsite.com
Login and write down your comment.
Login my OpenCart Account