Wishlist not showing the first 2 items
-
Thank you very much.
Important to me is only, that the issue was found and will be fixed. 🙂
Have a nice day.
Thank you for your understanding and patience.
If you have any questions please feel free to contact us.
Best Regards
Perfect!
Thank you very much!
Hi, I’ve applied the latest patch “400848 – FIXED: Wishlist pagination issue.”, but the whishlist is still displaying the wrong number.
Was this patch for a different issue?
Regards
Hello,
Please find the file: inc/integrations/woocommerce/modules/wishlist/class-wishlist.php
Then replace this line:
if ( woodmart_get_opt( 'wishlist_page' ) && get_queried_object_id() === woodmart_get_opt( 'wishlist_page' ) ) {
for this one:
if ( woodmart_get_opt( 'wishlist_page' ) && get_queried_object_id() === (int) woodmart_get_opt( 'wishlist_page' ) ) {
We will fix that in the nearest update.
Best Regards
Ok, Thank you very much to provide the code. 🙂
I can wait for the update.
This issue only influence the admin account at the moment. No rush. 🙂
Regards
Hello,
You will get the notification on updates to your mail and Dashboard.
If you have any questions please feel free to contact us.
Best Regards
The topic ‘Wishlist not showing the first 2 items’ is closed to new replies.