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>