Posted - 09/11/2018 : 09:47:51
Hi,
It would be good to have the option of pagination (current option), infinite scrolling or a load more button on products.asp/php
We have a small mod that lazy loads the images on products.php and we set the number of products higher than the number in the largest category so the pagination doesn't show. After doing this we did see an increase in visitor length particularly for mobile users.
There seems to be quite a lot of stores now using the load more option which I like as it fetches the next set of products from the database when the button is clicked so should offer quicker page load times than infinite scrolling and it also gets around the issue of page queries in the url which can lead to duplicate content issues with search engines.
Decent article here: https://www.smashingmagazine.com/2016/03/pagination-infinite-scrolling-load-more-buttons/
Regards, David
|