Site logo

Archived topic

Upsells Not Showing on Single Product Page

3 replies · Started by Robert on May 13, 2020

Viewing posts 1–4 of 4

Hi!

On single product pages, only related products are shown. Instead, I want to show just Upsells .

Only related products

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

GP options

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

WC Product options

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

This archived topic is closed to new replies.