• installed, activated and was ok. i tried to press “add to wishlist”, it added the product but after clicking on “browse wishlist” nothing happens, the wishlist page doesn’t exist (../wishlist/view/). So i browsed manually to ../wishlist page and, surprise: it was empty! Great!

    this plugin for WHAT?!?!

    woocommerce, enfold and wordpress 4.3.1

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter MarioK

    (@meriok)

    AFTER an EXCELLENT support by the TEAM the problem was solved and now the plugin is working fine!
    best support and excellent plugin also on free version, but try the PRO version with a lot of features!

    hey MarioK,
    Can you please post how did un manage to solve this problem?

    Thank you!

    Navigate to “/wp-content/plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl-shortcode.php”

    Locate the line with ‘view’ (there should be around 10 instances where you will find ‘view’.

    YITH_WCWL()->get_wishlist_url( ‘view’ . ‘/’ . $wishlist_id ) ) ),
    CHANGE IT TO

    YITH_WCWL()->get_wishlist_url(‘/’ . $wishlist_id ) ) ),

    Save your code and try again. (Make a back-up of your file first!!)

    This worked for me.

    Had the same problem. I also had to remove the ‘view’ string in the file includes/class.yith-wcwl.php. This works now, but what happens after the next update?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘not working – wishlist page doesn't exist’ is closed to new replies.