• Resolved liaodin

    (@liaodin)


    Hello, I want to ask about bulk printing.
    I cannot print orders in batches, but I can print individual orders.
    For details, I have screenshots on the dropbox.
    Hope you can help me to solve this problem, thnaks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @liaodin

    We are not able to replicate the issue on our site so can you share us the screenshots for more details so that it will be helpful for us to work on your issue.

    Thanks,
    Shasvat Shah

    Thread Starter liaodin

    (@liaodin)

    Hi,thanks for your reply
    I think I found the cause of this situation.
    Because I used some code about hiding the admin notices.
    If i hide all notifications, the batch printing window will not pop up.
    Maybe you will know why hiding notifications can cause this situation.

    code show as below

    function hide_update_noticee_to_all_but_admin_users()
    {
    if (is_super_admin()) {
    remove_all_actions( ‘admin_notices’ );
    }
    }
    add_action( ‘admin_head’, ‘hide_update_noticee_to_all_but_admin_users’, 1 );

    Hi @liaodin

    Glad you find the cause and it working fine.

    Regards,
    Shasvat Shah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bulk Print not work’ is closed to new replies.