cancel
Showing results for 
Search instead for 
Did you mean: 

A custom packing slip template with room for notes and adjustments

SarahATX
Moderator
Moderator

Original post by user Rodrigo Sagebin

 

**Order Header**

<style>
 table.footer {
     border-top:solid 0px #707070;
 }
 table.line-items tr td {
     margin-top:0.1in;
     padding: 0.1in 0in 0.1in 0in;
     border-bottom:solid 1px #707070;
 }
 </style>
 <style>
 table.footer {
     border-top:solid 0px #707070;
 }
 table.line-items tr td {
     margin-top:0.1in;
     padding: 0.1in 0in 0.1in 0in;
     border-bottom:solid 1px #707070;
 }
 </style> 
 <style>
 .quantity {
      font-size:1.5em;
      font-weight: bold;
 }
  .quantity1 {
      font-size:1em;
      font-weight: normal !important;
 }
 </style>

<table cellspacing="0" cellpadding="2" border="0" style="width: 7.5in">
		<thead>
			<tr>
				<th colspan="3">
					Packing Slip
				</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<td colspan="2" style="width: 4.5in" class="store-info">
					<div class="company-name">
						[Store Company Name]</div>
					<div>
						[Ship From Address]</div>
				</td>
				<td style="width: 4.5in;" align="right" valign="top">
					<img src="http://src.shipstation.com/300/80/http://images.shipstation.com/[Store Logo]" />
				</td>
			</tr>
			<tr>
				<td style="height: 0.15in">
				</td>
			</tr>
			<tr>
				<td align="right" style="width: 1in">
					<b>Ship To:</b>
				</td>
				<td style="width: 3.5in; font-size: 14px">
					<div>[Recipient Name]</div>
					<div>[Recipient Company]</div>
					<div>[Recipient Address]</div>
					<div>[Recipient Phone]</div>
<barcode size="small">[Scan Order #]</barcode>
				</td>
				<td style="width: 2.5in">
					<table cellspacing="0" border="0" class="order-info">
						<tr>
							<td align="right" class="label first">
								Order #
							</td>
							<td>
								[Order #]
							</td>
						</tr>
						<tr>
							<td align="right" class="label">
								Date
							</td>
							<td>
								[Order Date]
							</td>
						</tr>
						<tr>
							<td align="right" class="label">
								User
							</td>
							<td>
								[Username]
							</td>
						</tr>
						<tr>
							<td align="right" class="label">
								Email
							</td>
							<td>
								[Recipient Email]
							</td>
						</tr>
						<tr>
							<td align="right" class="label last">
								Notes / Discounts
							</td>
							<td>
								[Internal Notes]
							</td>
						</tr>
						<tr>
							<td align="right" class="label last">
								Comments
							</td>
							<td>
								[Notes from Buyer]
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</tbody>
	</table>

 

**Order Items Header**

<tr>
		<th align=left style=width:1.5in class=sku>Item</th>
		<th align=left style=width:0.75in>Qty</th>
		<th align=left>Description</th>
		<th align=right style=width:0.75in class=price>Price</th>
		<th align=center class=location_ssreserved>Location</th>
		<th align=right style=width:0.75in class=price>Ext. Price</th>
</tr>

 

**Order Items**

<tr>
		<th align=left style=width:1.5in class=sku>Item</th>
		<th align=left style=width:0.75in>Qty</th>
		<th align=left>Description</th>
		<th align=right style=width:0.75in class=price>Price</th>
		<th align=center class=location_ssreserved>Location</th>
		<th align=right style=width:0.75in class=price>Ext. Price</th>
</tr>

 

**Order Footer**

<table cellspacing=0 cellpadding="2" border="0" style="width:100%" class="footer">
<tbody>
	<tr>
		<td rowspan="4" class="notes" >
			[Notes to Buyer]
		</td>
		<td style="font-size:16px; font-weight:bold" align="right" style="width:1in" class="label price">
			Sub Total:
		</td>
		<td style="font-size:16px; font-weight:bold" style="width:1.5in" align="left" class="price">[Items Total]</td>
	</tr>
	<tr class="tax">
		<td align="right" class="label price">
			Tax: 
		</td>
		<td style="font-size:16px; font-weight:bold" style="width:1.5in" align="left" class="price">[Tax Paid]</td>
	</tr>
	<tr>
		<td align="right" class="label price">
			Shipping: 
		</td>
		<td style="font-size:16px; font-weight:bold" style="width:1.5in" align="left" class="price">[Shipping Paid]</td>
	</tr>
	<tr>
		<td align="right" class="label price">
			Total:
		</td>
		<td style="font-size:16px; font-weight:bold" style="width:1.5in" align="left" class="price">[Order Total MARKETPLACE]</td>
	</tr>
			<td style="font-size:16px; font-weight:bold" style="width:1.5in" align="left" class="price">[Gift Message]
			Notes:
<br>
<br>
<br>
		</td>
	</tr>
		<tr>
</tbody>
</table>
<p align="center" style="font-size:11px; font-style:italic">[Packing Slip Message]</p>

0 REPLIES 0