Opencart: Secure Urls in footer and header

Created on 27 Jul 2017  Â·  5Comments  Â·  Source: opencart/opencart

I am having problem with many links in footer and header which have ssl enabled. Even if I am not running my application on ssl.

When I looked in "C:\xampp\htdocs\opencart\catalog\controller\common\footer.php" I found that some urls have ssl enabled like below

        $data['voucher'] = $this->url->link('account/voucher', '', true);
        $data['affiliate'] = $this->url->link('affiliate/login', '', true);
        $data['special'] = $this->url->link('product/special');
        $data['account'] = $this->url->link('account/account', '', true);
        $data['order'] = $this->url->link('account/order', '', true);
        $data['wishlist'] = $this->url->link('account/wishlist', '', true);
        $data['newsletter'] = $this->url->link('account/newsletter', '', true);

Why these url's are secure?

All 5 comments

Because they are related to customer account areas

@danielkerr If I would have SSL installed on my site, then my whole site would run over ssl as like demo.opencart.com. why would I selectively enable the SSL on few links?

Do ur own research. U want full SSL that's easy aswell

On 28 Jul. 2017 12:10 pm, "Rajat jain" notifications@github.com wrote:

@danielkerr https://github.com/danielkerr If I would have SSL installed
on my site, then my whole website would run over ssl as like
demo.opencart.com. why would I selectively enable the SSL on few links?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/opencart/opencart/issues/5802#issuecomment-318553943,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AE2CzJPrHofZrfLvB4ITi2G1GmznOarDks5sSV8xgaJpZM4OltL7
.

I'm not here to answer question to noobies. Don't open issues unless u are
a developer who has some experience

On 28 Jul. 2017 12:42 pm, "Daniel Kerr" blueyon@gmail.com wrote:

Do ur own research. U want full SSL that's easy aswell

On 28 Jul. 2017 12:10 pm, "Rajat jain" notifications@github.com wrote:

@danielkerr https://github.com/danielkerr If I would have SSL
installed on my site, then my whole website would run over ssl as like
demo.opencart.com. why would I selectively enable the SSL on few links?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/opencart/opencart/issues/5802#issuecomment-318553943,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AE2CzJPrHofZrfLvB4ITi2G1GmznOarDks5sSV8xgaJpZM4OltL7
.

use the forums! its not rocket science!

Was this page helpful?
0 / 5 - 0 ratings