Wishlist as My Account endpoint
-
We’re modifying the My Account menu/order via woocommerce_account_menu_items and are therefore trying to add Wishlist to that new menu/order as an endpoint using woocommerce_account_wishlist_endpoint. However, we’re not quite sure what to use for get_template_part. We’ve tried things like ../../wp-content/plugins/ti-woocommerce-wishlist/templates/ti-wishlist and several others, but at best we’ve only seen the lower buttons for “apply action”, “add selected to cart” and “add all to cart” display. Things that have been added to the wishlist don’t display.
We’ve also tried making My Account the parent page of the Wishlist page, but that also doesn’t display any items already in the wishlist (and doesn’t then allow us to modify the menu/order via woocommerce_account_menu_items.
Is there are particular path and filename we can use for get_template_part for the endpoint?
Thanks!!
- The topic ‘Wishlist as My Account endpoint’ is closed to new replies.