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
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