diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-17 19:27:34 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-17 19:27:34 +0800 |
commit | 18e9b6153cdb34a388630ce25fb5c317bc227854 (patch) | |
tree | 37b484c5e176c158e446174bbe7d3de841f25207 | |
parent | 643de43dba1101d48e4da92210eb7df31bfd6d9f (diff) |
Missing else
-rw-r--r-- | pages/ord/checkout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index cfcab31..9608468 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -11,7 +11,7 @@ <div class="py-2"> <h1>[L]Checkout form[/L]</h1> [if session logged_in] - <p class="lead">[L]Please verify the information below and click the <b>'Place Order'</b> button to process your order.[/L]</p> + <p class="lead">[L]Please verify the information below and click the <b>'Place Order'</b> button to process your order.[/L]</p>[else] [include include/checkout/login_form][/else][/if][if !variable NO_TAX_POPUP] [include include/checkout/tax_popup][/if] [edisplay show_label=1 show_var=0 keep=1] |