cart titles

This commit is contained in:
Mike Jolley 2012-07-17 15:16:22 +01:00
parent 30b8ddaf1d
commit 8fc392b34f
1 changed files with 3 additions and 3 deletions

View File

@ -15,10 +15,10 @@ global $woocommerce;
<tr>
<th class="product-remove">&nbsp;</th>
<th class="product-thumbnail">&nbsp;</th>
<th class="product-name"><span class="nobr"><?php _e('Product Name', 'woocommerce'); ?></span></th>
<th class="product-price"><span class="nobr"><?php _e('Unit', 'woocommerce'); ?></span></th>
<th class="product-name"><?php _e('Product', 'woocommerce'); ?></th>
<th class="product-price"><?php _e('Price', 'woocommerce'); ?></th>
<th class="product-quantity"><?php _e('Quantity', 'woocommerce'); ?></th>
<th class="product-subtotal"><?php _e('Price', 'woocommerce'); ?></th>
<th class="product-subtotal"><?php _e('Total', 'woocommerce'); ?></th>
</tr>
</thead>
<tbody>