Home Forums WoodMart support forum Wishlist not showing the first 2 items

Wishlist not showing the first 2 items

Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • #400272

    niwo
    Participant

    Thank you very much.
    Important to me is only, that the issue was found and will be fixed. šŸ™‚

    Have a nice day.

    #400312

    Thank you for your understanding and patience.

    If you have any questions please feel free to contact us.

    Best Regards

    #401283

    niwo
    Participant

    Perfect!
    Thank you very much!

    #401291

    niwo
    Participant

    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

    #401438

    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

    #401463

    niwo
    Participant

    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

    #401559

    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

Viewing 7 posts - 31 through 37 (of 37 total)

The topic ‘Wishlist not showing the first 2 items’ is closed to new replies.