VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: gpessoa on October 20, 2012, 17:09:44 PM

Title: number of products show in a single page
Post by: gpessoa on October 20, 2012, 17:09:44 PM
How to configure VM 2.0.12b to change the number of products show in a single page?

I already change (Set the pagination sequence for the List Box) to 18, 60, 120 but still start with 1-9

Thanks in advanced
Title: Re: number of products show in a single page
Post by: bytelord on October 20, 2012, 22:17:01 PM
Hello,

From the backend goto Configuration-> Shopfront and then change Max products per view in frontend.
Please place a number than can multiply with the pagination (like 10 and pagination 10-20-30-40-50)

Regards
Title: Re: number of products show in a single page
Post by: gpessoa on October 21, 2012, 15:14:06 PM
That doesn`t work...
See the print screens
(Running a test)
I select the Max products per view in frontend Shopfront to 300
Also selected Set the pagination sequence for the List Box Template to 300,600,900
But when you go Shopfront, the default sort order still is 1-9 of 163;
the list box show the first setting 300; if you selecti it it shows all the settings  300,600,900; and if you select one of this, example 600,  it works out, as expect.


[attachment cleanup by admin]
Title: Re: number of products show in a single page
Post by: gpessoa on October 21, 2012, 15:14:53 PM
Miss this one...

[attachment cleanup by admin]
Title: Re: number of products show in a single page
Post by: bytelord on October 22, 2012, 02:27:34 AM
Hello,

please be sure you have clean your browser cache and also under category configuration under details place "0" to all options (image attached).
Test is and report back. I test it with vm2012e and is working great.

Regards

[attachment cleanup by admin]
Title: Re: number of products show in a single page
Post by: gpessoa on October 22, 2012, 03:49:37 AM
Worked just as I want.
It was the Category configuration that wasn`t all set to "0"
Thanks!
Title: Re: number of products show in a single page
Post by: bytelord on October 31, 2012, 08:06:46 AM
You could try the following also: http://forum.virtuemart.net/index.php?topic=104709.msg364194#msg364194
Title: Re: number of products show in a single page
Post by: mux on November 02, 2012, 07:46:00 AM
Thanks a lot all of you guys...
you people saved my time
Title: Re: number of products show in a single page
Post by: williwaw on November 13, 2012, 18:58:11 PM
And mine! Thanks a lot...   :)
Title: Re: number of products show in a single page
Post by: csimmo on December 03, 2012, 03:07:23 AM
Please forgive me, but where is acategory configuration listed? I can only find some category items listed under Configuration/templates
Title: Re: number of products show in a single page
Post by: bytelord on December 03, 2012, 03:33:00 AM
Hello,

From VM2 Backend go to Products->Products Categories->Select a category

Regards
Title: Re: number of products show in a single page
Post by: csimmo on December 03, 2012, 03:46:21 AM
Thank you very much bytelord
Title: Re: number of products show in a single page
Post by: Gros Bed on December 06, 2012, 11:58:44 AM
Quote from: gpessoa on October 22, 2012, 03:49:37 AM
Worked just as I want.
It was the Category configuration that wasn`t all set to "0"
Thanks a lot!
I was looking for this info.
Title: Re: number of products show in a single page
Post by: mcongosto2 on January 14, 2015, 15:30:02 PM
so there is not a default configuration to define how many items per category to be shown but you have to go one by one?

why something so basic is so hard?
Title: Re: number of products show in a single page
Post by: mcongosto2 on January 14, 2015, 15:43:53 PM
even the stars for rating in category view have to be hidden manually....  is a bit frustrating this VM thing
Title: Re: number of products show in a single page
Post by: jenkinhill on January 14, 2015, 16:52:07 PM
Why reply to an old thread about VM2.0.12  - that itself is very old!

In current versions:
Default list items for categories is set as Frontend default items per list view in VM Configuration/Templates/Set the pagination sequence for the List Box   - and only if required can be overriden for each individual category.

The star grading can be hidden in the category page very simply with a standard template override, or even easier with a simple css override:

.vm-product-rating-container .ratingbox {
display:none;
}

No rocket science required and very little effort.