diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 15:08:55 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 15:08:55 +0700 |
commit | a00d68772af8aef436d79fba5cc1856fe06b0045 (patch) | |
tree | 9b8949a2d026818ca60989f187af84d2629728cd /pages/ord/checkout.html | |
parent | 4b45a88f5f5a0ee88cac02169a8fa2a7ce2ce7a9 (diff) |
add block-header to order-review
Diffstat (limited to 'pages/ord/checkout.html')
-rw-r--r-- | pages/ord/checkout.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index 5ed6605..5d38156 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -22,8 +22,10 @@ <form action="[area href=@@MV_PAGE@@ secure=1]" method="POST" name="checkout"> [form-session-id] <input type="hidden" name="mv_action" value="refresh"/> - <div> - <h4 class="d-flex justify-content-between align-items-center mb-3">[L]Order review[/L]</h4> + <div class="block"> + <div class="block-header"> + <h4 class="d-flex justify-content-between align-items-center mb-3">[L]Order review[/L]</h4> + </div> <ul class="list-group mb-3"> <!-- Product Item --> [if items][then][item-list][item-calc] |