Wishlist on Shop Page
-
I tried adding shortcodes ” echo do_shortcode( ‘[yith_wcwl_add_to_wishlist]’ ); ”
&
in function.php fileif( ! function_exists( 'yith_add_loop_wishlist' ) ){ function yith_add_loop_wishlist(){ echo do_shortcode( '[yith_wcwl_add_to_wishlist]' ); } } add_action( 'woocommerce_after_shop_loop_item', 'yith_add_loop_wishlist' );
Tried to add the wishlist button / icon on archive page products.
But It’s not working.
Kindly help.The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Wishlist on Shop Page’ is closed to new replies.