Add the "Add to wishlist" button to Woocommerce
I use the plugin TI WooCommerce Wishlist. You need to add a wishlist button to the product. Output shortcode <?php echo do_shortcode('[ti_wishlist_add to wishlist product_id=""]');?> . How can I get the current product id ? Maybe there are other plugins…