Page 1 of 1

how to change the no. of the product on category page?

Posted: Wed Jul 18, 2012 3:58 am
by vivien0322
hello,
i use oc1.5.2.1
i mean that on category page if you show the product by grid one line shows 5 photos by default.
i want change it to 4 photos one line and make the photo looks a little bigger.
to change the photo bigger i know its in system->setting ->image
but any place to change the number of one line ? i mean like 5 to 4.
thanks

Re: how to change the no. of the product on category page?

Posted: Wed Jul 25, 2012 1:58 pm
by dirtboy
did you figure this out yet

Re: how to change the no. of the product on category page?

Posted: Thu Jul 26, 2012 4:24 am
by uksitebuilder
change the width or margin or padding in your stylesheets.css for .product-grid > div {

Re: how to change the no. of the product on category page?

Posted: Thu Jul 26, 2012 3:00 pm
by uksitebuilder
Basically, there is no specific setting for the number of products on a row and my answer above shows how to reduce the number of products in a row - the number is determined by width of image and the images containers which are sized by CSS (above)

Set the images to the width you want and then give us a link to your store and I will give you the CSS to change to make them fit 4 on a line

Re: how to change the no. of the product on category page?

Posted: Sat Jul 28, 2012 12:05 am
by vivien0322
Great help, thanks Simon !

i changed two places:
1)stylesheet.css
.product-grid > div {
width: 170px;

2) on backends
set
Product Image List Size: 150px

and it come to the effect i want.

Re: how to change the no. of the product on category page?

Posted: Thu Oct 25, 2012 10:22 pm
by syltrinity
Anyone know how can I change total number show by default?

The default product showing now is 15, I want to change it to 16, is there a way?

And does anyone know how to hide add to compare and wishlist in product list, but it show on product page.

You can see my category page here, I get a vqmod that hide add to compare and wishlist but when you clicked the product it also hide it on product page.

http://www.syltrinity.com/index.php?rou ... 6&limit=25

Re: how to change the no. of the product on category page?

Posted: Sat Nov 17, 2012 6:20 pm
by Anthony1632
Would be nice if someone can point out where to changes this. Its 15 by default but i want to increase this to 25 or 35.

Re: how to change the no. of the product on category page?

Posted: Sun Nov 18, 2012 12:32 pm
by STN
Anthony1632 wrote:Would be nice if someone can point out where to changes this. Its 15 by default but i want to increase this to 25 or 35.
Isn't it modifiable from admincp ? admincp > System > Settings > Option Tab

PS: If i helped you, please check out my youtube: https://www.youtube.com/user/DEViATEDVids

Re: how to change the no. of the product on category page?

Posted: Sun Nov 18, 2012 12:53 pm
by Anthony1632
Wonderful...so easy...never thought about this and seems nobody who saw this post here. I was looking in some TPL files already.
Thanks for this so easy answer!