eldio Posted February 17, 2018 Share Posted February 17, 2018 bonjour, j'ai un soucis avec la pagination j'ai 12 produits par page , le soucis j'ai n'est pas l'onglet pour aller a la deuxième page. exemple sur la page mis en lien, j'ai 15 produits mais je ne peus en voir que 12 https://occa-informatique.com/index.php?id_category=23&controller=category je suis sous prestashop 1.7 Link to comment Share on other sites More sharing options...
eldio Posted February 17, 2018 Author Share Posted February 17, 2018 sur la demo du theme le problème n'y est pas http://apollotheme.com/demo-themes/?product=ap-office-prestashop Link to comment Share on other sites More sharing options...
eldio Posted February 17, 2018 Author Share Posted February 17, 2018 le tpl pagination {** * 2007-2017 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License 3.0 (AFL-3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/AFL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2017 PrestaShop SA * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} <nav class="pagination"> <div class="col-xs-12 col-md-6 col-lg-5 text-md-left text-xs-center"> {block name='pagination_summary'} {l s='Showing %from%-%to% of %total% item(s)' d='Shop.Theme.Catalog' sprintf=['%from%' => $pagination.items_shown_from ,'%to%' => $pagination.items_shown_to, '%total%' => $pagination.total_items]} {/block} </div> <div class="col-xs-12 col-md-6 col-lg-7"> {block name='pagination_page_list'} {if $pagination.should_be_displayed} <ul class="page-list clearfix text-md-right text-xs-center"> {foreach from=$pagination.pages item="page"} <li {if $page.current} class="current" {/if}> {if $page.type === 'spacer'} <span class="spacer">…</span> {else} <a rel="{if $page.type === 'previous'}prev{elseif $page.type === 'next'}next{else}nofollow{/if}" href="{$page.url}" class="{if $page.type === 'previous'}previous {elseif $page.type === 'next'}next {/if}{['disabled' => !$page.clickable, 'js-search-link' => true]|classnames}" > {if $page.type === 'previous'} <i class="material-icons"></i><span>{l s='Prev' d='Shop.Theme.Actions'}</span> {elseif $page.type === 'next'} <span>{l s='Next' d='Shop.Theme.Actions'}</span><i class="material-icons"></i> {else} {$page.page} {/if} </a> {/if} </li> {/foreach} </ul> {/if} {/block} </div> </nav> Link to comment Share on other sites More sharing options...
eldio Posted February 17, 2018 Author Share Posted February 17, 2018 si je remplace pagination tpl par celui du thème par default cela ne changer rien Link to comment Share on other sites More sharing options...
Ade81 Posted March 19, 2019 Share Posted March 19, 2019 Bonjour, J'ai le même problème ! Avez-vous trouvé la solutions ? Link to comment Share on other sites More sharing options...
Jovicyr Posted May 5, 2019 Share Posted May 5, 2019 Bonjour, Je rencontre le même souci. Avez-vous trouvé une solution ? Merci pour le partage ! Link to comment Share on other sites More sharing options...
Pakyone Posted June 2, 2022 Share Posted June 2, 2022 Bonjour, J'ai le même problème ! Avez-vous trouvé la solutions ? Link to comment Share on other sites More sharing options...
Natc77 Posted June 7, 2022 Share Posted June 7, 2022 Si c'est sur un thème, c'est le créateur du thème qu'il faut contacter Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now