BinHex2 wrote:Hi, Thx for your answare. Yeah, i noticed that some themes have the Ajax Filters on the top, but we took Minimal theme since its very nice. But client dont like the fact user have to tap(1) to get filters, instead, they want filters to be on position (2). So is that posible, and what should i change to get it, i guess its somewhere in JS of theme?
http://prntscr.com/udna5g
Ps. i cant write from old account :/
Hello,
Thank you for your reply!
This would require some customizations to the nopCommerce
\Views\Catalog\_CatalogSelectors.cshtml file (as our Minimal theme does not overrides it), which prints the order/page size dropdowns.
If you wish to customize this, you would also have to check whether the current device is mobile in this nopCommerce view specified above.
Finally, you would have to exclude this filter icon from being printed in our
\Themes\Minimal\Views\Shared\_Header.cshtml file:
<div class="filters-button">
<span>@T("SevenSpikes.Themes.Common.Filters")</span>
</div>
Let me know if you need any further advice.