It’s really a good plugin.
But I had the same problem – I changed the order of
add_action( ‘woocommerce_email_order_details’, array( $this, ‘order_details’ ), 10, 4 );
add_action( ‘woocommerce_email_order_details’, array( $this, ‘order_downloads’ ), 10, 4 );
in class-wc-emails.php.
Now the download section is after order details. Would it be possible to change this in plugin that the added message will be visible before order details AND also before order downloads if there are any? So that order downloads will be still the first thing after added message?
-
This reply was modified 5 years, 9 months ago by
mojcak.