Viewing 7 replies - 1 through 7 (of 7 total)
  • Jill333

    (@jill333)

    I have the same problem – it shows ‘coming soon’ in green when in stock is selected, number of stock is entered and the coming soon box unchecked.

    Plugin Author Sebs Studio

    (@sebsstudio)

    Yes, we are aware of the problem and we are working on fixing this. We are also very busy re-developing all our other plugins. See https://www.sebs-studio.com for details.

    Jill333

    (@jill333)

    Thanks for your reply! its good to know you are having a look at this – please keep us updated ??

    Hi, any news regarding that?
    Worked great so far, I just upgraded to WooCommerce 2.3.3 and now it shows “Coming Soon” on ALL items.
    Help ??

    this is an easy fix ?? got to

    class-wc-coming-soon-meta-box-product-data.php

    and change

    $woocommerce_product_coming_soon = isset($_POST['_set_coming_soon']) ? 'yes' : 'no';

    to

    $woocommerce_product_coming_soon = isset($_POST['_set_coming_soon']) ? 'yes' : '';

    and you are all set ??

    I tried doing what he said ^ but can’t seem to find class-wc-coming-soon-meta-box-product-data.php”

    If anybody have a solution please post it. Thanks

    Plugin Author Sebs Studio

    (@sebsstudio)

    I have just pushed an update for the plugin on GitHub. Before I release the update on WordPress, please test it and report your feedback.

    Thank you.

    https://github.com/Sebs-Studio/WooCommerce-Coming-Soon/tree/dev

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom Theme – Shows "Coming Soon" in stock or out of stock.’ is closed to new replies.