Jump to content

How to force ssl in product url


Recommended Posts

  • 4 months later...

The Link class has getProductLink method that makes the link. The code in 1.5.5.0 is as above:

$url = 'http://'.$shop->domain.$shop->getBaseURI().$this->getLangLink($id_lang, null, $id_shop);

But when I change it to https chrome says redirect loop. Probably additional edit must be made elsewhere.

Link to comment
Share on other sites

×
×
  • Create New...