Invoice logo commenting?

I have found complex (for me…) ways to change the CS cart logo on the invoice, however, I simply want to get rid of it for now.



Is there an easy way to do this?



If possible please show me where to find the file, which line to edit and how to edit it.



Thank you!!

2 ways to do it

the easy way is to create a small image (say 5X5 white.gif) and replace the logo in the image directory (just make sure you name it the same)i.e. invoice_logo.gif





OR just comment out the logo in

skins/(your-skin)/mail/orders/invoice.tpl


{* Invoice header *}



Would this be the exact line including the

/td>

and what is the best way to comment out this line?

Like this?



<–code here–>



Thank you!





{$settings.Company.company_name}

i am not positive, there might be some alignment problems but maybe just try putting






between the

......

[quote name=‘MikeFold’]i am not positive, there might be some alignment problems but maybe just try putting






between the

...... [/QUOTE]

Are you saying that my commenting is ok but I should add:

CODE] ```

between the
...... [/

Comment it out like this:


```php

[COLOR=red]{*[/COLOR]


{$settings.Company.company_name}

[COLOR=red]*}[/COLOR]
```

[quote name=‘mdekok3000’]Comment it out like this:


```php

[COLOR=red]{*[/COLOR]


{$settings.Company.company_name}

[COLOR=red]*}[/COLOR]
```[/QUOTE]


Perfect!

No more CS cart logo!

Thank you.









[COLOR="Red"]{$settings.Company.company_name}[/COLOR]

{$settings.Company.company_name}

{$settings.Company.company_address}

{$settings.Company.company_city}, {$settings.Company.company_state_descr} {$settings.Company.company_zipcode}

{$settings.Company.company_country_descr}

{if $settings.Company.company_phone}
{$lang.phone1_label}: {$settings.Company.company_phone}

{/if}
{if $settings.Company.company_phone_2}
{$lang.phone2_label}: {$settings.Company.company_phone_2}

{/if}
{if $settings.Company.company_fax}
{$lang.fax}: {$settings.Company.company_fax}

{/if}
{if $settings.Company.company_website}
{$lang.web_site}: {$settings.Company.company_website}

{/if}
{if $settings.Company.company_orders_department}
{$lang.email}: backissues@gatefold.com

{/if}