dotnet add OrchardCore.CommerceThe commerce module for Orchard Core.
Features
Orchard Core Commerce - Core
Registers the core components used by the Commerce features. Its upstream feature ID is OrchardCore.Commerce, and it is categorized as Commerce. It depends on OrchardCore.Contents, OrchardCore.Workflows, OrchardCore.Templates, OrchardCore.Commerce.ContentFields, and OrchardCore.Commerce.Payment, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core Commerce manifest metadata; Orchard Core displays feature entries in the feature management UI with their description, category, and dependencies.
Orchard Core Commerce - Session Cart Storage
Registers session-based shopping cart persistence. Its upstream feature ID is OrchardCore.Commerce.SessionCartStorage, and it is categorized as Commerce. It depends on OrchardCore.Contents, and OrchardCore.Commerce, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core Commerce manifest metadata; Orchard Core displays feature entries in the feature management UI with their description, category, and dependencies.
Orchard Core Commerce - Currency Settings Selector
Currency selector that uses display currency configured in settings. Useful for Dev/Test scenarios. Its upstream feature ID is OrchardCore.Commerce.CurrencySettingsSelector, and it is categorized as Commerce. It depends on OrchardCore.Contents, and OrchardCore.Commerce, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core Commerce manifest metadata; Orchard Core displays feature entries in the feature management UI with their description, category, and dependencies.
Orchard Core Commerce - Subscription
Subscription management. Currently only supports Stripe. Its upstream feature ID is OrchardCore.Commerce.Subscription, and it is categorized as Commerce. It depends on OrchardCore.Contents, and OrchardCore.Commerce, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core Commerce manifest metadata; Orchard Core displays feature entries in the feature management UI with their description, category, and dependencies.
Orchard Core Commerce - SKU Generator - GUID
Replaces manual SKU entry in the content item editor with a GUID-based generator. Its upstream feature ID is OrchardCore.Commerce.SkuGenerator.Guid, and it is categorized as Commerce. It depends on OrchardCore.Commerce, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core Commerce manifest metadata; Orchard Core displays feature entries in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause