prepare( "INSERT INTO stores (name, slug, contact_email, currency, created_at) VALUES (:name, :slug, :email, :currency, :created_at)" ); $stmt->bindValue(':name', $name); $stmt->bindValue(':slug', $slug); $stmt->bindValue(':email', $email !== '' ? $email : null); $stmt->bindValue(':currency', $currency); $stmt->bindValue(':created_at', date('Y-m-d H:i:s')); $stmt->execute(); flash_set('success', 'Store created successfully.'); } header('Location: /stores.php'); exit; } $stores = get_stores(); render_header('Store Directory', 'Create and manage tenant stores with isolated catalogs.'); ?>

Create a store

Each store has its own catalog, inventory, and future order pipeline.

Stores

Multi-tenant roster with catalog counts.

total

No stores added yet.

Create the first store to unlock product management.

Store Slug Contact Products