Home › Forums › WoodMart support forum › Infinite Product Load and Sorting Issues
Infinite Product Load and Sorting Issues
- This topic has 11 replies, 3 voices, and was last updated 3 years, 6 months ago by Artem Temos.
-
AuthorPosts
-
April 29, 2021 at 9:54 pm #288140
koskowParticipantWe are using infinite loading, which is great, however, when we sort, after loading a bunch of products, we end up on “Page 3” or “Page 7.” I understand this from an infinite loading perspective because, in essence, I have loaded down to that page. The issue is that once you do sorting on that list, and you are brought to “Page 3” in the breadcrumb, you will notice that all the products before page 3 aren’t displayed anymore.
This is creating a usability issue, where people are confused as to why they can’t see the other products.
Here is a video of the issue: https://drive.google.com/file/d/1brDsxoQ2CcU8XmNOVzzRezOJco0Lr5ti/view?usp=drivesdk
Thanks!
KevinApril 30, 2021 at 6:31 am #288193
Artem TemosKeymasterHello,
Yes, we understand your point but our Infiniti loading option is just a wrapper over standard WooCommerce pagination. And by default, when you go to the 4th page and sort products, you will stay on the same page. That is why you see the same behaviour with our theme and Infiniti scrolling feature. Check WooCommerce Storefront demo here https://themes.woocommerce.com/storefront/shop/page/4/?orderby=rating
Kind Regards
April 30, 2021 at 9:19 am #288263
shwetaParticipantFacing a similar issue. This was not there before the theme update. I am sure Woodmart will have a concrete solution to this very soon. It is affecting sales. 🙁
https://xtemos.com/forums/topic/urgent-site-broken-back-button-is-behaving-wierd/
April 30, 2021 at 9:23 am #288271
shwetaParticipant@Theme Developer…
I also understand that the Infinite loading option is just a wrapper over standard WooCommerce pagination But when we sort or go back, we should see the standard page number option, like in https://themes.woocommerce.com/storefront/shop/page/4/?orderby=rating
But unfortunately, there appears no option of going back to pages prior to the page it has landed to.
Attachments:
You must be logged in to view attached files.April 30, 2021 at 11:58 am #288326
Artem TemosKeymasterSorry, but we can’t change this behavior in our theme, unfortunately.
April 30, 2021 at 12:04 pm #288331
shwetaParticipantThis was there previously. I have been using your theme for more than a year now. It was not like this in the previous version. Is there an option to roll back to the previous version?
April 30, 2021 at 12:05 pm #288332
Artem TemosKeymasterYes, because now we have added an option to update the URL like
/page/2/
. We can add an option to disable this functionality and the sort widget would work as you want.April 30, 2021 at 12:09 pm #288336
shwetaParticipantKindly suggest how can we disable this function? This is important and critical.
Sharing login details in private content.
April 30, 2021 at 12:40 pm #288368
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to do this
add_filter( 'woodmart_load_more_button_page_url', '__return_false' );
April 30, 2021 at 4:41 pm #288424
shwetaParticipantLooks like working but i’ll still confirm the same after observing it for 72 hours. Thanks again.
May 3, 2021 at 8:13 am #289035
koskowParticipantThat worked for me. Thank you.
May 3, 2021 at 8:29 am #289039
Artem TemosKeymasterGreat, you are welcome!
-
AuthorPosts
Tagged: infinite load, page numbers, sorting
The topic ‘Infinite Product Load and Sorting Issues’ is closed to new replies.
- You must be logged in to create new topics. Login / Register