Show linked/grouped product instead of related products
-
Ive found the action to add content after the cart and I’ve managed to have the related products show:
add_action( ‘woocommerce_after_add_to_cart_button’, ‘woocommerce_output_related_products’, 20 );
How can I make it to show only the grouped or up-sells instead of the related products?
I’ve tried creating a new category, for only the main product and the one I have to show, but it does’t work for some reason.
- The topic ‘Show linked/grouped product instead of related products’ is closed to new replies.