Dashboard
● Live
🏪
Active Stores
📋
Total Orders
🛍️
Products
🗂️
Categories
Recent Orders
Order #StoreTotalPaymentStatusDate
Loading…

All Orders

Order #StoreTotalPaymentStatusDateActions
Loading…

Categories

Loading…

Products

Select a store to manage its products

Loading stores…

Store Products

ProductCategoryPriceStatusActions
Loading…

⚙️ Product Options

Add option groups (sauces, removals, sizes…) to restaurant products

⚠️ First-time setup required

The product_options table doesn't exist yet. Run this SQL once in your Supabase SQL Editor:

alter table public.order_items add column if not exists notes text;
create table if not exists public.product_options (
  id            uuid primary key default gen_random_uuid(),
  product_id    uuid not null references public.products(id) on delete cascade,
  group_name    text,
  group_name_ar text,
  group_type    text default 'single',
  max_select    int  default 1,
  group_order   int  default 1,
  option_name   text,
  option_name_ar text,
  extra_price   numeric default 0,
  option_order  int  default 1,
  is_active     boolean default true,
  created_at    timestamptz default now()
);
alter table public.product_options enable row level security;
create policy "Public read" on public.product_options for select using (true);
create policy "Service write" on public.product_options for all using (true);

Store Types

Click Edit on any type to customize its image, color, and emoji

Stores

StoreTypeCityNeighborhoodDeliveryPaymentStatusActions
Loading…

Subscription Packages

Loading…

Active Subscriptions

StorePackageAmountExpiresStatusActions
Loading…

Support Configuration

ℹ️ These contact details are shown to customers and merchants in their apps.
📞 Contact Numbers
🎞️ Homepage Banner GIF
🗂️ Store Types Section GIF

💬 FAQ Items

🖼️ Homepage Slider

ℹ️ These slides appear as an auto-scrolling banner on the customer app homepage. Changes go live immediately after saving.
Slides 0
No slides yet. Click "+ Add Slide" to get started.
Live Preview
No slides

Use arrows to preview each slide

Tips
  • Recommended image size: 800 × 300 px
  • Use JPG, PNG, WebP or GIF URLs
  • Slides auto-advance every 3.5 seconds
  • Drag ↑ ↓ buttons to reorder slides
  • Leave title/subtitle empty for image-only slides