Hi,
This is a folluw up on this topic: http://wp-types.com/forums/topic/woocommerce-actions-not-working-maybe-theme-issue/.
I just installed a brand new WP website + WooCommerce + Toolset Bootstrap, and it seems that Toolset Bootstrap is causing a problem here, because (like you asked) with the default WP themes there are no problems on this issue.
So, to summarize, the content from wrapper-start.php and wrapper-end.php from WooCommerce is not being loaded when Toolset Bootstrap theme is activated.
The HTML that should be visible from wrapper-start.php:
<div id="container"><div id="content" role="main">
But looking in the source it's nowhere to be found:
<section class="span8" id="content" role="main"> <h1 class="page-title">Shop</h1> <p class="woocommerce-info">No products were found matching your selection.</p> </section>
Hope to hear what is causing the problem here.
Kind regards,
Willem