Hello Johnny,
thank you very much for your quick support, much appreciated.
However it seems that the new options eds_sender_name and eds_sender_email are not saved correctly to DB. When I click the Save button then they appear blank again.
I think that the problem could be just because the following lines are missing in admin\class-easy-digital-shop-admin.php:
register_setting(‘eds-settings-group’, ‘eds_sender_name’);
register_setting(‘eds-settings-group’, ‘eds_sender_email’);
Many thanks
Matteo