VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: toad78 on February 07, 2013, 00:24:37 AM

Title: Modify the 'Print' format that is used in VM backend
Post by: toad78 on February 07, 2013, 00:24:37 AM
Using the 'Print' icon in the back end of VM orders displays a rather unattractive layout of an order. I'd like to modify this with better fonts and spaces between content. How can this be accomplished? Which template(s) do I modify?

Thank you.
Title: Re: Modify the 'Print' format that is used in VM backend
Post by: GJC Web Design on February 07, 2013, 10:37:43 AM
components/com_virtuemart/views/invoice/tmpl/invoice.php
Title: Re: Modify the 'Print' format that is used in VM backend
Post by: toad78 on February 07, 2013, 17:53:45 PM
Thanks, GJC Web Design!
I'm sure that'll fix it. I'll post back if I have any further issues.
Title: Re: Modify the 'Print' format that is used in VM backend
Post by: toad78 on February 08, 2013, 22:47:29 PM
Okay, I've managed to format most of the information displayed on the invoice. The downside is a couple of things:

#1: The store information does not format correctly:

Company Name
Address
City
State
Zip Country
Phone

The way it should be:

Company
Address
City, State Zip
Phone

#2: The Bill To/Ship To information is rather erratic. The labels need to be changed and I need to align them right, butting them up to the information.

The way it looks:
E-Mail                                            email@email.org
First Name                                    First Name here

The way it should look:
         Email: email@email.org
First Name: First Name here

Where would I go to modify the layout of this information?