refactor: rename Wizamart to Orion across entire codebase

Replace all ~1,086 occurrences of Wizamart/wizamart/WIZAMART/WizaMart
with Orion/orion/ORION across 184 files. This includes database
identifiers, email addresses, domain references, R2 bucket names,
DNS prefixes, encryption salt, Celery app name, config defaults,
Docker configs, CI configs, documentation, seed data, and templates.

Renames homepage-wizamart.html template to homepage-orion.html.
Fixes duplicate file_pattern key in api.yaml architecture rule.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 16:46:56 +01:00
parent 34ee7bb7ad
commit e9253fbd84
184 changed files with 1227 additions and 1228 deletions

View File

@@ -2,7 +2,7 @@
## Overview
The Wizamart platform provides a comprehensive email template system that allows:
The Orion platform provides a comprehensive email template system that allows:
- **Platform Administrators**: Manage all email templates across the platform
- **Stores**: Customize customer-facing emails with their own branding
@@ -25,7 +25,7 @@ Each template shows its customization status:
| Status | Description |
|--------|-------------|
| **Platform Default** | Using the standard Wizamart template |
| **Platform Default** | Using the standard Orion template |
| **Customized** | You have created a custom version |
| Language badges (green) | Languages where you have customizations |
@@ -49,7 +49,7 @@ Templates use special variables that are automatically replaced with actual valu
| `{{ customer_name }}` | Customer's first name |
| `{{ order_number }}` | Order reference number |
| `{{ store_name }}` | Your store name |
| `{{ platform_name }}` | Platform name (Wizamart or your whitelabel name) |
| `{{ platform_name }}` | Platform name (Orion or your whitelabel name) |
Each template shows its available variables in the reference panel.
@@ -149,7 +149,7 @@ Logs show:
1. **Use all 4 languages**: Provide content in EN, FR, DE, and LB
2. **Test before publishing**: Always send test emails
3. **Include plain text**: Not all email clients support HTML
4. **Use consistent branding**: Follow Wizamart brand guidelines
4. **Use consistent branding**: Follow Orion brand guidelines
5. **Keep subjects short**: Under 60 characters for mobile
---
@@ -175,14 +175,14 @@ When sending an email, the system determines the language in this order:
### Standard Stores
Standard stores' emails include Wizamart branding:
- Wizamart logo in header
- "Powered by Wizamart" footer
Standard stores' emails include Orion branding:
- Orion logo in header
- "Powered by Orion" footer
### Whitelabel Stores
Enterprise-tier stores with whitelabel enabled:
- No Wizamart branding
- No Orion branding
- Store's logo in header
- Custom footer (if configured)
@@ -224,7 +224,7 @@ Enterprise-tier stores with whitelabel enabled:
### Common Variables (All Templates)
```
{{ platform_name }} - "Wizamart" or whitelabel name
{{ platform_name }} - "Orion" or whitelabel name
{{ platform_logo_url }} - Platform logo URL
{{ support_email }} - Support email address
{{ store_name }} - Store's business name