I cannot determine how to add a Wishlist Button/Icon to the product loop on the shop page (to the left of add to cart button).
I would also like to add it to the Product Page (under the cart button with “Add to Wishlist” text).
For the product loop, I have tried all of the options under Woocommerce (Shop) > Shop > Products style > Product Content Effect. I currently have it set to disabled because I like the standard loop content and layout.
I have also tried custom and made a custom grid with wpbakery grid builder. Unfortunately the alignment does not look good. Also, it does not execute one of my add_action calls that adds information with ‘woocommerce_after_shop_loop_item_title’. So I prefer not to use the custom grid builder.
I am comfortable to add an action hook in my functions file, or even edit a template file in my child theme. I know how to do this. But I do not know where, and what function to call to make the wishlist button/icon appear 🙁
Thank you for your help.