Text only
|
Text with Images
VirtueMart Forum
VirtueMart 2 + 3 + 4
=> Virtuemart Development and bug reports => Topic started by: sandomatyas on November 30, 2017, 16:42:43 PM
Title:
Missing vendor logo from invoice layout
Post by:
sandomatyas
on
November 30, 2017, 16:42:43 PM
I noticed that views/invoice/invoice.php doesn't contain vendor logo, just a line
Code
Select
Expand
$this->vendor->vendor_letter_header_image;
without any print or calling a function or if/else statement
VM 3.2.6
Title:
Re: Missing vendor logo from invoice layout
Post by:
Milbo
on
November 30, 2017, 20:34:53 PM
that is done in the view.html.php before.
Text only
|
Text with Images