• Resolved steveo2000

    (@steveo2000)


    Is there a way to disable ‘filter by registered customer’ on the orders list in the dashboard? We have guest checkout so don’t need it and it’s taking up lots of room on our orders screen with the other filters we have.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Luminus Alabi

    (@luminus)

    Automattic Happiness Engineer

    @steveo2000,

    You can hide it with CSS. This plugin lets you add CSS code that affects the admin area – https://www.ads-software.com/plugins/add-admin-css/.

    Popping this snippet in there should do.

    span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
        display: none;
    }
    Thread Starter steveo2000

    (@steveo2000)

    Although this would remove the select box – wouldn’t this remove any select2 select field that was placed in that area?

    I can’t see why this would need to appear anyway in my scenario?

    At the very minimum this should have an identifier on it so we can just remove that one select2 on that page rather than them all.

    • This reply was modified 6 years, 3 months ago by steveo2000.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable ‘filter by registered customer’? We have guest checkout’ is closed to new replies.