Hi, if there is no solution for this problem then atleast let me know how do I hide Billing Profile tab from user account Invoices because if that tab is hidden then user will enter their complete billing information in their user profile instead of Invoice > Billing profile.
And about the no logo on invoice is not a big deal, I can manage it without a logo.
Okay so I finally managed to remove the Billing Profile Tab from Invoice > Billing Profile by deleting a code in "plugins/invoice/user/profile.php".
Following is the code that I deleted:
" <a href="#profile" data-tab="profile" class="<?php if($type == 'profile') { ?>active<?php } ?>"><?php _e('Billing profile', 'invoice'); ?></a> ".
Also for the logo not showing on PDF generated invoice my solution is very simple that send invoice to customer without a logo.
I know this is not a permanent solution for this problem but because I am not comfortable with sharing my account credentials with anyone (not sure who shares their account credentials with anyone), I couldn't get or expect a solution from developers on this problem unless someone else with similar problem using Epsilon theme approaches developer for help and are comfortable with sharing their account credentials and when developer confirms this issue and find a solution then maybe in future sometime there will be an update with fix. I will happily wait till then as for now I believe I don't need a seperate tab for Billing Profile and about the logo will have to manage.
Thanks