fix(pos): plain hardware benefit copy without special styling
Deploy Ladill POS / deploy (push) Successful in 1m1s

Drop Ladill-provided wording and indigo highlight on Pro plan hardware
items; keep Customer display unstyled on Business.
This commit is contained in:
isaacclad
2026-07-16 13:14:37 +00:00
parent fba2665cad
commit 49a0020522
2 changed files with 11 additions and 11 deletions
+6 -6
View File
@@ -23,11 +23,11 @@ return [
'price_minor' => (int) env('POS_PRO_PRICE_MINOR', 179000), 'price_minor' => (int) env('POS_PRO_PRICE_MINOR', 179000),
// null = unlimited // null = unlimited
'max_locations' => (int) env('POS_PRO_MAX_LOCATIONS', 3), 'max_locations' => (int) env('POS_PRO_MAX_LOCATIONS', 3),
// Marketing / plan page: hardware kit included with Pro (fulfilled by Ladill). // Marketing / plan page: hardware included with Pro.
'includes_hardware' => [ 'includes_hardware' => [
'payment_terminal' => 'Ladill-provided payment terminal', 'payment_terminal' => 'Payment terminal',
'receipt_printer' => 'Ladill-provided receipt printer', 'receipt_printer' => 'Receipt printer',
'barcode_scanner' => 'Ladill-provided barcode scanner', 'barcode_scanner' => 'Barcode scanner',
], ],
], ],
'enterprise' => [ 'enterprise' => [
@@ -52,7 +52,7 @@ return [
'upgrade_banner' => [ 'upgrade_banner' => [
'title' => 'Unlock POS Pro or Business', 'title' => 'Unlock POS Pro or Business',
'description' => 'Your own payment gateway, unlimited catalog, multi-branch & team, plus Ladill-provided terminal, printer, and barcode scanner — from GHS 1790/mo.', 'description' => 'Your own payment gateway, unlimited catalog, multi-branch & team, plus payment terminal, printer, and barcode scanner — from GHS 1790/mo.',
'route' => 'pos.pro.index', 'route' => 'pos.pro.index',
], ],
@@ -82,7 +82,7 @@ return [
'register' => 'Tracked for your team. Staff sign in on this machine — no device token is issued.', 'register' => 'Tracked for your team. Staff sign in on this machine — no device token is issued.',
'customer_display' => 'Creates (or reuses) the branch customer-display token. Open the URL on a second screen facing the customer.', 'customer_display' => 'Creates (or reuses) the branch customer-display token. Open the URL on a second screen facing the customer.',
'kitchen_display' => 'Creates a device token. Open the kitchen URL on a wall tablet — no staff login required. Bump items from the board.', 'kitchen_display' => 'Creates a device token. Open the kitchen URL on a wall tablet — no staff login required. Bump items from the board.',
'payment_terminal' => 'Track a Ladill-provided or own card/MoMo terminal for this branch. Pairing depends on your gateway.', 'payment_terminal' => 'Track a card/MoMo terminal for this branch. Pairing depends on your gateway.',
'receipt_printer' => 'Token for a future print agent. Paper size still comes from branch receipt settings.', 'receipt_printer' => 'Token for a future print agent. Paper size still comes from branch receipt settings.',
'barcode_scanner' => 'Tracked for inventory. USB scanners work as keyboard wedges on the register today.', 'barcode_scanner' => 'Tracked for inventory. USB scanners work as keyboard wedges on the register today.',
'tablet' => 'Tracked for inventory. Use Customer display or Kitchen display if the tablet should run unattended.', 'tablet' => 'Tracked for inventory. Use Customer display or Kitchen display if the tablet should run unattended.',
+5 -5
View File
@@ -65,9 +65,9 @@
<li>Restaurant mode</li> <li>Restaurant mode</li>
<li>Catalog import</li> <li>Catalog import</li>
<li>Your payment gateway (0% Ladill fee)</li> <li>Your payment gateway (0% Ladill fee)</li>
<li class="font-medium text-indigo-800">Ladill-provided payment terminal</li> <li>Payment terminal</li>
<li class="font-medium text-indigo-800">Ladill-provided receipt printer</li> <li>Receipt printer</li>
<li class="font-medium text-indigo-800">Ladill-provided barcode scanner</li> <li>Barcode scanner</li>
</ul> </ul>
<div class="mt-6"> <div class="mt-6">
@if ($planKey === 'pro') @if ($planKey === 'pro')
@@ -85,9 +85,9 @@
<p class="text-xs font-semibold uppercase tracking-wide text-amber-300">Business</p> <p class="text-xs font-semibold uppercase tracking-wide text-amber-300">Business</p>
<x-plan-tier-price :currency="$currency" :monthly-minor="$enterprisePriceMinor" dark /> <x-plan-tier-price :currency="$currency" :monthly-minor="$enterprisePriceMinor" dark />
<ul class="mt-5 flex-1 space-y-2 text-sm text-slate-200"> <ul class="mt-5 flex-1 space-y-2 text-sm text-slate-200">
<li>Everything in Pro (incl. hardware kit)</li> <li>Everything in Pro</li>
<li>Unlimited locations</li> <li>Unlimited locations</li>
<li class="font-medium text-amber-200">Customer display</li> <li>Customer display</li>
<li>Advanced reporting</li> <li>Advanced reporting</li>
</ul> </ul>
<div class="mt-6"> <div class="mt-6">