• Resolved folal01

    (@folal01)


    When adding a product to the wishlist the “Product added to wishlist” is displayed but for a very short time. How do I increase this message timeout to say 3 seconds so the customer can read it. I have modified this message and just want to let the customer know that adding to the wishlist will not reserve the product for them
    Thanks

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

    (@yithemes)

    Hello @folal01,
    hope you are well! 🙂

    Unfortunately, change this timeout is very difficult to make in this version, what we can do it to change this timeout value directly in the JS minified of the plugin.

    I will explain how to do this step by step.

    1. Go to “wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.js”
    2. In this file search the string “window.setTimeout(function(){e.fadeOut()},2E3)”
    3. Change the value “2E3” with the value in miliseconds that you want ( 1000 = 1second), so for 3 second you need to add 3000.

    Remeber that this changes are made in your plugin, so when you update it this change will disappear.

    Check it and let us know if it works for you.

    Have a good day,
    YIThemes.

    • This reply was modified 6 years, 1 month ago by YITHEMES.
    Plugin Author YITHEMES

    (@yithemes)

    Hello there,
    hope you are doing well! 🙂

    Seem that this thread doesn’t have any activity, so we think that the problem is solved and we will proceed to close it.

    Anyway, if you have any issue don’t hesitate to contact us.

    Have a good day,
    YIThemes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase timeout value on “Product Added” message’ is closed to new replies.