• hi there. has anyone used woocommerce with this theme? I’m getting a message saying the theme does not declare woocommerce support, but maybe it works fine anyway. thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hi btlowry,
    Hope you’re having a good time:)

    You can create a Child_Theme and add the woocommerece support in child theme’s function.php

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

    I think it will work fine.

    Regards,
    Tanay Khandelwal

    Thread Starter btlowry

    (@btlowry)

    Hi Tanay,
    Thanks for that.
    Now I’m pretty new to all this and hardly know anything about CSS. The child theme is to test things out without ruining your main theme right? In that case I reckon I’ll just try it on the main theme because it’s brand new anyway and I don’t have much to lose. Does that make sense?
    Thanks
    Bevis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘woocommerce’ is closed to new replies.