Jump to content

How to limit products shown in Productscategory?


Recommended Posts

I tried to change this in productscategory.php

 

$category_products = $category->getProducts($this->context->language->id, 1, 10); /* 10 products max. */
 
To:
$category_products = $category->getProducts($this->context->language->id, 1, 4); /* 4 products max. */
 
But it still shows more than that. Anyone got a good solution to limit it?

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 years later...

Hey vekia, busy days with the Pentecost holiday,

 

so please here the link of my site: http://atconceptstore.com/fr/2-accueil

 

Like you can see, only 15 products show on that page and all the others like:

 

http://atconceptstore.com/fr/3-femmes

 

I have more than 15 prodicts listed in the given cathegory, but only 15 show and it is ugly, i want 16 to be shown.

 

In backoffice I put 16 in the module that defines the hompage part, but I guess it is not interdependent...

 

http://imgur.com/V4ilxwt

Link to comment
Share on other sites

Hey vekia, busy days with the Pentecost holiday,

 

so please here the link of my site: http://atconceptstore.com/fr/2-accueil

 

Like you can see, only 15 products show on that page and all the others like:

 

http://atconceptstore.com/fr/3-femmes

 

I have more than 15 prodicts listed in the given cathegory, but only 15 show and it is ugly, i want 16 to be shown.

 

In backoffice I put 16 in the module that defines the hompage part, but I guess it is not interdependent...

 

http://imgur.com/V4ilxwt

Go to Shop parameters > Product settings. 

 

You where editing your modules of front page.. 

Edited by Vilius PromoApranga (see edit history)
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...