Add dashboard upgrade banner for free POS plans.
Deploy Ladill POS / deploy (push) Successful in 1m0s
Deploy Ladill POS / deploy (push) Successful in 1m0s
Highlight Pro and Business plans on the register overview for merchants on the free tier. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -29,4 +29,10 @@ return [
|
||||
'max_locations' => (int) env('POS_FREE_MAX_LOCATIONS', 1),
|
||||
'max_products' => (int) env('POS_FREE_MAX_PRODUCTS', 50),
|
||||
],
|
||||
|
||||
'upgrade_banner' => [
|
||||
'title' => 'Unlock POS Pro or Business',
|
||||
'description' => 'Unlimited registers & catalog, stock tracking & ecosystem sync — from GHS 79/mo.',
|
||||
'route' => 'pos.pro.index',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user