Archived topic
Upsells Not Showing on Single Product Page
3 replies · Started by Robert on May 13, 2020
Hi!
On single product pages, only related products are shown. Instead, I want to show just Upsells .

I have enabled Upsells in Customizing ▸ Layout ▸ WooCommerce but it does not work. I can only disable related products.

Products for Upsell and Crosssell are defined in product attributes. Crosssells are visible in cart so it only affects upsells.

Appreciate your help!
Robert
Hi there,
i can see this CSS on your site which is hiding them:
body.single-product section.upsells {
display: none !important;
}
Its being added inline to your site - looks like a Custom CSS plugin ?
Thank you David, removing that piece of code was the solution!
Glad to hear that