Here is the exact message.
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.
Hope this helps!
Thanks in advance!
Theticus
Hi there,
Glad you like the theme, however I cannot tell you which is the best e-commerce plugin. There are way to may of them out there in the wild and I normally do not test plugins with WP-Forge.
However if you want to use WooCommerce you can. Open up functions.php and add the following somewhere:
// Makes our theme support WooCommerce
add_theme_support( 'woocommerce' );
Hope this helps. Enjoy!
Thanks for the quick reply.
Can I install that code in my child theme “wp-starter”??
Cheers,
Hi Thomas,
Pls ignore my previous post..
Yes it works in child theme (wp-starter) All good to go.
Am closing this ticket.
God bless.
Theticus
Hey there,
You are very welcome. Glad I could help. I used to have WooCommerce support in WP-Forge but took it out. I was trying to reduce code. I think I will add it back in.
If you want you can go ahead and add it to WP-Forge itself as it will be added in the next update. This way you don’t have two instances of that function.
If you have any other issues, questions or concerns, please feel free to let me know.
As always, enjoy!