Hello there, I have been delving into the wonderful world of product layouts, and I am discovering that many plugins don’t seem to be fully compatible with the dynamic content fields that Pro produces.
For instance, I’ve got a bulk pricing plugin that automatically puts a bulk pricing table on the single product page (hooking into the woocommerce_single_product_summary function), but since that function isn’t called on my layout, the plugin doesn’t render the table. I managed to get around this by creating my own shortcode that renders the function and removes all the other actions from it.
That being said, I’ve also noticed that the Price field operates in the same way. Certain plugins can’t dynamically change the price field because some of it happens in the woocommerce_single_product_summary function. I’ve managed to wangle it to get it to work, but it would be so much easier if you all would allow the default hooks to operate on the single product pages or at least give us the option of implementing them on the page without crazy custom dev.
I’m sure you all are looking for solutions to these same things and I’m looking forward to seeing them, but I just thought I’d communicate some of the hangups I’m experiencing.