Jump to content

Switch from product grid view to product list view inside categories


JacoboPS

Recommended Posts

I know that now prestashop 1.7 doesn't support list for category, (so on category page it only shows grid), but I would like to use for products inside a category to be shown on a "list" view.

 

How can I do this?

 

(Prestashop 1.7.0.6)

 

Thanks in advance!

 

 

Link to comment
Share on other sites

  • 2 years later...
  • 5 months later...
  • 2 years later...

Hi,

In the path: /themes/your_theme_name/templates/catalog/_partials/miniatures

find a file: product.tpl

 

orginal:

{block name='product_miniature_item'}
    <div class="product-item">

change to:

{block name='product_miniature_item'}
    <div class="product-item list-view">

 

working on 1.7.7.8

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...