• Resolved kajahal

    (@kajahal)


    Hello,

    we only use Delivery notes, and would like to remove other 2 items from bulk actions dropdown.

    How can we do it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kenil802

    (@kenil802)

    Hi @kajahal,

    Apologies for the delay in response.

    I am afraid that currently, it is not possible to remove the Print Invoice from the bulk actions.

    Regards,
    Kenil Shah

    Hi ! I asked myself the same question and I found a small solution with CSS

    .bulkactions #bulk-action-selector-top option[value="wcdn_print_invoice"], 
    .bulkactions #bulk-action-selector-top option[value="wcdn_print_receipt"]{
    	display: none;
    }

    if it can help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove “Print invoice” from bulk actions’ is closed to new replies.