diff options
| author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-21 13:31:50 +0700 | 
|---|---|---|
| committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-21 13:31:50 +0700 | 
| commit | 4716ef452f1f0665b11445bd0338142e5fca5584 (patch) | |
| tree | cb36af79a9205e352e4bb99221bef7052c7084fd /pages/ord/checkout.html | |
| parent | 8e940771dcf023b18113cfd95927188b12dc31d3 (diff) | |
add block-body to have proper layout
Diffstat (limited to 'pages/ord/checkout.html')
| -rw-r--r-- | pages/ord/checkout.html | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index 692aaae..f8fa89a 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -70,7 +70,9 @@  							<div class="block-header">  								<h4 class="d-flex justify-content-between align-items-center">Shipping</h4>  							</div> +							<div class="block-body">  							[include include/checkout/shipping_address] +							</div>  						</div>  						<!-- End of Shipping Address -->  						<!-- Billing Address --> |