Fixing the issue with emails not showing input fields
-
Hi
With latest versions of your plugin (1.5.0) and woocommerce, product input fields would not appear on emails. To fix that you should add this line:
add_action( 'woocommerce_order_item_meta_end', array( $this, 'output_custom_input_fields_in_admin_order' ), 10, 3 );
at line 70 of includes/class-alg-wc-pif-main.php
Cheers
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Fixing the issue with emails not showing input fields’ is closed to new replies.