diff --git a/app/Http/Controllers/ClientPortal/NinjaPlanController.php b/app/Http/Controllers/ClientPortal/NinjaPlanController.php index 70b66f087791..507f874790db 100644 --- a/app/Http/Controllers/ClientPortal/NinjaPlanController.php +++ b/app/Http/Controllers/ClientPortal/NinjaPlanController.php @@ -35,7 +35,7 @@ class NinjaPlanController extends Controller $account = $company->account; - if (Ninja::isHosted() && MultiDB::findAndSetDbByContactKey($contact_key) && $client_contact = ClientContact::where('contact_key', $contact_key)->first()) + if (MultiDB::findAndSetDbByContactKey($contact_key) && $client_contact = ClientContact::where('contact_key', $contact_key)->first()) { nlog("Ninja Plan Controller - Found and set Client Contact"); diff --git a/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php b/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php index b1d4716d0de9..adebc313dfcd 100644 --- a/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php +++ b/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php @@ -15,7 +15,7 @@ input:checked ~ .dot { background-color: #48bb78; } -
+

Choose your plan @@ -61,10 +61,22 @@ input:checked ~ .dot {

monthly

+ +
Unlimited clients, invoices, quotes
+
+
10 professional invoice & quote template designs
+
+
Remove "Created by Invoice Ninja" from invoices
+
+
Enable emails to be sent via Gmail
+
+
+ Much more!
+

+ - -
- - -
@@ -119,6 +142,17 @@ input:checked ~ .dot {

yearly

+ +
Unlimited clients, invoices, quotes
+
+
10 professional invoice & quote template designs
+
+
Remove "Created by Invoice Ninja" from invoices
+
+
Enable emails to be sent via Gmail
+
+
+ Much more!
+

- Enterprise (1-2 Users) + Enterprise Plan

-

+

$140

yearly

+ +
Multi users and advanced permissions per user
+
+
Attach files to emails & client side portal!
+
+
Branded client portal: "https://Billing.YourCompany.com"
+
+
Custom background to invoices & quotes
+
+
+ Much more!
+

- Buy 10 months get 2 free! +

- +
@@ -167,5 +217,42 @@ input:checked ~ .dot { @push('footer') + @endpush