From 76fc403c0605ff0d2de35a815ce22b8381293077 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 20 Oct 2017 10:36:17 -0400 Subject: [PATCH] Adding fields to the check out form. This is just to get started for the checkout form. --- views/front/registrations/checkout.html | 103 +++++++++++++++++++----- 1 file changed, 85 insertions(+), 18 deletions(-) diff --git a/views/front/registrations/checkout.html b/views/front/registrations/checkout.html index 8a723d9..d69725c 100644 --- a/views/front/registrations/checkout.html +++ b/views/front/registrations/checkout.html @@ -2,15 +2,82 @@ {if $haveCart}
+ {* Hidden fields go here *} - +
-
+

Checkout

+ +

Account Information

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +

Billing Information

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +

Contact Information

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + -
Name:
-

Total Charged: ${$cart.totalCharges|number_format:2}

- + {if $cart.blockCheckout}
You have not yet submitted your registration. See above for issues!
@@ -21,13 +88,13 @@ or Return to Cart
{/if} - +
- + - + - + @@ -35,14 +102,14 @@ - - + + {foreach $cart.events as $event} - + {foreach $event.classes as $class} @@ -54,7 +121,7 @@ - Base Rate ({$rate.registrant_credits} registrants included) - + {foreach $rate.registrants as $registrant} @@ -76,9 +143,9 @@ {/foreach} - {/foreach} + {/foreach} {/foreach} - {/foreach} + {/foreach} @@ -91,11 +158,11 @@ - + - +
Registering RegistrantDiscount Rate
Event: {$event.event_name}
    {$class.class_name} {$rate.rateBaseCharge|number_format:2}
 
  Total registrants: {$cart.totalRegistrants} ${$cart.totalCharges|number_format:2}
- + {else} No cart data {/if} -- 2.17.1