From bf2e0908310ae8577f13242816e12ab5e0ae3692 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Mon, 5 Jul 2021 14:20:22 +0700 Subject: add pages/ord/billing & pages/ord/shipping --- pages/ord/billing.html | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 pages/ord/billing.html (limited to 'pages/ord/billing.html') diff --git a/pages/ord/billing.html b/pages/ord/billing.html new file mode 100644 index 0000000..6096c04 --- /dev/null +++ b/pages/ord/billing.html @@ -0,0 +1,76 @@ +[tmp page_title]__COMPANY__ -- [L]Billing Address[/L][/tmp] +[tmp display_class]noleft[/tmp] + +[bounce href="[area href=ord/shipmode secure=1]" if="[value mv_same_billing]"] + +[include include/checkout/initialization] + +@_TOP_@ + + +
 
+
+ +[if !variable NO_TAX_POPUP] + [include include/checkout/tax_popup] +[/if] + +[edisplay show_var=0 show_label=1 keep=1] + +[set Check_billing] +[if !cgi mv_same_billing] + &fatal=no + &update=yes + &fail=@@MV_PAGE@@ + [calc] + if ($CGI->{b_state_cs_in} && !$CGI->{b_state}){ + $CGI->{b_state} = $CGI->{b_state_cs_in}; + } + return; + [/calc] + [if session logged_in] + [tmp tmp_save_billing][userdb function=set_billing nickname=default][/tmp] + [/if] + b_fname=required + b_lname=required + b_address1=required + b_city=required + b_country=required + b_state=multistate + b_zip=multizip +[/if] +[/set] + +
+
+[form-session-id] + + + + + + [include include/checkout/billing_address] + +
+
+ + +
+
+ +
+
+ +
+
 
+ +[tmp clear_errors][error all=1 comment="Clear errors"][/tmp] + + +@_BOTTOM_@ -- cgit v1.2.3