Hello
I’ve found a way to get hooks into General Details.
Hope to help you a lot
function dokan_order_details_after_customer ( $order ) {
echo '<p><strong style="color:red">'.__('NameField').':</strong> ' . $order->get_meta( '_Field' ) . '</p>';
}
add_action( 'dokan_order_details_after_customer_info', 'dokan_order_details_after_customer' );
-
This reply was modified 4 years, 10 months ago by thanidoudto.