Site Settings

Site Settings

Manage your store's global configuration and branding.

@if(session('success'))
{{ session('success') }}
@endif
@csrf

General Branding

Full store name: titles, footer, invoices, Open Graph site name, and logo image alt text.

Large word when no logo image is uploaded.

Small line under line 1 (same condition).

@if(isset($settings['site_logo'])) Logo @else @endif

Recommended size: 200x50px (PNG/SVG)

@if(!empty($settings['favicon'])) Favicon @else @endif

ICO, PNG, SVG, or WebP — square, ideally 32×32 or 64×64. Max ~1MB.

@if(!empty($settings['favicon'])) @endif @error('favicon')

{{ $message }}

@enderror

Changes buttons, icons, and accents site-wide.

Note — first default reference color: #037768 (paste into the field above to restore that look).

@if(isset($settings['footer_logo'])) Footer Logo @else @endif

Usually a transparent / white logo for the footer.

@if(isset($settings['payment_gateway_image'])) Payment Methods @else @endif

Contact & Social Links

Paste the Facebook Page Plugin iframe code here to show the feed in the footer.

SEO Optimization

These values set the homepage <title>, meta description, and meta keywords. Other pages use them only when they do not define their own.

Used as the browser tab title on the homepage. If empty, the site name is used.

Separate keywords with commas.

Shop page (/shop)

Used only on the main shop listing URL. If a category filter is active, the category name is prefixed to the title. Leave description empty to use the default meta description above.

If empty, the default meta title (homepage) is used, then the site name.

Homepage Configuration

Homepage title, description, and keywords are edited under SEO Optimization above.

Number of products to show in 'New Arrival Products' section.

External Integrations

Leave empty to use Sandbox API for testing, or enter your API Key to use Production.

Tracking & Analytics (FB & Google)

Optional. Only add if you know how to use GTM.

Used to send accurate server-side Purchase events directly to Facebook (bypassing Ad-Blockers).

@push('scripts') @endpush