WPIntell

Source evidence

Fatal error: Uncaught Error: Call to undefined method

Email Customizer for WooCommerce | Drag and Drop Email Templates Builder · support · 2024-04-05T12:11:00+00:00

mixedsentiment
highseverity
0.94relevance
6replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
angeldavo resolved
Fatal error: Uncaught Error: Call to undefined method Automattic\WooCommerce\Admin\Overrides\OrderRefund::get_billing_first_name() in /var/www/vhosts/xxxxxxxxxxxxxxxxxx/httpdocs/wp-content/plugins/email-customizer-for-woocommerce/classes/class-wecmf-settings.php:438 Stack trace: #0 /var/www/vhosts/xxxxxxxxxxxxxxxxxx/httpdocs/wp-content/plugins/email-customizer-for-woocommerce/classes/class-wecmf-settings.php(426): WECMF_Settings->get_buyer_info() #1 /var/www/vhosts/xxxxxxxxxxxxxxxxxx/httpdocs/wp-content/plugins/email-customizer-for-woocommerce/classes/class-wecmf-settings.php(331): WECMF_Settings->get_woo_orders() #2 /var/www/vhosts/xxxxxxxxxxxxxxxxxx/httpdocs/wp-includes/class-wp-hook.php(324): WECMF_Settings->enqueue_admin_scripts() #3 /var/www/vhosts/xxxxxxxxxxxxxxxxxx/httpdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #4 /var/www/vhosts/xxxxxxxxxxxxxxxxxx/httpdocs/wp-includes/plugin.php(517): WP_Hook->do_action() #5 /var/www/vhosts/xxxxxxxxxxxxxxxxxx/httpdocs/wp-admin/admin-header.php(118): do_action() #6 /var/www/vhosts/xxxxxxxxxxxxxxxxxx/httpdocs/wp-admin/admin.php(239): require_once(‘…’) #7 {main} thrown in /var/www/vhosts/xxxxxxxxxxxxxxxxxx/httpdocs/wp-content/plugins/email-customizer-for-woocommerce/classes/class-wecmf-settings.php on line 438 Hi, Your issue needs a detailed check. Can you please raise a ticket through our website? We hope our technical team will be able to help you. Thank you! Since we haven’t heard back from you, we believe that your issue is resolved. We are going to mark this thread as resolved. Thank you! Hello, I still have the same problem…. Could you please provide the details that we requested through ticket? Thank you! I had this exact same problem and contacted support. I was told to add this snippet to my functions.php file and it fixed it. add_filter('woocommerce_order_query_args', 'th9e_woocommerce_order_query_args', 99); function th9e_woocommerce_order_query_args($args){ if(isset($_GET['page']) && $_GET['page'] == 'thwecmf_email_customizer'){ $args['type'] = array('shop_order'); } return $args; } @graymedialtd Glad to hear that!

Comments

6 shown
Dina S. 2024-04-08T05:15:00+00:00

Hi, Your issue needs a detailed check. Can you please raise a ticket through our website? We hope our technical team will be able to help you. Thank you!

Dina S. 2024-05-09T14:03:00+00:00

Since we haven’t heard back from you, we believe that your issue is resolved. We are going to mark this thread as resolved. Thank you!

angeldavo 2024-05-17T13:37:00+00:00

Hello, I still have the same problem….

Dina S. 2024-05-31T05:57:00+00:00

Could you please provide the details that we requested through ticket? Thank you!

GrayMediaLtd 2024-07-10T23:29:00+00:00

I had this exact same problem and contacted support. I was told to add this snippet to my functions.php file and it fixed it. add_filter('woocommerce_order_query_args', 'th9e_woocommerce_order_query_args', 99); function th9e_woocommerce_order_query_args($args){ if(isset($_GET['page']) && $_GET['page'] == 'thwecmf_email_customizer'){ $args['type'] = array('shop_order'); } return $args; }

Dina S. 2024-07-18T05:44:00+00:00

@graymedialtd Glad to hear that!