Does anyone know if it is possible to bold the quantities on the packing slip IF the quantity of an item is greater than one?
this is our current HTML in the "Order Items" section of the template:
<tr>
<td class="sku">[Sku]</td>
<td>[Item Title]<br>[Item Options]</td>
<td align="right" class="price">[Unit Price]</td>
<td align="center">[Quantity]</td>
<td align="right" class="price">[Extended Price]</td>
</tr>
Thank you,
Mark