@csrf @method('PUT')

Brand & Operations

Control the logo, favicon, currency, tax, payment methods, expiry alerts, and receipt footer.

Payment Methods

One method per line: key|Label. POS will use this list.

Billing Device & Receipt Printer

Configure the POS machine, printer behavior, scanner mode, and receipt paper size.

Direct device mode uses Chrome device permission once, then tries to reconnect automatically. Local agent mode is for fully silent printing through a helper app installed on the computer.

POS Device Hub

Ready to analyze printer connection.

Connection

Not analyzed

Printer fit

Profile pending

Test print

Waiting

1. Analyze

Checks browser, agent, profile, and printer fit.

2. Connect

Pairs approved direct devices or verifies the agent.

3. Test Print

Prints a professional sample receipt/invoice.

4. Save

Applies the device profile to checkout receipts.

Online Store (Customer Website)

The public shop at {{ route('store.home') }} - customers browse live stock and place delivery orders.

Social links (shown in the store footer when filled)

@foreach ([['shop_facebook', 'Facebook'], ['shop_instagram', 'Instagram'], ['shop_twitter', 'Twitter / X'], ['shop_youtube', 'YouTube'], ['shop_pinterest', 'Pinterest'], ['shop_linkedin', 'LinkedIn']] as [$key, $label]) @endforeach

Online Payments - Stripe & PayPal

Enable or disable each gateway for online store checkout. Disabled gateways are hidden from customers instantly.

A gateway only appears at checkout when it is enabled and its API keys are filled in. Keep PayPal in sandbox mode until you have tested a full payment.