Limit Pro to 3 branches and leave Business unlimited.
Deploy Ladill POS / deploy (push) Successful in 2m15s
Deploy Ladill POS / deploy (push) Successful in 2m15s
Enforce plan location caps in SubscriptionService, surface upgrade copy on plans and branch settings, and cover the limits in tests.
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
<x-plan-tier-price :currency="$currency" :monthly-minor="$proPriceMinor" />
|
||||
<ul class="mt-5 flex-1 space-y-2 text-sm text-slate-700">
|
||||
<li>Unlimited products</li>
|
||||
<li>Up to 3 locations</li>
|
||||
<li>Restaurant mode</li>
|
||||
<li>Catalog import</li>
|
||||
</ul>
|
||||
@@ -81,7 +82,7 @@
|
||||
<x-plan-tier-price :currency="$currency" :monthly-minor="$enterprisePriceMinor" dark />
|
||||
<ul class="mt-5 flex-1 space-y-2 text-sm text-slate-200">
|
||||
<li>Everything in Pro</li>
|
||||
<li>Multi-location</li>
|
||||
<li>Unlimited locations</li>
|
||||
<li>Advanced reporting</li>
|
||||
</ul>
|
||||
<div class="mt-6">
|
||||
|
||||
Reference in New Issue
Block a user