From: Anthony Talarico Date: Mon, 15 Jan 2018 19:54:34 +0000 (-0500) Subject: adjusting column width for the cart summary discount totals X-Git-Tag: v1.0.0^2~55 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=dd872b1df536d0b505bfcde0fc48123025039f40;p=WP-Plugins%2Fglm-member-db-registrations.git adjusting column width for the cart summary discount totals changing the attendee total in cart summary to 7 columns --- diff --git a/css/front.css b/css/front.css index e2dc518..ff5f32d 100644 --- a/css/front.css +++ b/css/front.css @@ -1079,6 +1079,9 @@ hr.glm-reg-class-separator{ .glm-reg-cart-summary-footer{ margin: 0 auto !important; } +.glm-reg-cart-discount-total{ + font-size: 16px; +} /* MOBILE ONLY ----------*/ @media(max-width: 640px){ .glm-reg-cart-registrant-item{ diff --git a/views/front/registrations/cartSummary.html b/views/front/registrations/cartSummary.html index f88a6dd..c01038e 100644 --- a/views/front/registrations/cartSummary.html +++ b/views/front/registrations/cartSummary.html @@ -27,7 +27,7 @@ {$terms.reg_term_attendee_plur_cap}: {$event.eventRegistrants}
- ${$event.eventCharges|number_format:2} +
@@ -157,7 +157,7 @@ {foreach $cart.globalPayCodes as $payCode}
-
+
Discount Code: "{$payCode.code}", {if $payCode.code_type == 'Free'}Free{/if} {if $payCode.code_type =='Amount'}${$payCode.amount|number_format:2}{/if} @@ -183,10 +183,10 @@ --> {/if}