Filter By Price or attributes changes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 лет назад
Hi, I see these Filters take take alot of spaces and would like to make them display accross on the top of the page, may be under TOP/"category".
Would you please show me how I can make those happen? I am using with Nop 1.5.
Thanks in advance,
14 лет назад
go to folder templates-->category

and choose the template you want to edit  eg productsingrid.ascx

move

<asp:Panel runat="server" ID="pnlFilters" CssClass="product-filters">
                       ....  content ...
</asp:Panel>

to below the breadcrumb  ...

        </asp:Repeater>
        <br />
    </div>
    <div class="clear">
    </div>
<!-- move it to here  -->
14 лет назад
Thank you Haydie.
I think filters are already sit under to TOP\"categorirs". bt I still move the the panel to under breadscrump to see what happens.  rebuit and run, it is still display the same.
Haydie, you see the Filter has selected line one is under the other.  if it is possible would you mind show me how I can put them accross in one line?
Thank you,
14 лет назад
Oh, sorry Haydie.  The filters did go up and closer to TOP\"categories" than before.
I am still wish to make it appear accross in one line. or maybe a dropped down list or some thing like that to make it more condense.
Thank you Haydie.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.