返信先: thタグのクラス設定ミス(と思われる)修正願い
フォーラム › バグ報告 › thタグのクラス設定ミス(と思われる)修正願い › 返信先: thタグのクラス設定ミス(と思われる)修正願い
2014年4月29日 8:04 AM
#69918
参加者
こんにちは
wc_templates/cart/wc_cart_page.phpの下記の部分です。
うちはせいぜい3桁なのでいままで気がつきませんでした。
<tr>
<th scope="row" class="num">No.</th>
<th class="thumbnail"> </th>
<th><?php _e('item name','usces'); ?></th>
<th class="quantity"><?php _e('Unit price','usces'); ?></th>
<th class="quantity"><?php _e('Quantity','usces'); ?></th>
<th class="subtotal"><?php _e('Amount','usces'); ?><?php usces_guid_tax(); ?></th>
<th class="stock"><?php _e('stock status','usces'); ?></th>
<th class="action"> </th>
</tr>