Open navigation

Selected Filters in URL

Follow the steps below to pass filter values in URL on click of filters.

For Magento:

  1. In Magento Admin Panel, Go to System → Configuration
  2. Go to General → Design → HTML Head → Miscellaneous Scripts
  3. Add the following script.
    <script>
    // add filters to query parameter
    var klevu_addSelectedFiltersToUrl = true;
    </script>
  4. Save config

For Other Platforms:

  1. Add the following script on your site before the ending of the </head> element
    <script>
    // add filters to query parameter
    var klevu_addSelectedFiltersToUrl = true;
    </script>
  2. Save file

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.