mirror of
https://gitlab.com/nekoya/web.git
synced 2025-04-25 13:41:18 +02:00
add total price in checkout page
This commit is contained in:
parent
6c92c84cc6
commit
5c41c57ba8
1 changed files with 5 additions and 0 deletions
|
@ -352,6 +352,11 @@
|
|||
<td>Rp 1.999.999,00</td>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
</tr>
|
||||
<tr style="border-bottom: 1px solid white;">
|
||||
<th>Total Price</th>
|
||||
<td></td>
|
||||
<td>Rp 5.999.997,00</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue