Post by bam » Fri Jan 06, 2012 9:49 am

Can I add a background image on the invoice?
If so, what codes should I use?
Thank you!

bam
Newbie

Posts

Joined
Fri Jan 06, 2012 8:16 am

Post by billyggla » Fri Jan 06, 2012 10:48 am

/admin/view/stylesheet/invoice.css

find

Code: Select all

body {
	background: #FFFFFF;
Change to

Code: Select all

body {
	background: #FFFFFF url('../image/yourimage.jpg');
put yourimage.jpg in
/admin/view/image/

Active Member

Posts

Joined
Mon Sep 20, 2010 7:05 am

Post by Maio » Fri Jan 06, 2012 4:19 pm

find \catalog\view\theme\ <your theme> \template\mail\order.tpl

find at line 7

Code: Select all

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
add or change

Code: Select all

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url('http://www.your-site.com/image/yourimage.jpg'); /* your image url */
}

New member

Posts

Joined
Wed Aug 04, 2010 8:35 am
Location - Indonesia
Who is online

Users browsing this forum: No registered users and 33 guests