Skip to content

Instantly share code, notes, and snippets.

@projoomexperts
Created October 14, 2016 14:32
Show Gist options
  • Save projoomexperts/b2fd5e46b0aa6b873a9fc4af4bf6452d to your computer and use it in GitHub Desktop.
Save projoomexperts/b2fd5e46b0aa6b873a9fc4af4bf6452d to your computer and use it in GitHub Desktop.
<div class="Block Panel" id="SearchTabProducts">
<div id="SearchResultsCategoryAndBrand" style="display: %%GLOBAL_HideSearchResultsCategoryAndBrand%%">
<div id="SearchResultsCategory" style="display: %%GLOBAL_HideSearchResultsCategory%%" class="ptm">
%%LNG_SearchedForCategories%% %%GLOBAL_SearchResultsCategory%%
</div>
<div id="SearchResultsBrand" style="display: %%GLOBAL_HideSearchResultsBrand%%">
%%LNG_SearchedForBrands%% %%GLOBAL_SearchResultsBrand%%
</div>
</div>
<div id="SearchResultsProduct" style="display: %%GLOBAL_HideSearchResultsProduct%%">
%%GLOBAL_SearchResultsProduct%%
%%GLOBAL_SnippetSearchResultsFeed%%
</div>
<div style="display: %%GLOBAL_HideSearchResultsNoResult%%">
<p class="ErrorMessage">%%LNG_SearchYourSearch%% <strong>"%%GLOBAL_OriginalSearchQuery%%"</strong> %%LNG_SearchDidNotMatchProduct%%</p>
<div class="InfoMessage">
<p>%%LNG_SearchSuggestions%%:</p>
<ul>
<li>%%LNG_SearchSuggestion1%%</li>
<li>%%LNG_SearchSuggestion2%%</li>
<li>%%LNG_SearchSuggestion3%%</li>
</ul>
</div>
</div>
</div>​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment