Frage

I have got an issue with the search-bar on my magento website which keeps returning an unsecure url. Be aware I am a bit of a noob when it comes to php. The url gets called in this form tag:

<form id="search_mini_form" action="<?php echo $this->helper('catalogsearch')->getResultUrl() ?>" method="get">

How do I get this o call the secure url ?

War es hilfreich?

Lösung 2

The issue resolved when i run my website with secure url.

From the research i got this solution for my issue.

Andere Tipps

I just searched for the issue and found this solution, see if it works for you:
https://stackoverflow.com/questions/31537864/catalog-search-magento-not-working-https-ssl

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top