Jump to content

Recommended Posts

Hi,

i need to search through products and make the result with SEO friendly URL. I'm searching through feature values, so my search link looks like:

/search?controller=searchpneu&orderby=price&orderway=desc&kategorie=7&skupina=8&sirka=85&profil=51&prumer=48&vyrobce=1&submit_search=Search

but i need it in SEO friendly url like /category/8-85-51-48

(important parameter values separed by dash).

I have made Dispatcher witch convert this URL to SEO friendly (if i call Dispatcher::getInstance()->createUrl($rule, $params, $this->allow);)

But how to do the rest?

Link to comment
Share on other sites

×
×
  • Create New...