• Hi,

    I am getting a notification “Your theme does not declare Woo Commerce support”.
    I am able to use the features of the woo commerce plug in right now. But, it may pose some problems in the future. How to resolve this?

Viewing 1 replies (of 1 total)
  • Hi..

    Please make a child theme directory.

    Now add below code into your child theme’s function.php file.

    add_action( 'after_setup_theme', 'woocommerce_support' );
    function woocommerce_support() {
        add_theme_support( 'woocommerce' );
    }

    Save the changes.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Theme not compatible with woocommerce’ is closed to new replies.