Skip to content

Commit 7c70f8a

Browse files
authored
Merge pull request #6848 from acoumb/main
Umbraco Commerce store setup docs
2 parents ee1c7e7 + 1a36973 commit 7c70f8a

File tree

103 files changed

+2697
-849
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+2697
-849
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ indent_size = 4
1414

1515
# Trim trailing whitespace, limited support.
1616
# https://github.com/editorconfig/editorconfig/wiki/Property-research:-Trim-trailing-spaces
17-
trim_trailing_whitespace = true
17+
trim_trailing_whitespace = false
1818

1919
[*.{cs,vb}]
2020
dotnet_style_predefined_type_for_locals_parameters_members = true:error

15/umbraco-commerce/SUMMARY.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,36 @@
2727
* [Migrate Umbraco Commerce Checkout](upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-umbraco-commerce-checkout.md)
2828
* [Migrate custom Payment Providers](upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-custom-payment-providers.md)
2929

30+
## Tutorials
31+
32+
* [Overview](tutorials/overview.md)
33+
* [Build a Store in Umbraco using Umbraco Commerce](tutorials/build-a-store/overview.md)
34+
* [Installation](tutorials/build-a-store/installation.md)
35+
* [Creating a Store](tutorials/build-a-store/create-store.md)
36+
* [Configuring your Store](tutorials/build-a-store/configure-store.md)
37+
* [Creating your first Product](tutorials/build-a-store/create-product.md)
38+
* [Implementing a Shopping Cart](tutorials/build-a-store/cart.md)
39+
* [Using the Umbraco.Commerce.Cart Drop-in Shopping Cart](https://docs.umbraco.com/umbraco-commerce-packages/cart/cart)
40+
* [Creating a Custom Shopping Cart](tutorials/build-a-store/custom-cart.md)
41+
* [Implementing a Checkout Flow](tutorials/build-a-store/checkout.md)
42+
* [Using the Umbraco.Commerce.Checkout Drop-in Checkout Flow](https://docs.umbraco.com/umbraco-commerce-packages/checkout/checkout)
43+
* [Creating a Custom Checkout Flow](tutorials/build-a-store/custom-checkout.md)
44+
* [Configuring Store Access Permissions](tutorials/build-a-store/permissions.md)
45+
3046
## How-To Guides
3147

3248
* [Overview](how-to-guides/overview.md)
3349
* [Configure SQLite support](how-to-guides/configure-sqlite-support.md)
34-
* [Limit Order Line Quantity](how-to-guides/limit-orderline-quantity.md)
3550
* [Use an Alternative Database for Umbraco Commerce Tables](how-to-guides/use-an-alternative-database-for-umbraco-commerce-tables.md)
36-
* [Add item to Cart](how-to-guides/add-item.md)
37-
* [Update Cart](how-to-guides/update-cart.md)
38-
* [Delete item from Cart](how-to-guides/delete-item.md)
3951
* [Customizing Templates](how-to-guides/customizing-templates.md)
40-
* [Configuring Store Cleanup](how-to-guides/configuring-cart-cleanup.md)
52+
* [Configuring Cart Cleanup](how-to-guides/configuring-cart-cleanup.md)
53+
* [Limit Order Line Quantity](how-to-guides/limit-orderline-quantity.md)
54+
* [Implementing Product Bundles](how-to-guides/product-bundles.md)
55+
* [Implementing Member Based Pricing](how-to-guides/member-based-pricing.md)
56+
* [Implementing Dynamically Priced Products](how-to-guides/dynamically-priced-products.md)
57+
* [Implementing Personalized Products](how-to-guides/personalized-products.md)
58+
* [Implementing a Currency Switcher](how-to-guides/currency-switching.md)
59+
* [Building a Members Portal](how-to-guides/member-portal.md)
4160

4261
## Key Concepts
4362

@@ -108,8 +127,3 @@
108127
* [Management API](reference/management-api/README.md)
109128
* [Go behind the scenes](reference/go-behind-the-scenes.md)
110129
* [Telemetry](reference/telemetry.md)
111-
112-
## Tutorials
113-
114-
* [Overview](tutorials/overview.md)
115-
* [Getting started with Umbraco Commerce: The Backoffice](tutorials/getting-started-with-commerce.md)

15/umbraco-commerce/how-to-guides/add-item.md

Lines changed: 0 additions & 199 deletions
This file was deleted.

0 commit comments

Comments
 (0)