Home Forums WoodMart support forum wishlist

wishlist

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #214055

    Mamu
    Participant

    wishlist

    Attachments:
    You must be logged in to view attached files.
    #214098

    Hello,

    I saw the screenshots you attached. Please deactivate all the third party plugins, activate parent theme then check back.

    If the problem continues then provide admin panel login details to check it myself and help you out accordingly.

    Best Regards.

    #214185

    Mamu
    Participant

    still not caching

    Attachments:
    You must be logged in to view attached files.
    #214188

    Mamu
    Participant

    also

    Attachments:
    You must be logged in to view attached files.
    #214421

    Hello,

    I have logged into your website and there are no 3 products added to the Wishlist. It seems to be a cache issue on your side. Please clear cache and check back.

    Screenshot for Clarification: https://ibb.co/nsZtCd3

    Regard’s.
    Xtemos Studio.

    #214553

    Mamu
    Participant

    ThanksI

    Attachments:
    You must be logged in to view attached files.
    #214555

    Mamu
    Participant

    So I think this

    Attachments:
    You must be logged in to view attached files.
    #214753

    Hello,

    As I mentioned in my previous reply the issue is not occurring with the user you provided the details.

    So Please provide the login details of the user which is having the issue to check it myself and help you out accordingly, because without seeing the problem I am unable to suggest any solution.

    Best Regards.

    #214978

    Mamu
    Participant

    yes,

    #215017

    Artem Temos
    Keymaster

    Please, send us your FTP access as well.

    #215278

    Mamu
    Participant

    here

    #215298

    Artem Temos
    Keymaster

    Try to edit the file woodmart\inc\integrations\woocommerce\modules\wishlist\class-wishlist.php and replace the following line

    if ( 'publish' !== get_post_status( $product_id ) && 'product' !== get_post_type( $product_id ) ) {

    with this one

    if ( 'publish' !== get_post_status( $product_id ) || 'product' !== get_post_type( $product_id ) ) {

    #215542

    Mamu
    Participant

    thanks

    #215563

    Artem Temos
    Keymaster

    You are welcome! Another topic will be replied asap also.

Viewing 14 posts - 1 through 14 (of 14 total)

The topic ‘wishlist’ is closed to new replies.