• Resolved nay18

    (@nay18)


    Hello,

    I just wanted to find our if this theme is compatible with woocommerce?

    TIA!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi there! It hasn’t been tested with WooCommerce, but there shouldn’t be anything incompatible. ?? Feel free to give it a try. If anything needs tweaking on the CSS front we’d be glad to help here.

    Thread Starter nay18

    (@nay18)

    Hello Kathryn,

    Thanks for the response!!

    I just got a bit worried when I saw this alert –

    “Your theme does not declare WooCommerce support – Please read our integration guide or check out our Storefront theme which is totally free to download and designed specifically for use with WooCommerce.”

    This is the guide recommended I read.

    Would I need to fiddle with the functions etc?
    Or should I just test the compatibility?

    Thank you!

    Moderator Kathryn Presner

    (@zoonini)

    If you want to avoid that message popping up, you can create a child theme and then add this function to your child theme’s functions.php:

    // Declare WooCommerce support
    add_action( 'after_setup_theme', 'woocommerce_support' );
    function woocommerce_support() {
        add_theme_support( 'woocommerce' );
    }

    Making a child theme means your changes won’t be overwritten when you update the theme. If you’re new to child themes, you can explore these guides:

    https://codex.www.ads-software.com/Child_Themes
    https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme/

    Thread Starter nay18

    (@nay18)

    Thank you soooo much Kathryn!

    I will let you know if I have any compatibility issues.

    Moderator Kathryn Presner

    (@zoonini)

    Sounds good!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Is this theme Woocommerce compatible’ is closed to new replies.