• jcusaac

    (@jcusaac)


    I am a little confused here.

    What does this plugin do exactly?

    I notice that the template you provide automatically works once the plugin is activated and the site visibility is set to “coming soon” in the Woocommerce settings, but, am I missing the reason we need to copy the template to our theme?

    I found this plugin because I use Divi Theme, and realized that the WordPress Editor will not allow me to change the default site visibility template. I was hoping that this plugin gave me the ability to use the editor to change it by overriding the default some how.

    Since this isn’t the case, I assume that this plugin just provides me a PHP template that I can manually code to look how I want and will display instead?

    Thanks.

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

    (@makspostal)

    Hello @jcusaac

    You are absolutely right, this plugin is useful only for classic themes, which don’t support block themes.

    I notice that the template you provide automatically works once the plugin is activated and the site visibility is set to “coming soon” in the Woocommerce settings, but, am I missing the reason we need to copy the template to our theme?

    The only reason is that you shouldn’t edit plugins directly. It’s just one of the WordPress best practices.

    I found this plugin because I use Divi Theme, and realized that the WordPress Editor will not allow me to change the default site visibility template. I was hoping that this plugin gave me the ability to use the editor to change it by overriding the default some how.

    Is Divi a classic (non-block) theme? Without Gutenberg?

    Since this isn’t the case, I assume that this plugin just provides me a PHP template that I can manually code to look how I want and will display instead?

    You are totally right again ??

    Only one remark, since WooCommerce version 9.5.1 you have to use this code snippet:

    add_filter( 'wpwc_classic_coming_soon_store_only_content_id', function () {
    return 72663;
    } );

    where?72663?is page ID which content will be used for?Coming soon -> Apply to store pages only?mode.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.