Page 1 of 1

Store logo to invoice. Code stoped working in 1.5.5.1

Posted: Thu Feb 21, 2013 4:46 pm
by Alexisander
Hello, in 1.5.3.1 i used to have a hand made vqmod to display the store logo in invoice

here was my vqmod code:

Code: Select all

<modification>
	
		<file name="admin/view/template/sale/order_invoice.tpl">
	        	<operation>
		        	<search position="before"><![CDATA[
			<h1><?php echo $text_invoice; ?></h1>
		        	]]></search>
		        	<add><![CDATA[
			<img src="<?php echo HTTP_IMAGE . $this->config->get('config_logo'); ?>">
		        	]]></add>
	        	</operation>
		</file>
	
</modification>
This is not working anymore in 1.5.5.1
Does someone have an idea how to fix it for 1.5.5.1? i can't get the solution.

THX!

Re: Store logo to invoice. Code stoped working in 1.5.5.1

Posted: Mon Mar 04, 2013 3:28 am
by uksitebuilder
Change HTTP_IMAGE to 'http://www.yourdomain.com/image/'