Pagination with number items

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Gagik
Posts: 38
Joined: 05 Dec 2023, 06:58

Pagination with number items

Post by Gagik » 12 Jan 2024, 15:17

Hello,

PHP version: 8.1
Laravel version: 10
Aimeos version: 2023.10
Environment: Linux

Is there any ready solution to display Aimeos pagination not only with 'next' and 'prev' buttons, but also items with page numbers to navigate a particular page.
For example like this
◄ 1 2 3 ... 10►

If not how can I implement it ?

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Pagination with number items

Post by aimeos » 14 Jan 2024, 17:05

To get a numbered pagination, you have to overwrite the pagination.php template in your own extension:
https://github.com/aimeos/ai-client-htm ... nation.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Gagik
Posts: 38
Joined: 05 Dec 2023, 06:58

Re: Pagination with number items

Post by Gagik » 15 Jan 2024, 07:54

It means that pagination with numbers functionality I should write by myself in template ?

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Pagination with number items

Post by aimeos » 18 Jan 2024, 14:43

Yes
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply