Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A addons-vauxoo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 52
    • Issues 52
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • vauxoovauxoo
  • addons-vauxoo
  • Issues
  • #803
Closed
Open
Issue created Mar 23, 2016 by Tulio Ruiz@ruiztulioOwner

Website_Product_Filters - fix view

Created by: dolcey

I implemented the Website Products Filters module on my site, creating a view of the root of the store (/ shop) showing only categories, the trouble is that when entering each subcategory is displayed by default in list mode, which is not very suitable to my liking, I prefer grid, To accomplish this the module allows the option to remove the list view in the customize menu Website, and so the products again displayed as grid, so far everything good, the bad. .. in / shop, the root product categories under all appears a div with the "front page" of products without pager.

The original div is formatted in the template.xml view of that module:

           <xpath expr="//div[@id='products_grid']" position="attributes" >
                <attribute name="class">col-md-9</attribute>
           </xpath>

Origen: https://github.com/Vauxoo/addons-vauxoo/blob/8.0/website_product_filters/views/templates.xml

In my view, by setting the list view in grid mode div is disabled, but disabling view mode, that is reactive, appearing also in default ppal Store page.

I have tried to hide this product result, I have overwritten the associated div, the result, the products disappear, because that div is for products in grid mode:

I appreciate any feedback you can give me a light to solve this.

Excuse my translation.

Assignee
Assign to
Time tracking