-
Notifications
You must be signed in to change notification settings - Fork 2
/
knet-details.html
33 lines (33 loc) · 942 Bytes
/
knet-details.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<h2 class="woocommerce-order-details__title" style="display: flex;gap: 1rem"><img src="{icon}" alt="{title}" width="50"> <span>{title}</span></h2>
<table class="woocommerce-table woocommerce-table--order-details shop_table order_details">
<tbody>
<tr>
<th>_lang(result)</th>
<td>{result}</td>
</tr>
<tr>
<th>_lang(payment_id)</th>
<td>{payment_id}</td>
</tr>
<tr>
<th>_lang(track_id)</th>
<td>{track_id}</td>
</tr>
<tr>
<th>_lang(trnac_id)</th>
<td>{tran_id}</td>
</tr>
<tr>
<th>_lang(amount)</th>
<td>{amount} KD</td>
</tr>
<tr>
<th>_lang(ref_id)</th>
<td>{ref_id}</td>
</tr>
<tr>
<th>_lang(created_at)</th>
<td>{created_at}</td>
</tr>
</tbody>
</table>