2
votes

I need to add a custom discount option in woocommerce when add order from admin.

I used woocommerce_before_calculate_totals hook for front side a working fine for front order. Is any hook available for admin side?

Thanks,
Bharat Bhola

1

1 Answers

1
votes

You can add your custom discount by using wc_admin_custom_order_field_options It should work.