Custom Packing Slip

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
dave@givemore.com
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Tue Jan 13, 2009 11:11 am

Custom Packing Slip

Post by dave@givemore.com » Mon Dec 20, 2010 8:35 am

I am working on a custom packing slip design and can not find an answer to this in other posts.

The default packing slip uses a generic column layout and I need more customization.

How can I fill in the following row with two columns with "Quantity" and "Product name" while keeping the defined format in place?

Code: Select all

<tr>
	<td style="width:40px; padding:0 10px; border-right:solid 2px #cccccc; border-bottom: solid 2px #cccccc;"><font face="helvetica, arial, sans-serif" style="font-size:16px; line-height:22px; color:#999999; font-weight:bold;">Qty</font></td>

	<td style="padding:0 10px; border-bottom: solid 2px #cccccc;"><font face="helvetica, arial, sans-serif" style="font-size:16px; line-height:22px; color:#999999; font-weight:bold;">Item</font></td>
</tr>
I am looking to have able repeat filling in the two fields above until all purchased items are listed.
Give More Media
http://www.givemore.com/

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

Re: Custom Packing Slip

Post by mazhar » Thu Dec 30, 2010 10:36 am

I am not sure, are you asking to do this with some Email template?

Post Reply