Do Not Want The Business Address Etc In The Emailed Invoice

we do not have a store front

just an online store

(we used our 'other business address to fill in the settings

how can I edit what appears on the emailed invoices



thanks

Hello.



You can do this by modifying the design/backend/mail/templates/orders/invoice.tpl file in your CS-Cart installation. In order to remove your company address from the invoice, you should remove or comment out the following lines:


{$company_data.company_address}

{$company_data.company_city}{if $company_data.company_city && ($company_data.company_state_descr || $company_data.company_zipcode)},{/if} {$company_data.company_state_descr} {$company_data.company_zipcode}

{$company_data.company_country_descr}




I hope this will help you.