Viewing 4 replies - 1 through 4 (of 4 total)
  • Open the coce and search for that text, and you can change it.

    Search for

    // Our hooked in function $availablity is passed via the filter!

    and replace

    $button_label = WC_Admin_Settings::get_option( 'wup_button_label_txt', 'wup' );

    with this:

    $button_label = WC_Admin_Settings::get_option( 'wup_button_label_txt', 'Coming Soon' );

    Hopefully this gets fixed soon as it has an admin screen where this is supposed to be set but it does not seem to be working for the latest version of woo.

    Plugin Author Mohaiminul Islam

    (@skshaikat)

    Please save the settings option from woocommerce>settings>products>upcomingProducts
    this will solve your issue.

    Thanks @robertgomez. that is the fix. I will update this soon.

    Plugin Author Mohaiminul Islam

    (@skshaikat)

    Fixed on 1.3 version. Resolving this topic. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘not displaying coming soon’ is closed to new replies.