Hi all,
I have a similar problem, I'd like to have a logo above the invoice.
I have tried with:
an IMG tag in Config Shop Addresse like that:
<img src="http://www.myshop.it/images/logo.jpg" />
Company name
Company address
ZIP code Country
or writed in the invoice.php file too:
...
<div class="storeaddress">
<img src="http://www.myshop.it/images/logo.jpg" />
<?php
$store = str_replace(array("\r\n","\n","\r"),array('<br/>','<br/>','<br/>'),$config->get('store_address',''));
if(JText::_($store)!=$store){
$store = JText::_($store);
}
echo $store;
?>
</div>
...
What I get is no PDF attached in the e-mail and if I try to print on Front-End (User printing Invoice) I see:
Fatal error: Call to undefined method HTML2PDF_exception::get() in /home2/----/----/libraries/legacy/error/error.php on line 536.
I've tried with and without protocol http://www.... and without closing backslash tag <.../> <...>.
Not works
Without image tag <img src= ..... /> I get the PDF invoices without any problems on front-end (print) and it is attached by the e-mail regularly.
Have you an idea how to solve it? Have you ever seen it?
Thanks in advance.
Joomla ver. 3.4.3
HikaShop ver. Essential: 2.5.0
HikaSerial ver. 1.9.1
PHP ver. 5.5.27
PS: I like your HikaShop and HikaSerial (wow!) ... very nice work, much better as VirtueMart (new versions are awful !!!!)