Hello Ed,
I have fixed everything.. and the Wishlist was fixed by a moderator from WPML. HERE’S THE DEATAILS INCASE OTHER USERS HAVE SAME ISSUES.
“We had to edit /themes/neighborhood/woocommerce/myaccount/my-account.php
on line number 30 change
1
<li><a>get_wishlist_url(); ?>"><?php _e("My Wishlist", "swiftframework"); ?></a></li>
with
1
<li><a>"><?php _e("My Wishlist", "swiftframework"); ?></a></li>
And at the top of the page, Add following code
1
$wurl = get_permalink(icl_object_id(get_option('yith_wcwl_wishlist_page_id'),'page',false,ICL_LANGUAGE_CODE));