How to customize the invoice and packing list?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
alee337
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Fri Sep 26, 2008 4:17 pm

How to customize the invoice and packing list?

Post by alee337 » Mon Oct 13, 2008 6:14 pm

I noticed that the standard packing list does not have a header that includes the company name or address. Was there any way we could customize this form and add our company logo and address? Also, the font used in this form is larger than what we want. Which file do we go into to modify these settings? The same applies to the invoice printouts as well.

Thanks in advance! This forum has been soooo helpful, and I am so glad I chose AbleCommerce. Don't know what I'd do without the support.

Regards,
Alan Lee

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: How to customize the invoice and packing list?

Post by mazhar » Tue Oct 14, 2008 5:50 am

In order to add company info to the packing slip you need to modify the Website\Admin\Orders\Print\PackSlips.aspx page. For font change locate the following class in the current themes CSS file

Code: Select all

table.form
On more thing changing the styles for this class will change that style for each section that has the same class. If you only want to change the style of the form for this page. Better create a copy of the table.form styles and then rename the class and update the packing slip form to use that newly created class.

alee337
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Fri Sep 26, 2008 4:17 pm

Re: How to customize the invoice and packing list?

Post by alee337 » Tue Oct 14, 2008 11:55 am

Thank you so much! I'll pass this along to my programmer.

Regards,
Alan

Post Reply