How To Change Address Of Vendors On Invoice To Website Commono Address

Hi

When users receive email notification, it contains address, copyright name etc. of vendors. How to change it to set address, copyright etc. by the site's own. Don't want to show the vendors address or anything to invoice/email notifications that goes to our customers. What we need to change on Editing snippet: Footer?

app/Tygh/Template/Document/Variables/CompanyVariable.php

Try to add

$company_id = 0;

before

$this->data = fn_get_company_placement_info($company_id, $lang_code);

(!!!) Not tested