Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 12-26-2010 14:12:28

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Printable order summary

Is it possible to include a logo image in the printable order summary page?

How would I go about that?


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#2 12-27-2010 00:30:23

KryptoJim
Member
Registered: 07-08-2010
Posts: 455

Re: Printable order summary

mdowning wrote:

Is it possible to include a logo image in the printable order summary page?

How would I go about that?

Update "Order Summary (Printable XHTML Invoice)" from the following location:
System > Displays > Display Includes

Offline

 

#3 12-27-2010 00:42:00

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Re: Printable order summary

I was pretty sure that was the correct display, but wasn't sure of where to edit the file and what the correct structure of the line should look like. Does it go on the very top before the ?php line?

That all looks like greek to me. I don't know how you do it.  I just greatly appreciate that you KNOW this stuff.


Mark


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#4 12-28-2010 20:00:32

KryptoJim
Member
Registered: 07-08-2010
Posts: 455

Re: Printable order summary

mdowning wrote:

I was pretty sure that was the correct display, but wasn't sure of where to edit the file and what the correct structure of the line should look like. Does it go on the very top before the ?php line?

That all looks like greek to me. I don't know how you do it.  I just greatly appreciate that you KNOW this stuff.


Mark

Very top would work, however  you'll have to look at where you want it placed, and adjust the code to fit that.  If you can tell us, perhaps someone here can help?

Offline

 

#5 12-28-2010 20:26:05

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Re: Printable order summary

I  would like it centered over the busines name.


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#6 10-23-2011 10:14:56

geraldz
Member
Registered: 09-27-2011
Posts: 251

Re: Printable order summary

I'd also like to insert a logo in the printable order summary.  PHP experts please provide the code for this.


print '<div class="center">' . $eol . $eol;

THIS IS WHERE I WOULD LIKE TO INSERT MY LOGO

print '<p class="big">' . $site_name . '</p>' . $eol . $eol;

print '<p>' . $address . '</p>';

Last edited by geraldz (10-23-2011 10:15:50)

Offline

 

#7 10-23-2011 12:27:28

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Printable order summary

Code:

print '<img src="path/to/your/logo/yourlogo.jpg" alt="This is my logo">';

Offline

 

#8 10-24-2011 07:16:46

geraldz
Member
Registered: 09-27-2011
Posts: 251

Re: Printable order summary

@Dave - that worked.  Thanks!

Offline

 

Board footer