[BUG - Work around] Search results
Posted: Sun Oct 10, 2010 7:09 pm
I discovered to my annoyance that when you do a search of stock, the results have includes not relivant and assumed inactive. A bit of diggaing around and you discover this has to be result of a bug! Go figure... !
I refer to the tick box for compare a product and two buttons that when clicked, take you to the home page.

This is a work around I'm using that seems to work without loss of search function.
Go to _master/Snippets/SearchResultSectionProduct.html and locate the following -
And then simply 'bracket' this section out..
Now go to _master/Snippets/SearchResultProductList.html and locate and bracket out the DIV container and content -
What you have removed (from above image example) is the tick box compare line and both buttons from this page...
I refer to the tick box for compare a product and two buttons that when clicked, take you to the home page.

This is a work around I'm using that seems to work without loss of search function.
Go to _master/Snippets/SearchResultSectionProduct.html and locate the following -
Code: Select all
<div class="CompareButtonContainer" style="visibility: hidden;">
%%GLOBAL_CompareButton%%
</div>
Code: Select all
<!--
<div class="CompareButtonContainer" style="visibility: hidden;">
%%GLOBAL_CompareButton%%
</div>
-->
Code: Select all
<div class="ProductCompareButton" style="display:%%GLOBAL_HideCompareItems%%;visibility:hidden;">
:
:
</div>