4" x 6" Packing Slip

Overview

The following are instructions on how to set ups a simple 4”  x 6” packing slip. This packing slip size will fit most thermal labels printers.

Procedure

To set this HTML code in your Solid Commerce account:

  1. Go to Admin -> Forms Layout -> Packing Slip Forms and select the marketplace from the drop down menu.
  2. Copy the code below, paste it into the page and click Save Template.

    Packing_Slip_Layout.png

NOTE: You will need to restart the SolidShip tool before you can print this packing slip.

HTML Code

<html> 
<head> 
    <style type='text/css'> 
<!-- 
.style8 {font-size: 12px} 
.style9 { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif} 
--> 
    </style> 
</head> 
<body> 
<table width='350' border='1' align='left' cellpadding='2' cellspacing='0' bordercolor='#CCCCCC' class='style8'> 
  <tr><td><table width='100%'  border='0' cellspacing='0' cellpadding='0'> 
    <tr class='style9'> 
      <td width='70%'> Order #:<market:orderid/></td> 
      <td><order:date/></td> 
    </tr> 
  </table> 
   <br> 
SHIP TO:<br> 
<ship:toname/><br> 
<ship:street1/> <ship:street2/><BR/> 
 <ship:city/> <ship:state/> <ship:zip/><BR/> 
    <ship:country/> 
      <br>    
 
      <table width='99%' border='0' cellpadding='0' cellspacing='0' bordercolor='#000000'> 
          <tr> 
              <td align='left'> 
                  <order:shippedItems showColumns='qtyordered, title,qtypackaged' /> 
              </td> 
          </tr> 
      </table> 
      <br> 
      <span class='style8'><span class='style9'><strong>Dear <ship:toname/> 
      </strong></span></span> 
      <p class='style8'><span class='style9'><strong>, 
 
        <br> 
        <br> 
        </strong></span></p> 
      <p class='style8'><span class='style9'><strong>Thank you for your order. </strong><br> 
      </span></p> 
  </tr></table> 
</body> 
</html>

Additional Resource

To preview the code, you may paste it in a real-time HTML editor like: http://htmledit.squarefree.com/

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Article is closed for comments.