cart titles
This commit is contained in:
parent
30b8ddaf1d
commit
8fc392b34f
|
@ -15,10 +15,10 @@ global $woocommerce;
|
|||
<tr>
|
||||
<th class="product-remove"> </th>
|
||||
<th class="product-thumbnail"> </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>
|
||||
|
|
Loading…
Reference in New Issue