Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi battra,

    I’m sorry, but that message is hardcoded within plugin code, so it cannot be changed for the moment.

    Anyway, developers should be able to change that text, so I will add a filter to let them customize it via snippet.

    The filter “yith_wcwl_added_to_cart_message” will be available within revision 2.0.13 of the plugin, that will be released in the next days.

    When it will come out, you’ll be able to customize “add to cart” message simply adding this snippet at the end of functions.php file of your theme.

    function yith_wcwl_added_to_cart_message( $message ){
        return __( 'ADD HERE YOUR MESSAGE', 'yith-woocommerce-wishlist' );
    }
    add_action( 'yith_wcwl_added_to_cart_message', 'yith_wcwl_added_to_cart_message' );

    Let me know if you need more support
    Have a nice day 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Product correctly added to cart’ is closed to new replies.