From: Chuck Scott Date: Wed, 6 Sep 2017 21:04:01 +0000 (-0400) Subject: Adding more content to reigstration request dashboard. X-Git-Tag: v1.0.0^2~425 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b7dd93d91beb5e809e4669bda495b6db49f1d74e;p=WP-Plugins%2Fglm-member-db-registrations.git Adding more content to reigstration request dashboard. --- diff --git a/views/admin/registrations/requestDashboard.html b/views/admin/registrations/requestDashboard.html index d064641..686505d 100644 --- a/views/admin/registrations/requestDashboard.html +++ b/views/admin/registrations/requestDashboard.html @@ -9,10 +9,11 @@ Edit Request

Request

-
+
+

Account Submitting Request:

@@ -22,11 +23,77 @@ {$cart.accounts.$acct.fname} {$cart.accounts.$acct.lname}
+
+ {$cart.accounts.$acct.email} +
+
+ +
+
+

Billing Information:

+
+
+ {$cart.request.bill_fname} {$cart.request.bill_lname}{if $cart.request.bill_title}, {$cart.request.bill_title}{/if} +
+ {if $cart.request.bill_org} +
+ {$cart.request.bill_org} +
+ {/if} +
+ {$cart.request.bill_addr1} +
+ {if $cart.request.addr2} +
+ {$cart.request.bill_addr2} +
+ {/if} +
+ {$cart.request.bill_city}, {$cart.request.bill_state} {$cart.request.bill_zip} {$cart.request.bill_country} +
+ +
+
+

Payment Information

+
+ {if $cart.request.status.value} +
+ Method: {$cart.request.pay_method.name} +
+
+ Total: {$cart.request.total} +
+
+ Method: {$cart.request.pay_method.name} +
+ {else} +
+ (n/a) +
+ {/if} +
+
+
+
+

Submitted:

+
+
+ {$cart.request.date_submitted.datetime} +
+
+
+
+

Status:

+
+
+ {$cart.request.status.name} +
+

Validated:

@@ -35,12 +102,67 @@ {if $cart.request.validated.value}Yes{else}{if $cart.request.validation_message}{$cart.request.validation_message}{else}(not yet validated){/if}{/if}
+
+
+

Checkout Summary:

+
+
+ View +
+ {$cart.request.summary} +
+
+
+ +
+
+
+ +
+
+

Notes:

+
+
+
+ {$cart.request.notes} +
+
+
+
+
+
+
+
+ +

Request Cart

+ + (awaiting page development) + +
+ + + {include file='admin/footer.html'} diff --git a/views/admin/registrations/requestEdit.html b/views/admin/registrations/requestEdit.html index 3eeb609..57529d7 100644 --- a/views/admin/registrations/requestEdit.html +++ b/views/admin/registrations/requestEdit.html @@ -1,5 +1,7 @@ -{include file='admin/registrations/header.html'} +{include file='admin/registrations/requestHeader.html'} + +

Selected Request Edit

Check Reguest & Update Holds