<table class="minimalistBlack">
<thead>
<tr>
<th>Qty</th>
<th>Description</th>
<th>Material</th>
<th>Total Net Weight(kg)</th>
<th>Total Gross Weight(kg)</th>
<th>HS Tariff Code</th>
<th>Country of Origin</th>
<th>Total Value</th>
</tr>
</thead>
<tbody>
[e2pdf-foreach shortcode="e2pdf-wc-order" key="get_items"]
[e2pdf-if]
[e2pdf-condition]Category 2[not_in_array][e2pdf-wc-product key="get_category_ids" order="true" index="[e2pdf-foreach-index]" convert="term_id_to_name"][/e2pdf-condition]
[e2pdf-do]
<tr>
<td class="item">
[e2pdf-wc-product key="get_quantity" index="[e2pdf-foreach-index]" order="true"]
</td>
<td>
[e2pdf-wc-product key="get_name" index="[e2pdf-foreach-index]" order="true"]
</td>
<td>
[e2pdf-wc-product key="get_attribute" attribute="material" show="value" index="[e2pdf-foreach-index]"]
</td>
</tr>
[/e2pdf-do]
[/e2pdf-if]
[/e2pdf-foreach]
</tbody>
</table>