From 4dd45c97a1432703713e9e256edba1924dd40f14 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 4 Jan 2018 16:47:34 -0500 Subject: [PATCH] adding more data to the cart summary header adding date placeholder , price and attendees to cart summary header --- css/front.css | 3 +++ views/front/registrations/cartSummary.html | 12 ++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/css/front.css b/css/front.css index 62e37a1..9e9569b 100644 --- a/css/front.css +++ b/css/front.css @@ -1139,6 +1139,9 @@ hr.glm-reg-class-separator{ -webkit-column-count: 2;*/ } + .glm-reg-cart-summary-custom-fields{ + padding-left: 30px; + } } /* PROGRESS BAR */ diff --git a/views/front/registrations/cartSummary.html b/views/front/registrations/cartSummary.html index 5117e66..2c2f7b3 100644 --- a/views/front/registrations/cartSummary.html +++ b/views/front/registrations/cartSummary.html @@ -14,6 +14,7 @@
{foreach $cart.events as $event} +
@@ -23,12 +24,15 @@ {$event.event_name}
-
+
-
+
+ Date: +
+
{$terms.reg_term_attendee_plur_cap}: {$event.eventRegistrants}
-
+
${$event.eventCharges|number_format:2}
@@ -80,7 +84,7 @@ {foreach $registrant.event_attendee_custom_form.form as $customField} {if $customField.priority_display.value || $customField.cost > 0}
-
+
{$customField.field_name}: {$customField.stored}
-- 2.17.1