Can you customize the "searches with no results" page?

Answered

2 Comments

  • Ollie

    Hey 

    We created an article for not found that contained information and then added this to the script.js. We could then add our own content to it. It required being at the top of the script.js and we use a custom marketplace template.

    $(document).ready(function() {
      if ( window.location.href.indexOf('articles') > -1 && $(".not-found").length > 0 ) {
    window.location.href = 'New Article URL';
    }

     

    Hope this helps.

    0
  • Brett Bowser
    Zendesk Community Manager
    Awesome solution Oliver! Thanks for taking the time to share this with everyone!
    0

Please sign in to leave a comment.

Powered by Zendesk