Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions 10/umbraco-commerce/.gitbook.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
root: ./

​structure:
​structure:
readme: README.md
summary: SUMMARY.md

redirects:

getting-started/installation/version-specific-upgrades: getting-started/upgrading/version-specific-upgrades.md
getting-started/installation/README: installation/install.md
getting-started/licensing-model: installation/licensing-model.md
getting-started/upgrading/README: upgrading/upgrade.md
getting-started/upgrading/version-specific-upgrades: upgrading/version-specific-upgrades.md
how-to-guides/migrate-from-vendr-to-umbraco-commerce/migrate-custom-payment-providers: upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-custom-payment-providers.md
how-to-guides/migrate-from-vendr-to-umbraco-commerce/migrate-umbraco-commerce-checkout: upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-umbraco-commerce-checkout.md
how-to-guides/migrate-from-vendr-to-umbraco-commerce/README: upgrading/migrate-from-vendr-to-umbraco-commerce/README.md
22 changes: 14 additions & 8 deletions 10/umbraco-commerce/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
# Table of contents

* [What is Umbraco Commerce?](README.md)
* [Umbraco Commerce Documentation](README.md)
* [Commerce Packages](https://docs.umbraco.com/umbraco-commerce-packages)
* [Commerce Payment Providers](https://docs.umbraco.com/umbraco-commerce-payment-providers)
* [Release Notes](release-notes.md)

## Installation

* [Installing Umbraco Commerce](installation/install.md)
* [Licensing](installation/licensing-model.md)

## Upgrading

* [Upgrading Umbraco Commerce](upgrading/upgrade.md)
* [Version Specific Upgrade Notes](upgrading/version-specific-upgrades.md)
* [Migrate from Vendr to Umbraco Commerce](upgrading/migrate-from-vendr-to-umbraco-commerce/README.md)
* [Migrate Umbraco Commerce Checkout](upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-umbraco-commerce-checkout.md)
* [Migrate custom Payment Providers](upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-custom-payment-providers.md)

## Getting Started

* [Introduction](getting-started/introduction.md)
* [Installation](getting-started/installation/README.md)
* [Upgrading](getting-started/upgrading/README.md)
* [Version Specific Upgrade Notes](getting-started/upgrading/version-specific-upgrades.md)
* [Umbraco Configuration](getting-started/umbraco-configuration.md)
* [User Interface](getting-started/user-interface.md)
* [Licensing](getting-started/licensing-model.md)

## How-To Guides

* [Overview](how-to-guides/overview.md)
* [Migrate from Vendr to Umbraco Commerce](how-to-guides/migrate-from-vendr-to-umbraco-commerce/README.md)
* [Migrate Umbraco Commerce Checkout](how-to-guides/migrate-from-vendr-to-umbraco-commerce/migrate-umbraco-commerce-checkout.md)
* [Migrate custom Payment Providers](how-to-guides/migrate-from-vendr-to-umbraco-commerce/migrate-custom-payment-providers.md)
* [Configure SQLite support](how-to-guides/configure-sqlite-support.md)
* [Limit Order Line Quantity](how-to-guides/limit-orderline-quantity.md)
* [Use an Alternative Database for Umbraco Commerce Tables](how-to-guides/use-an-alternative-database-for-umbraco-commerce-tables.md)
Expand Down
37 changes: 0 additions & 37 deletions 10/umbraco-commerce/getting-started/upgrading/README.md

This file was deleted.

3 changes: 1 addition & 2 deletions 10/umbraco-commerce/how-to-guides/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ In this section, we will provide a series of How-To Guides, showcasing how to pe

## Available guides

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Migrate from Vendr to Umbraco Commerce</td><td><a href="migrate-from-vendr-to-umbraco-commerce/">migrate-from-vendr-to-umbraco-commerce</a></td></tr><tr><td align="center">Configure SQLite support</td><td><a href="configure-sqlite-support.md">configure-sqlite-support.md</a></td></tr><tr><td align="center">Limit Ordere Line Quantity</td><td><a href="limit-orderline-quantity.md">limit-orderline-quantity.md</a></td></tr><tr><td align="center">Use an alternative database for Umbraco Commerce tables</td><td><a href="use-an-alternative-database-for-umbraco-commerce-tables.md">use-an-alternative-database-for-umbraco-commerce-tables.md</a></td></tr></tbody></table>

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Migrate from Vendr to Umbraco Commerce</td><td><a href="../upgrading/migrate-from-vendr-to-umbraco-commerce/README.md">migrate-from-vendr-to-umbraco-commerce</a></td></tr><tr><td align="center">Configure SQLite support</td><td><a href="configure-sqlite-support.md">configure-sqlite-support.md</a></td></tr><tr><td align="center">Limit Ordere Line Quantity</td><td><a href="limit-orderline-quantity.md">limit-orderline-quantity.md</a></td></tr><tr><td align="center">Use an alternative database for Umbraco Commerce tables</td><td><a href="use-an-alternative-database-for-umbraco-commerce-tables.md">use-an-alternative-database-for-umbraco-commerce-tables.md</a></td></tr></tbody></table>
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ PM> dotnet add package Umbraco.Commerce

Alternatively, you can also find and install the NuGet package via the NuGet Package Manager in Visual Studio. You will see a number of packages available, however, you will want to install the main **Umbraco Commerce** package.

![Installing Umbraco Commerce via the NuGet Package Manager](../../media/nuget-packages-overview.png)
![Installing Umbraco Commerce via the NuGet Package Manager](../media/nuget-packages-overview.png)

For most sites using a single solution, the above will be all you need to install Umbraco Commerce into your project. When you have a more complex solution structure consisting of multiple projects, Umbraco Commerce is available in multiple sub-packages with varying dependencies.

<table><thead><tr><th width="282">Sub-package</th><th>Description</th></tr></thead><tbody><tr><td><strong>Umbraco.Commerce.Common</strong></td><td>A shared project of common, non-Commerce-specific patterns and helpers.</td></tr><tr><td><strong>Umbraco.Commerce.Core</strong></td><td>Core Commerce functionality that doesn't require any infrastructure-specific dependencies.</td></tr><tr><td><strong>Umbraco.Commerce.Infrastructure</strong></td><td>Infrastructure-specific project containing implementations of core Commerce functionality.</td></tr><tr><td><strong>Umbraco.Commerce.Persistence.SqlServer</strong></td><td>Persistence-specific project containing implementations of core Commerce persistence functionality for SQL Server.</td></tr><tr><td><strong>Umbraco.Commerce.Persistence.Sqllite</strong></td><td>Persistence-specific project containing implementations of core Commerce persistence functionality for SQLite.</td></tr><tr><td><strong>Umbraco.Commerce.Web</strong></td><td>Core Commerce functionality that requires a web context.</td></tr><tr><td><strong>Umbraco.Commerce.Cms</strong></td><td>Core Commerce functionality that requires an Umbraco dependency.</td></tr><tr><td><strong>Umbraco.Commerce.Cms.Web</strong></td><td>The Commerce functionality for the Umbraco presentation layer.</td></tr><tr><td><strong>Umbraco.Commerce.Cms.Web.UI</strong></td><td>The static Commerce assets for the Umbraco presentation layer.</td></tr><tr><td><strong>Umbraco.Commerce.Cms.Startup</strong></td><td>The Commerce functionality for registering Commerce with Umbraco.</td></tr><tr><td><strong>Umbraco.Commerce</strong></td><td>The main Commerce package entry point package.</td></tr></tbody></table>

## Installing a License

See the [Licensing page](../licensing-model.md#installing-your-license) for details on how to install a license.
See the [Licensing page](../installation/licensing-model.md#installing-your-license) for details on how to install a license.
Loading