TenantRegistrations
Provides a way to manage products and addons for your SaaS application.
What this module is used for
- Module path:
src/Modules/CloudSolutions.TenantRegistrations - Orchard module name:
Tenant Registration Products - Category:
Multi Tenancy - Project website: https://www.fullchargeapp.com
- Author metadata:
Mike Alhayek
This page is generated from the current repository structure and manifest metadata so it reflects the implementation in the codebase.
How to configure it
- Enable the module or the specific feature from Configuration -> Features in the Orchard Core admin.
- Review the feature dependencies listed below and enable any supporting Orchard Core or CloudSolutions features they require.
- If the module adds settings, recipes, migrations, admin screens, or workflows, configure those pieces after enabling the feature.
- Validate the module in the running site by checking the related admin menu items, content types, permissions, or UI surfaces introduced by the module.
Feature and dependency map
No explicit Feature declarations were found in Manifest.cs.
Implementation signals in the codebase
- Startup class present:
Yes - Data migrations present:
Yes - Recipes present:
No - Controllers present:
Yes - Views present:
Yes - Assets present:
No - Workflows present:
No - Settings-related files found:
PaymentSiteSettings.csRegistrationPaymentSettingsDisplayDriver.csRegistrationPaymentSettingsViewModel.cs
Configuration checklist
- Enable the module feature in Orchard Core.
- After enabling, verify any content definitions or indexes created by data migrations.
- Review the settings types listed above to locate admin or site-level configuration surfaces.
Related documentation
- For Orchard Core framework concepts, see the official Orchard Core documentation.