[Support request] Remove related products Woocommerce

Home Forums Support [Support request] Remove related products Woocommerce

Home Forums Support Remove related products Woocommerce

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #334894
    Gines

    Hi, I need to remove the related products from the Woocommerce product page. I have tried this, but I can not remove it, it could help me. My page is this: https://www.deporexpan.es

    function wc_remove_related_products( $args ) {
    return array();
    }
    add_filter(‘woocommerce_related_products_args’,’wc_remove_related_products’, 10);

    #334927
    David
    Staff
    Customer Support

    You can do this from the Customiser > Layouts > Woocommerce > Under Single Product > Display Related Products check box

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.