app/template/kaiino/Block/product_rank_desc.twig line 1

Open in your IDE?
  1. <table class="product_rank_desc tbl">
  2.   <thead>
  3.     <tr>
  4.       <th colspan="2">商品状態ランクについて</th>
  5.     </tr>
  6.   </thead>
  7.   <tbody>
  8.     <tr>
  9.       <th>Aランク</th>
  10.       <td>ほぼ新品に近い状態、使用頻度も少なく大きな傷もない</td>
  11.     </tr>
  12.     <tr>
  13.       <th>Bランク</th>
  14.       <td>全体的に綺麗な状態、小さい傷や打痕はあるが美品</td>
  15.     </tr>
  16.     <tr>
  17.       <th>Cランク</th>
  18.       <td>使用感が感じられ、日焼けやシミの跡、傷、打痕がある</td>
  19.     </tr>
  20.   </tbody>
  21. </table>