View Watchlist on Product page not working
-
When adding a Product to a Watchlist, a link appears for “View Watchlist” but that just goes to the Account page. It should really go to the Watchlist which is under the Account page:
my-account/my-auction-watchlist/
In file uwa-watch.php around line 28-29 I think this would fix it, adding /my-auction-watchlist/ after the link.
<a href="<?php echo esc_url(get_permalink( wc_get_page_id( 'myaccount' ) )); ?>/my-auction-watchlist/" class="view_watchlist">
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘View Watchlist on Product page not working’ is closed to new replies.