From: Anthony Talarico Date: Mon, 11 Dec 2017 19:26:02 +0000 (-0500) Subject: Merge branch 'develop' into feature/reorganize X-Git-Tag: v1.0.0^2~223^2~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=61ccfb2edc67927078c8d5c62c9a5f8ee3a8403a;p=WP-Plugins%2Fglm-member-db-registrations.git Merge branch 'develop' into feature/reorganize --- 61ccfb2edc67927078c8d5c62c9a5f8ee3a8403a diff --cc assets/events/calendar-icon-24x24.png index 0000000,0000000..d50b0fc new file mode 100644 Binary files differ diff --cc assets/events/contact-icon-24x24.png index 0000000,0000000..6cf4326 new file mode 100644 Binary files differ diff --cc assets/events/cost-icon-24x24.png index 0000000,0000000..877dde3 new file mode 100644 Binary files differ diff --cc assets/events/location-icon-24x24.png index 0000000,0000000..b7f44fc new file mode 100644 Binary files differ diff --cc assets/events/print-icon-24x24.png index 0000000,0000000..3cc022c new file mode 100644 Binary files differ diff --cc assets/events/rss-icon-24x24.png index 0000000,0000000..6de194a new file mode 100644 Binary files differ diff --cc assets/events/search-icon-24x24.png index 0000000,0000000..e4580aa new file mode 100644 Binary files differ diff --cc assets/events/tickets-icon-24x24.png index 0000000,0000000..6840272 new file mode 100644 Binary files differ diff --cc assets/events/time-icon-24x24.png index 0000000,0000000..c9076fb new file mode 100644 Binary files differ diff --cc css/front.css index 01ce393,331daee..e176685 --- a/css/front.css +++ b/css/front.css @@@ -58,10 -44,16 +83,19 @@@ } /*}}} end of tampering */ + .glm-reg-cart-container { + clear: both; + border: solid 1px black; + background-color: white; + margin-top: 1rem; + margin-bottom: 1rem; + font-size: 0.875rem; + } + /*{{{ Event Registration List */ +#glm-reg-list{ + max-width: 800px; +} #glm-reg-list h3 a { text-transform: uppercase; } diff --cc views/front/registrations/checkout.html index 3fd2af0,5d48b75..3287e73 --- a/views/front/registrations/checkout.html +++ b/views/front/registrations/checkout.html @@@ -117,110 -117,7 +117,13 @@@ -
+
-

Registration Summary

- - - - - - - - - - - - - - - - {foreach $cart.events as $event} - - - - {foreach $event.classes as $class} - - - - {foreach $class.rates as $rate} - {if $rate.rateBaseCharge || $rate.registrant_credits} - - - - - {/if} - {foreach $rate.registrants as $registrant} - - - - - - - - {assign var="acct" value=$cart.accounts.{$registrant.account}} - {if $acct.validated.value} - - - - - {else} - {if $acct.addr1 != '' || $acct.phone != '' || $acct.email != ''} - - - - - {/if} - {/if} - {/foreach} - {/foreach} - {/foreach} - {/foreach} - - - - - - - - -
RegisteringRegistrantDate/TimeDiscountRate
Event: {$event.event_name}
    {$class.class_name}
-         {$rate.rate_name} - - Base Rate ({$rate.registrant_credits} registrants included) - - {if $rate.rateBaseCharge}{$rate.rateBaseCharge|number_format:2}{/if} -
 {$registrant.fname} {$registrant.lname}{$registrant.timeReformatted} - {if $registrant.registrantDiscounts > 0} - {$registrant.registrantDiscounts|number_format:2} - {else} -   - {/if} - - {if $registrant.registrantRate > 0} - {$registrant.registrantRate|number_format:2} - {else} - (included) - {/if} -
  - {if $acct.email != ''}E-Mail: {$acct.email}
{/if} - (Account information is restricted) -
  - {if $acct.org != ''} {$acct.title}, {$acct.org}
{/if} - {if $acct.addr1 != ''} {$acct.addr1}
{/if} - {if $acct.addr2 != ''} {$acct.addr2}
{/if} - {if $acct.city != ''} {$acct.city}, {$acct.state.value} {$acct.zip}
{/if} - {if $acct.country.name != ''} {$acct.country.name}
{/if} - {if $acct.phone != ''} Phone: {$acct.phone}
{/if} - {if $acct.fax != ''} Fax: {$acct.fax}
{/if} - {if $acct.email != ''} E-Mail: {$acct.email} {/if} -
 Total registrants: {$cart.totalRegistrants} - {if $cart.totalDiscounts > 0} - ${$cart.totalDiscounts|number_format:2} - {else} -   - {/if} - ${$cart.totalCharges|number_format:2}
++

Registration Summary

++ ++ {assign var="summaryType" value="checkout"} ++ {include file='front/registrations/cartSummary.html'} +
+

Billing Information

 Same as Account Information
@@@ -516,23 -333,29 +419,28 @@@ You have one more step to complete your registration!
+ + +
Please wait while we process your registration request. If you don't see a new page, your registration request may not have been processed.
+
+

Something may have gone wrong.

+

+ It may be that your registration request was received and processed and you didn't receive our response yet. + If you still don't see a response in a while, try returning to the cart using the button above. + If still don't see any response, please check your E-Mail to see if you have been sent a confirmation. +

+

+ In any case, we will never process your request more than once. If you can return to the cart, it should say if + your request was recieved and processed. If not, you may try the checkout process again or come back later. +

+
+
+ - + -
Please wait while we process your registration request. If you don't see a new page, your registration request may not have been processed.
-
-

Something may have gone wrong.

-

- It may be that your registration request was received and processed and you didn't receive our response yet. - If you still don't see a response in a while, try returning to the cart using the button above. - If still don't see any response, please check your E-Mail to see if you have been sent a confirmation. -

-

- In any case, we will never process your request more than once. If you can return to the cart, it should say if - your request was recieved and processed. If not, you may try the checkout process again or come back later. -

-
++ + -

Registration Summary

- - {assign var="summaryType" value="checkout"} - {include file='front/registrations/cartSummary.html'} + {/if} {* / if have cart *}