• Anonymous User 20309175

    (@anonymized-20309175)


    Hello,

    i want to remove the ‘Product Remove’ Message because it is shown in german language.

    I want to change it in english language.

    Please see attached screen.
    https://snipboard.io/JqmY0d.jpg

    How can i do it?
    I can’t find the right snippet for it.

    Thank you in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    In order to achieve what you need, add the following code in the functions.php file of your active theme:

    if ( ! function_exists( 'yith_wcwl_product_removed_text_custom' ) ) {
         function yith_wcwl_product_removed_text_custom() {
              return __( 'insert your custom text here', 'yith-woocommerce-wishlist' );
         }  
         add_filter( 'yith_wcwl_product_removed_text', 'yith_wcwl_product_removed_text_custom' );
    }

    Try it out and tell us if it works well for you, please.

    Have a nice day!

    Thread Starter Anonymous User 20309175

    (@anonymized-20309175)

    Hello,

    great it is working.

    Can you also share a filter to remove the ‘ADDED TO WISHLIST’ Message?

    Thank you.

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    In order to achieve what you need, you must go to Add to wishlist options > Text customization > “Product added” text, and delete the text.

    Try it out and tell us if it works well for you, please.

    Have a nice day!

    Thread Starter Anonymous User 20309175

    (@anonymized-20309175)

    Where can i find the ADD TO WISHLIST options?

    Thank you.

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    sorry for the delay.

    You can find it from our YITH tab added to the left sidebar of your site’s dashboard (you can see it as an administrator), then you have to go to Wishlist and follow the path I mentioned earlier. I’m sending you a screenshot so you can see which sidebar I’m referring to:

    https://we.tl/t-Tjb70m7BEm

    Let us know any news, please.

    Have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change removed product Message on Wishlist Site’ is closed to new replies.