Hi,
In Toolset Bootstrap you have support for WooCommerce.
You can add support in two different ways.
From docs on WooCommerce website:
There are two ways to resolve this; using hooks (for advanced users/developers) or using our catch-all woocommerce_content() function inside your theme.
Since you are developers, I'm actually suprised to see you have chosen to use woocommerce.php, this limits Toolset Bootstrap users to overwrite WooCommerce template files, and thus is less flexible.
Anyway, I have integrated WooCommerce now in my Toolset Bootstrap child theme the developers way.
Only thing I don't like at the moment I have to manually disable woocommerce.php for example by chaning it to woocommerce_off.php or delete it completly. When updating the parent theme, a new woocommerce.php file will be added so I don't like this change.
Can I disable this parent template file by adding something in my child themes function.php? I looked the internet, but can't get my head around it.
This is the only thing I found which I don't know if it's usefull or not:
http://wordpress.stackexchange.com/a/138555
Hope to hear from you.
Kind regards,
Willem