Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › How to add a Pre-Order on Items & issues!! Please Help! › Reply To: How to add a Pre-Order on Items & issues!! Please Help!
January 27, 2014 at 9:08 am
#44889
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));