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

Assigned to:Anonymous» Daglees
Status:active» fixed

Logo is automatically printed in the header in latest dev.

#4

Status:fixed» closed (fixed)

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

nobody click here