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
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
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]
Miss this one...
[attachment cleanup by admin]
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]
Worked just as I want.
It was the Category configuration that wasn`t all set to "0"
Thanks!
You could try the following also: http://forum.virtuemart.net/index.php?topic=104709.msg364194#msg364194
Thanks a lot all of you guys...
you people saved my time
And mine! Thanks a lot... :)
Please forgive me, but where is acategory configuration listed? I can only find some category items listed under Configuration/templates
Hello,
From VM2 Backend go to Products->Products Categories->Select a category
Regards
Thank you very much bytelord
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.
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?
even the stars for rating in category view have to be hidden manually.... is a bit frustrating this VM thing
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.