Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi cyclopse,

    I need to do some testing on my local installation
    Stay tuned 🙂

    Have a nice day!

    Thread Starter cyclopse

    (@cyclopse)

    Hello Yith themes can u tell me anytime span for this ??? as i needed it done urgently and can pay for this also if u want …

    i would also like this answer please 🙂 and if you need any help or testing let me know as i am curtrently trying to accheive this also ..

    Plugin Author YITHEMES

    (@yithemes)

    Hi guys!

    Try adding this code at the end of functions.php file of your theme

    if( ! function_exists( 'add_wishlist_button_to_course' ) ){
    	function add_wishlist_button_to_course(){
    		global $post, $product, $woothemes_sensei;
    
    		$product = $woothemes_sensei->sensei_get_woocommerce_product_object( $post->ID );
    		echo do_shortcode( '[yith_wcwl_add_to_wishlist]' );
    	}
    	add_action( 'sensei_course_single_meta', 'add_wishlist_button_to_course' );
    }

    Let me know if this helps
    Have a nice day 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is that possible to add wishlist button on woo sensei page also’ is closed to new replies.