Fetch related product image in product category loop
-
I need to fetch the main image and permalink for related products in the category page (content-product.php) and I have no idea how to do that. I’ve tried to use the function:
add_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_related_products’, 20);
But that one does not print anything at all.
Does anyone know how to do this the right way?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fetch related product image in product category loop’ is closed to new replies.