• Max

    (@art-woodde)


    Dear Plugin-Team,

    I really like your plugin, because it does exactly what I was looking for!
    There is only one little thing left. When there are only 0 items left and backorders are allowed, the stock status is transfered to the order email of the customer.
    Is there a way to hide the stock status in the notification emails?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Max

    (@art-woodde)

    After some more hours of research I found a very simple solution.

    Simply add

    `add_filter( ‘woocommerce_backordered_item_meta_name’ , ‘__return_false’ );

    to your functions.php and the meta title “Backordered” is gone in email and pdf.

    Plugin Author Softound Solutions

    (@softound)

    @art-woodde,

    Really thank you so much for finding the solution and shared here.
    We will implement your solution in our next version of the plugin.

    Regards
    Softound Solutions

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide stock status in order email’ is closed to new replies.