Reply To: Undefined Index Error when saving changes in backend

Home Page Forums WooCommerce Custom Tabs Undefined Index Error when saving changes in backend Reply To: Undefined Index Error when saving changes in backend

#776

WebshopLogic

Keymaster

Hi Rod,

We have fixed this problem, the fix will be available in the next release.
Until then, you can delete the following lines from wct-admin-page.php file, from sanitize function:

		if( !is_numeric( $input['id_number'] ) )
			$input['id_number'] = '';  
	
		if( !empty( $input['title'] ) )
			$input['title'] = sanitize_text_field( $input['title'] );

Peter