I am trying to achieve the following:
On the grouped product detail page a Add to Cart button for each Individual item, also for each item the Individual price must be listed. I have seen the following can be done but i need to get it working in a grouped product;
Adding Woocommerce Add to Cart Button to related products and product listing
Any suggestions? Many Thanks!
Heres how to make a hook work with grouped products in woocommerce. Just replace the add_action() below with any add_action or remove_action you want to use.