diff --git a/config/pos.php b/config/pos.php index 9fa63e9..46fe586 100644 --- a/config/pos.php +++ b/config/pos.php @@ -23,11 +23,11 @@ return [ 'price_minor' => (int) env('POS_PRO_PRICE_MINOR', 179000), // null = unlimited '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' => [ - 'payment_terminal' => 'Ladill-provided payment terminal', - 'receipt_printer' => 'Ladill-provided receipt printer', - 'barcode_scanner' => 'Ladill-provided barcode scanner', + 'payment_terminal' => 'Payment terminal', + 'receipt_printer' => 'Receipt printer', + 'barcode_scanner' => 'Barcode scanner', ], ], 'enterprise' => [ @@ -52,7 +52,7 @@ return [ 'upgrade_banner' => [ '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', ], @@ -82,7 +82,7 @@ return [ '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.', '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.', '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.', diff --git a/resources/views/pos/pro/index.blade.php b/resources/views/pos/pro/index.blade.php index c429f69..064ebe9 100644 --- a/resources/views/pos/pro/index.blade.php +++ b/resources/views/pos/pro/index.blade.php @@ -65,9 +65,9 @@
  • Restaurant mode
  • Catalog import
  • Your payment gateway (0% Ladill fee)
  • -
  • Ladill-provided payment terminal
  • -
  • Ladill-provided receipt printer
  • -
  • Ladill-provided barcode scanner
  • +
  • Payment terminal
  • +
  • Receipt printer
  • +
  • Barcode scanner
  • @if ($planKey === 'pro') @@ -85,9 +85,9 @@

    Business