• Resolved 400badrequest

    (@400badrequest)


    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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Yes, Your theme may be following some different DOM structures that’s why the related product is not showing. So we suggest you rather than writing any code on themes function.php

    You can give a try to this plugin for your Upsell products: https://www.ads-software.com/plugins/woo-one-click-upsell-funnel/

    We hope this will help you with what you are looking for.

    Regards,

    Kenin

    (@kbassart)

    Automattic Happiness Engineer

    Hi there,

    This issue would be related to the theme in use not WooCommerce itself. We’d recommend contacting the theme developer for assistance with this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Upsells not displaying products’ is closed to new replies.