Quote:
Originally Posted by ReadytoCover
Does anyone know what files I need to edit in order to remove the url links from showing up in search results with this mod?
On the same token, do you know what I need to edit to remove the annoying redbox window at the top of the search results page that says:
There were no full word results, these results were generated using partial word matches.
I e-mailed alteredcart directly from their site but haven't received any responses. Thanks!
|
go to skin1/modules/Smart_Search/smart_search_products.tpl and find this code below
Code:
{*** alteredCart.com Smart Search // Product URL & Date ***}
<a href="product.php?productid={$products[product].productid}">╩ {$http_location}/product.php?productid={$products[product].productid}</a>
{if $sort eq 6}
{$lng.lbl_date}: {$products[product].add_date|date_format:$config.Appearance.date_format}
{/if}
{*** Smart Search // Product URL & Date ***}
and comment out this line
Code:
<a href="product.php?productid={$products[product].productid}">╩ {$http_location}/product.php?productid={$products[product].productid}</a>