Answer the question
In order to leave comments, you need to log in
How do I remove the search parameter from a product link on a search results page?
Hello!
The search parameter appears in product links on the search results page
How can I remove this parameter? To keep it from appearing on the search results page?
Answer the question
In order to leave comments, you need to log in
In the file catalog/controller/product/search.php
find the line:
'href' => $this->url->link('product/product', 'product_id=' . $result['product_id'] . $url)
. $url
at the very end, this is how it should turn out:'href' => $this->url->link('product/product', 'product_id=' . $result['product_id'])
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question