• Resolved lookers01202

    (@lookers01202)


    I’m creating a restricted view of the orders list in Admin. What is the best way to make the orders list non-clickable (I’m new to WordPress and just finding my way around the code).
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Tamirat B. (a11n)

    (@tamirat22)

    Hello @lookers01202!

    Thanks for reaching out!

    I’m creating a restricted view of the orders list in Admin. What is the best way to make the orders list non-clickable

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    
    /* Remove link from order list entries in the WC backend */
    
    ?.post-type-shop_order .wp-list-table tbody tr {
    
    pointer-events: none;
    
    }
    
    

    Could you please try this and let us know if it helps? Thanks!

    We’ve not heard back from you, so I’m marking this thread as resolved. Hopefully, the above info was helpful.

    If you have further questions, please feel free to open a new topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Orders List’ is closed to new replies.