PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Définir plus de lignes de produits par page

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Bonjour,

J'ai ajouté dans Fonctions du thème (functions.php)
add_filter ( 'woobe_set_per_page_values' , function ( $add ) { return '10,30,100,150,200' ; } ) ;
Il est réglé sur 100 , mais chaque fois que j'actualise la page le compteur se remet à 10
Comment faire pour conserver les réglages ?
Cordialement

 

Sélectionnez le thème à modifier :

Hello

Please  try  to add  in  functions.php

add_filter('woobe_storage_type', function($type) {

return 'session';//session, transient

});

Bonjour,

Désolé cela ne fonctionne pas ...
Est ce que j'ai bien recopié  de cette façon ?

add_filter('woobe_storage_type', function($type) {

return 'session';//session, transient

});

add_filter('woobe_set_per_page_values', function($add) {
return '10,30,100,150,200';
});

Hello

Ok!  Please  paste  wp-admin+FTP access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png - I will  check it