nombre d'éléments à afficher page liste produits

  • Posts: 139
  • Thank you received: 0
11 years 7 months ago #65477

Bonjour,

Sur la page liste des produits j'ai paramétré le nombre d'éléments par page à 20. En front-end si je souhaite afficher plus de produits, l'élément de sélection en bas de page disparaît et je ne peux plus revenir à 20 produits, même en rechargeant la page. Comment faire pour qu'il soit toujours visible?

Merci

Please Log in or Create an account to join the conversation.

  • Posts: 81590
  • Thank you received: 13079
  • MODERATOR
11 years 7 months ago #65641

Bonjour,

Vous pouvez changer la ligne:
<?php if(in_array($pagination,array('bottom','both')) && $this->params->get('show_limit') && $this->pageInfo->elements->total){ $this->pagination->form = '_bottom'; ?>
en:
<?php if(true){ $this->pagination->form = '_bottom'; ?>
dans le fichier listing_div de la vue product via le menu Affichage->Vues.

Please Log in or Create an account to join the conversation.

  • Posts: 139
  • Thank you received: 0
11 years 7 months ago #65765

C'est parfait, comme d'habitude.

Merci

Please Log in or Create an account to join the conversation.

Time to create page: 0.060 seconds
Powered by Kunena Forum