Page 2 of 2
Re: how to remove ?limit=* ?search=* from product seo url
Posted: Wed Dec 25, 2019 9:42 pm
by letxobnav
10. On the page that appears, Click on the “Data” tab.
11. Scroll down till you find SEO URL field.
In V3 SEO has it's own tab.
and again, this topic has nothing to do with SEO urls.
Re: how to remove ?limit=* ?search=* from product seo url
Posted: Sun Dec 27, 2020 5:57 pm
by tingwing
letxobnav wrote: ↑Thu Dec 19, 2019 3:48 am
Nothing to do with SEO url's, that is because the catalog controller adds the $url variable to the product urls which it should not.
Code: Select all
'href' => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'] . $url)
hi,which file? is it /catalog/controller/product/search.php?
thanks
Re: how to remove ?limit=* ?search=* from product seo url
Posted: Sun Dec 27, 2020 6:26 pm
by tingwing
I have exactly the same question,when you click a product on search result page,the url will show
Code: Select all
https://www.example.com/TitanControls-Atlas-3-Day-Night-CO2-Monitor-Controller?search=TITAN&description=true
how to remove "?search=TITAN&description=true" in the url?
thanks