Posted by Babalu on September 20, 2011 at 7:11pm
4 followers
Jump to:
| Project: | Commerce Invoice Receipt |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Daglees |
| Status: | closed (fixed) |
Issue Summary
How can i change the logo in the invoice to the logo from my website
Comments
#1
The next release will automatically fetch the site's logo and print it in the invoice.
#2
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']; ?>" />#3
Logo is automatically printed in the header in latest dev.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.