Your shopping cart is empty!
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
Version | |
Versions | 2.1.0.1 |