Hikashop pagination question

  • Posts: 1119
  • Thank you received: 114
4 years 8 months ago #309202

-- HikaShop version -- : 1907241420

Hi,

1. While playing with new hikashop version i found that using pagination there is a limitstart params added each time using pagination on product listing. I may be wrong but i think it shouldn't be there. So i have searched some topics and looked at other users sites, and they do not have this params in the url....

The html of pagination is different. They do have something like this with onclick attr:



And my is something like this:



Now my question. Is there some settings i miss? How it should be by default?


2. During this research i also found some html issues with pagination. How to reproduce.


1. Install fresh Joomla and hikashop with sample data if need it...
2. Delete html folder from protostar template. Basically you want to use default joomla pagination file.
3. Make sure your category have some products so you can go through pagination.
4. Check html.

Here is the html when you on page 1:



Here is the html when you on page 2:



And the html is a bit broken as you can see. But pagination still works.

Thanks

Attachments:

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

  • Posts: 81428
  • Thank you received: 13058
  • MODERATOR
4 years 8 months ago #309203

Hi,

1. That's a modification we've done to the pagination yes. With the old system the parameters for the pagination were passed in the POST. There were three big drawbacks with that:
- some templates had issues with this in their customized pagination. Now the pagination won't have problems with any template the way it's done.
- for SEO it's better to have the parameters in the URL for indexing.
- it made things much more complex with the AJAX filtering.

2. Thank you for your feedback on that. It's indeed a glitch due to a wrong copy/paste. I've added a patch for it.

The following user(s) said Thank You: kyratn

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

Time to create page: 0.072 seconds
Powered by Kunena Forum