Okay
  Public Ticket #3066366
Related Products Woocommerce
Closed

Comments

  •  7
    EllenCoolDutch started the conversation

    At the moment, the system generates related products by default on the product pages. (on my page in Dutch: Gerelalteerde producten)

    I have a question about this:

    I would like to remove the standard related products but I would like to keep the up and cross sells.

    When I use the css code:

    .related.products {
      display: none;
    }

    they all disappear. 

    Is there a way to remove the default related products (system generated) but keep the upsell (on my page in Dutch: Andere suggesties...)?

  •  279
    Noah replied

    Hi there,

    Could you try this CSS instead:

    .single-product .products.related{
        display:none;
    }
    

    Cheers.

  •  7
    EllenCoolDutch replied

    Thank you so much again...

    It worked

    Regards,