I am developing a plugin for WooComerce. I have to add a custom section in WooComerce order admin page, below order items section. My section will contain few text boxes and drop-downs and a button. On button click i will call a web service and pass parameters to it from my fields filled in section.
How should i start this i mean for designing is there any hook of WC order page through which i can add my section fields etc. or should i use meta boxes? Whats the best way.
I found woocommerce_before_order_itemmeta hook but it didnt work for me.