From: Steve Sutton Date: Wed, 11 Apr 2018 15:07:54 +0000 (-0400) Subject: Update for front end renewal form X-Git-Tag: v1.0.0^2~60 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=04585e1430eca019897b7c206b99bf04de92fa2c;p=WP-Plugins%2Fglm-member-db-billing.git Update for front end renewal form Adding template for view invoices. --- diff --git a/models/front/billing/renew.php b/models/front/billing/renew.php index fb59ec3..1fda26d 100644 --- a/models/front/billing/renew.php +++ b/models/front/billing/renew.php @@ -378,7 +378,7 @@ class GlmMembersFront_billing_renew // extends GlmDataBilling 'option' => $option, 'fromMemberMenu' => ( defined('GLM_MEMBERS_BILLING_MEMBER_MENU' ) ? true: false ), 'lockedToMember' => $lockedToMember, - 'numberPending' => $numberPending, + // 'numberPending' => $numberPending, 'memberID' => $this->memberID, 'haveMember' => $haveMember, 'haveAccount' => $haveAccount, @@ -393,7 +393,7 @@ class GlmMembersFront_billing_renew // extends GlmDataBilling 'billing_settings' => $this->config['billing_settings'], 'management' => $management, 'messages' => $messages, - 'invoices' => $invoices, + // 'invoices' => $invoices, 'paymentSuccess' => $paymentSuccess, 'paymentError' => $paymentError, 'hasBillingAccount' => $hasBillingAccount, diff --git a/views/front/billing/viewInvoice.html b/views/front/billing/viewInvoice.html new file mode 100644 index 0000000..c06572c --- /dev/null +++ b/views/front/billing/viewInvoice.html @@ -0,0 +1,3 @@ + + {$invoiceHtml} +