How to put shipping methods inside table at Woocommerce Checkout page
Question
<table>
<thead>
<tr>
<th>Shipping methods</th>
<th>Price</th>
<th>Total price </th>
</tr>
</thead>
<tbody>
<tr>
<td>Method #1</td>
<td>Method #1 Price</td>
<td>Method #1 Total price</td>
</tr>
<tr>
<td>Method #2</td>
<td>Method #2 Price</td>
<td>Method #2 Total price</td>
</tr>
</tbody>
</table>
Is there any simple and quick way to achieve this?
0
3 months
0 Answers
12 views
0
Leave an answer
You must login or register to add a new answer .