https://postimg.org/image/xgyc0hgxz/
Ok so i want to create an extra field(Column) where the picture has the black square but first of all i don't know what the hook is . After searching i found the hook
woocommerce_admin_order_data_after_order_details
but this hook is above what i want as showed here.. Add order metadata to WooCommerce admin order overview
Also what i want is to show shipping Class for each object which i suppose i could access through global $product if i could access the loop there but i just don't know the hook or how am i suppose to add this column. Any ideas?