FoxCart.Core
2.1.2
See the version list below for details.
dotnet add package FoxCart.Core --version 2.1.2
NuGet\Install-Package FoxCart.Core -Version 2.1.2
<PackageReference Include="FoxCart.Core" Version="2.1.2" />
<PackageVersion Include="FoxCart.Core" Version="2.1.2" />
<PackageReference Include="FoxCart.Core" />
paket add FoxCart.Core --version 2.1.2
#r "nuget: FoxCart.Core, 2.1.2"
#:package FoxCart.Core@2.1.2
#addin nuget:?package=FoxCart.Core&version=2.1.2
#tool nuget:?package=FoxCart.Core&version=2.1.2
FoxCart
A modular e-commerce platform built on Umbraco CMS.
Compatibility
| FoxCart | Umbraco | .NET |
|---|---|---|
| 1.x | 15, 16 | .NET 9 |
| 2.x | 17+ | .NET 10 |
Features
- Multi-Store Support: Run multiple stores from a single installation
- Pluggable Payment Providers: Mollie, Stripe, Invoice, and extensible architecture
- Flexible Shipping: Multiple shipping provider support
- Theme System: Create custom themes with full control
- License Validation: Built-in licensing for production deployments
Installation
# Core package
dotnet add package FoxCart.Core
# Database provider (choose one)
dotnet add package FoxCart.Data.SQLite
dotnet add package FoxCart.Data.SQLServer
# Payment providers (optional)
dotnet add package FoxCart.Payments.Mollie
dotnet add package FoxCart.Payments.Stripe
dotnet add package FoxCart.Payments.Invoice
Quick Start
// Program.cs
var builder = WebApplication.CreateBuilder(args);
builder.AddFoxcart();
builder.CreateUmbracoBuilder()
.AddBackOffice()
.AddWebsite()
.AddFoxcartNotifications()
.Build();
var app = builder.Build();
await app.BootUmbracoAsync();
app.UseUmbraco()
.WithMiddleware(u => u.UseBackOffice().UseWebsite())
.WithEndpoints(u => u.UseBackOfficeEndpoints().UseWebsiteEndpoints());
await app.RunAsync();
Documentation
Full documentation: foxcart.nl/Docs/v2
Configuration
Add your license key to appsettings.json:
{
"FoxCart": {
"LicenseKey": "FCART-XXXXX-XXXXX-XXXXX-XXXXX"
}
}
Packages
| Package | Description |
|---|---|
FoxCart.Core |
Core business logic and services |
FoxCart.Data |
Entity models and DbContext |
FoxCart.Views |
Shared Razor views and DTOs |
FoxCart.Data.SQLite |
SQLite database provider |
FoxCart.Data.SQLServer |
SQL Server database provider |
FoxCart.Payments.Mollie |
Mollie payment integration |
FoxCart.Payments.Stripe |
Stripe payment integration |
FoxCart.Payments.Invoice |
Invoice/offline payments |
Licensing
FoxCart requires a valid license for production use. Development on localhost is free.
Purchase licenses at https://www.foxcart.nl/#pricing
Support
- Email: support@foxcart.nl
- Issues: https://github.com/Newfox-Development/FoxCart-Issues
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- FoxCart.Data (>= 2.1.2)
- FoxCart.Views (>= 2.1.2)
- Umbraco.Cms.Core (>= 17.0.2)
- Umbraco.Cms.Persistence.EFCore (>= 17.0.2)
- Umbraco.Cms.Web.Website (>= 17.0.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on FoxCart.Core:
| Package | Downloads |
|---|---|
|
FoxCart.Payments.Mollie
FoxCart e-commerce platform - Mollie payment provider supporting iDEAL, Bancontact, credit cards, and more. |
|
|
FoxCart.Payments.Invoice
FoxCart e-commerce platform - Invoice/offline payment provider for manual payment processing. |
|
|
FoxCart.Payments.Stripe
FoxCart e-commerce platform - Stripe payment provider supporting credit cards, Apple Pay, Google Pay, and more. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.3.0-preview5 | 124 | 2/6/2026 |
| 2.3.0-preview4 | 131 | 2/6/2026 |
| 2.3.0-preview3 | 118 | 2/6/2026 |
| 2.3.0-preview2 | 123 | 2/6/2026 |
| 2.3.0-preview1 | 129 | 2/4/2026 |
| 2.2.1 | 118 | 1/25/2026 |
| 2.2.0 | 127 | 1/25/2026 |
| 2.1.2 | 128 | 1/10/2026 |
| 2.1.1 | 130 | 1/4/2026 |
| 2.1.0 | 128 | 1/4/2026 |
| 2.0.3 | 126 | 12/26/2025 |
| 2.0.2 | 130 | 12/26/2025 |
| 2.0.1 | 138 | 12/26/2025 |
| 2.0.0 | 192 | 12/26/2025 |
| 1.0.4 | 149 | 12/26/2025 |
| 1.0.3 | 149 | 12/26/2025 |
| 1.0.1 | 218 | 12/23/2025 |
| 1.0.0 | 225 | 12/23/2025 |