How can i change the logo in the invoice to the logo from my website

Comments

Daglees’s picture

The next release will automatically fetch the site's logo and print it in the invoice.

dianikol’s picture

A workaround for this is in the tpl file do this:

<?php
$info['logo'] = theme_get_setting('logo');
?>

and then print out this:

<img src="<?php print $info['logo']; ?>" />
Daglees’s picture

Assigned: Unassigned » Daglees
Status: Active » Fixed

Logo is automatically printed in the header in latest dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.