From: Anthony Talarico Date: Thu, 4 Jan 2018 21:47:34 +0000 (-0500) Subject: adding more data to the cart summary header X-Git-Tag: v1.0.0^2~92 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4dd45c97a1432703713e9e256edba1924dd40f14;p=WP-Plugins%2Fglm-member-db-registrations.git adding more data to the cart summary header adding date placeholder , price and attendees to cart summary header --- 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}