Post by Alexisander » Thu Feb 21, 2013 4:46 pm

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!

Active Member

Posts

Joined
Mon Jul 18, 2011 10:11 pm

Post by uksitebuilder » Mon Mar 04, 2013 3:28 am

Change HTTP_IMAGE to 'http://www.yourdomain.com/image/'

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom
Who is online

Users browsing this forum: Bing [Bot], davidjames78 and 109 guests