Items per page pulldown on category page

13.10.2017 14:03
#1
kovoks
Joomshopping forum user no avatar
Name: kovoks
28.03.2012
Posts: 30
Quote
Items per page pulldown on category page

For this page: http://demo.joomshopping.com/index.php/shop/smallbike it's possible to define in the admin how many products there should be shown per row. It seems the pulldown to set the amount of products per page doesn't correspond with this. For instance: if there are 3 products per row, it would be more beautiful if the amount of products per page would be a multiple of 6. Is it possible to influence the pulldown?
The pulldown I am speaking of is the one shown in the image I attached.

At the moment we are manually hacking it into the core of joomshopping, but have to do this at every update.

I hope to hear from you,

thanks and Kind regards,

Marijke
Items per page pulldown on category page


Joomla: 3.8.1
JoomShopping: 4.16.3
PHP: 7.1.10
MySQL: 5.5.57
Website Url: https://www.proday.nl/webshop/hartige-snacks

Last change: 13.10.2017 14:05
 
13.10.2017 22:32
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Items per page pulldown on category page

Category / edit

Amount of products on page*
Amount of products in row*

 
18.10.2017 14:19
#3
kovoks
Joomshopping forum user no avatar
Name: kovoks
28.03.2012
Posts: 30
Quote
Aw: Items per page pulldown on category page

Thank you for your answer. But that is not entirely what I am looking for. The pulldown on the product page contains numbers. Standard in here there is a multitude of 5 e.g. 5,10,15,20,25,30. We need a multitude of 6x2, so in the pulldown there would be 6,12,24,48 (see image)

Aw: Items per page pulldown on category page

At the moment we hack it into the core, could this be included in the settings? So a pagination option and then the values...

Kind regards,

Marijke
Aw: Items per page pulldown on category page

 
18.10.2017 20:08
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Items per page pulldown on category page

/lib/default_config.php

$config->count_product_select = array(
'5'=>5,
'10' => 10,
'15' => 15,
'20' => 20,
'25' => 25,
'50' => 50,
'99999'=>_JSHOP_ALL
);

use user_config.php
https://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/7/4668.html?lang=en#6


Last change: 18.10.2017 20:09
 
20.10.2017 11:33
#5
kovoks
Joomshopping forum user no avatar
Name: kovoks
28.03.2012
Posts: 30
Quote
Aw: Items per page pulldown on category page

Excellent! Thanks a lot for taking the time to help us. Great!

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.