FoxCart.Template
0.4.0
See the version list below for details.
dotnet add package FoxCart.Template --version 0.4.0
NuGet\Install-Package FoxCart.Template -Version 0.4.0
<PackageReference Include="FoxCart.Template" Version="0.4.0" />
<PackageVersion Include="FoxCart.Template" Version="0.4.0" />
<PackageReference Include="FoxCart.Template" />
paket add FoxCart.Template --version 0.4.0
#r "nuget: FoxCart.Template, 0.4.0"
#:package FoxCart.Template@0.4.0
#addin nuget:?package=FoxCart.Template&version=0.4.0
#tool nuget:?package=FoxCart.Template&version=0.4.0
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
- Customize: Full control over storefront markup by overriding views
- 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.Core (>= 2.6.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on FoxCart.Template:
| Package | Downloads |
|---|---|
|
FoxCart.Template.Lean
FoxCart e-commerce platform - Lean template: a clean, hard-cut design system. Ships the Block List component views, master layout, and page-view scaffolder for the FoxCart.Template content model (Home, Shop, Product, Cart, Checkout, Order Confirmation, Content Page, Article/Article Listing). References FoxCart.Template + FoxCart.Core; FoxCart.Members is optional. |
|
|
FoxCart.Template.Clarity
FoxCart e-commerce platform - Clarity template: an accessibility-first design system (WCAG 2.2 as the design brief — AAA-leaning contrast, visible labels, 44px targets, nothing conveyed by colour alone, a dedicated focus-ring signature). Ships the Block List component views, master layout, and page-view scaffolder for the FoxCart.Template content model (Home, Shop, Product, Cart, Checkout, Order Confirmation, Content Page, Article/Article Listing). References FoxCart.Template + FoxCart.Core; FoxCart.Members is optional. |
|
|
FoxCart.Template.Chakra
FoxCart e-commerce platform - Chakra template: everything radiates from a centre. A concentric ring field (the "aura") wraps the product image, deep full-bleed field bands carry the weight, and one accent colour only ever means "act here". Ships four presets (Tachyon, Aura, Lightspeed, Eclipse — the last dark-only), the Block List component views, master layout, and page-view scaffolder for the FoxCart.Template content model (Home, Shop, Product, Cart, Checkout, Order Confirmation, Content Page, Article/Article Listing). References FoxCart.Template + FoxCart.Core; FoxCart.Members is optional. |
|
|
FoxCart.Template.Grid
FoxCart e-commerce platform - Grid template: commerce presented like a magazine spread. Oversized display type, an asymmetric layout primitive, and a rotated hard-shadow stamp that recurs on prices, badges and buttons. Ships four presets (Studio, Noir — dark-only —, Riot and Heritage, each moving type, border weight and motion rather than colour alone), the Block List component views, master layout, and page-view scaffolder for the FoxCart.Template content model (Home, Shop, Product, Cart, Checkout, Order Confirmation, Content Page, Article/Article Listing). References FoxCart.Template + FoxCart.Core; FoxCart.Members is optional. |
|
|
FoxCart.Template.Flow
FoxCart e-commerce platform - Flow template: a structural counter-thesis to Lean — nothing is cut, everything blends. Floating pill nav with a visible inline search field, gradient-blob decoration, wave-shaped section dividers, organically clipped product media with a price pill that intentionally overlaps the edge. Ships six presets (Standard, Smoke, Ocean, Bloom, Citrus and Aurora — the last dark-only), the Block List component views, master layout, and page-view scaffolder for the FoxCart.Template content model (Home, Shop, Product, Cart, Checkout, Order Confirmation, Content Page, Article/Article Listing). References FoxCart.Template + FoxCart.Core; FoxCart.Members is optional. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.5.0-preview.1 | 0 | 9/18/2026 |
| 0.4.0 | 168 | 8/10/2026 |
| 0.3.0 | 141 | 7/23/2026 |
| 0.2.0 | 126 | 7/20/2026 |
| 0.1.0 | 125 | 7/18/2026 |