Upsells not displaying products
-
The upsells feature is not displaying products, it only shows the header text “You May also Like…” but no products. It seems like a problem with the theme, but I can’t find any place in the theme’s function.php, single-product.php or any other theme files that references upsells. I tried adding the below to the theme’s function.php file, and it successfully moved the upsell section, but products are still not displayed.
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_upsell_display’, 15 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_upsell_display’, 39 );
What file(s) should I be looking at to determine why the upsell products are not being displayed? Or, what can I add to make them display?
The page I need help with: [log in to see the link]
- The topic ‘Upsells not displaying products’ is closed to new replies.