Hi Juan,
Unfortunately your code did not help.
But I did noticed the following: the shortcode does work on the whishlist page and single products page. But it does not work on my custom page-templates.
One more thing, I use “wp_query” not “wc_product_loop”. Is this the problem? Can I some how enable the whishlist shortcode on my cutom templates?
Thanks.
Hi Juan,
I am adding the shortcode in the code of my theme. I have a template part “product-card”. In the code of this template part I add:
echo do_shortcode(“[yith_wcwl_add_to_wishlist product_id=123 label=dfbd]”);