Skip to content

Commit 8089a71

Browse files
authored
Merge pull request #7117 from alina-tincas/commerce15/brokenlinks
fixed broken links from commerce v15 docs
2 parents b1e9484 + 344a3b2 commit 8089a71

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

15/umbraco-commerce/how-to-guides/dynamically-priced-products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Sometimes products do not have a fixed price. Depending on the customer's requir
99
This guide shows you how to implement dynamically priced products in Umbraco Commerce.
1010

1111
{% hint style="info" %}
12-
This guide is not a direct follow-on from the [getting started tutorial](../tutorials/build-a-store/overview.md). It is assumed that your store is set up in a similar structure.
12+
This guide is not a direct follow-on from the [getting started tutorial](../tutorials/build-a-store/README.md). It is assumed that your store is set up in a similar structure.
1313
{% endhint %}
1414

1515
## Capturing User Input

15/umbraco-commerce/how-to-guides/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ In this section, we will provide a series of How-To Guides, showcasing how to pe
88

99
## Available guides
1010

11-
<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">Add item to Cart</td><td><a href="add-item.md">add-item.md</a></td></tr><tr><td align="center">Update Cart</td><td><a href="update-cart.md">update-cart.md</a></td></tr>
12-
<tr><td align="center">Delete item from Cart</td><td><a href="delete-item.md">delete-item.md</a></td></tr><tr><td align="center">Limit Order 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>
11+
<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">Creating a Custom Shopping Cart</td><td><a href="../tutorials/build-a-store/custom-cart.md">custom-cart.md</a></td></tr>
12+
<tr><td align="center">Limit Order 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>

15/umbraco-commerce/how-to-guides/personalized-products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This will be broken down into the following steps:
1313
* Register a UI extension to display the value in the Backoffice.
1414

1515
{% hint style="info" %}
16-
This guide is not a direct follow-on from the [getting started tutorial](../tutorials/build-a-store/overview.md). It is assumed that your store is set up in a similar structure.
16+
This guide is not a direct follow-on from the [getting started tutorial](../tutorials/build-a-store/README.md). It is assumed that your store is set up in a similar structure.
1717
{% endhint %}
1818

1919
## Capturing a Message

15/umbraco-commerce/how-to-guides/product-bundles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Learn how to implement product bundles in Umbraco Commerce.
77
Product bundles are Umbraco Commerces' way of creating composite products. This feature allows you to create a product that consists of multiple sub-products. The sub-products can be optional or mandatory, and you can define the quantity of each sub-product. The final order line will be a composite order line of the selected primary product and its sub-product options.
88

99
{% hint style="info" %}
10-
This guide is not a direct follow-on from the [getting started tutorial](../tutorials/build-a-store/overview.md). It is assumed that your store is set up in a similar structure.
10+
This guide is not a direct follow-on from the [getting started tutorial](../tutorials/build-a-store/README.md). It is assumed that your store is set up in a similar structure.
1111
{% endhint %}
1212

1313
## Product Setup

15/umbraco-commerce/reference/taxes/calculated-tax-rates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This option allows you to dynamically calculate the tax obligations of an order
88

99
When using calculated rate taxes, taxes are calculated as a single price adjustment against the order total price and will not offer any breakdown.
1010

11-
Calculated tax rates are configured using **Tax Calculation Methods**. A tax calculation method provides a connection to a third-party calculation service via a [Sales Tax Provider](../../key-concepts/sales-taxt-providers.md). The sales tax provider passes the order details to the calculation service and returns the tax amount to be applied to the order.
11+
Calculated tax rates are configured using **Tax Calculation Methods**. A tax calculation method provides a connection to a third-party calculation service via a [Sales Tax Provider](../../key-concepts/sales-tax-providers.md). The sales tax provider passes the order details to the calculation service and returns the tax amount to be applied to the order.
1212

1313
{% hint style="info" %}
14-
Before you can configure a tax calculation method, you will need to install at least one [sales tax provider](../../key-concepts/sales-taxt-providers.md).
14+
Before you can configure a tax calculation method, you will need to install at least one [sales tax provider](../../key-concepts/sales-tax-providers.md).
1515

1616
A TaxJar example is provided on GitHub at [https://github.com/umbraco/Umbraco.Commerce.SalesTaxProviders.TaxJar](https://github.com/umbraco/Umbraco.Commerce.SalesTaxProviders.TaxJar)
1717
{% endhint %}

15/umbraco-commerce/release-notes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this section, we have summarized the changes to Umbraco Commerce released in
1111
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
1212

1313
{% hint style="info" %}
14-
If you are upgrading to a new major version, check the breaking changes in the [Version Specific Upgrade Notes](upgrading/version-specific-upgrades.md) article.
14+
If you are upgrading to a new major version, check the breaking changes in the [Version Specific Upgrade Notes](../upgrading/version-specific-upgrades.md) article.
1515
{% endhint %}
1616

1717
## Release History

15/umbraco-commerce/tutorials/build-a-store/configure-store.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If your business operates in multiple regions, setting up locations helps:
2222
* Configure stores for different locations with separate languages, shipping addresses, regional offers, local regulations, and payment gateways.
2323
* Ship products from different locations. The system can be set up to route orders to the nearest warehouse based on the customer’s location.
2424

25-
### Steps to set up a location:
25+
### Steps to set up a location
2626

2727
1. Select your store from the **Stores** menu in the **Settings** section. In this case, *Umbraco Swag Store*.
2828
2. Go to **Locations** under the Store.
@@ -38,9 +38,9 @@ If your business operates in multiple regions, setting up locations helps:
3838

3939
Order Status tracks the progression of an order. It helps both the store owner and customers track the order's progress from the moment it is placed until it is delivered (or returned).
4040

41-
When you first set up Umbraco Commerce, it comes with predefined order statuses to help manage the order lifecycle. These statuses include _New_, _Completed_, _Cancelled_, and _Error_. The statuses can be customized based on your specific business requirements.
41+
When you first set up Umbraco Commerce, it comes with predefined order statuses to help manage the order lifecycle. These statuses include *New*, *Completed*, *Cancelled*, and *Error*. The statuses can be customized based on your specific business requirements.
4242

43-
### Steps to create an order status:
43+
### Steps to create an order status
4444

4545
1. Go to **Order Statuses** under the Store.
4646
2. Click **Create Order Status**.
@@ -57,7 +57,7 @@ Payment Methods define the payment options available in the store. By default, U
5757

5858
Umbraco Commerce also supports the integration of different third-party payment gateways. For more information, see the [Umbraco Commerce Payment Providers Documentation](../../../../commerce-add-ons/payment-providers/README.md).
5959

60-
### Steps to set up a payment method:
60+
### Steps to set up a payment method
6161

6262
1. Go to **Payment Methods** under the Store.
6363
2. Click **Create Payment Method**.
@@ -75,7 +75,7 @@ Shipping methods determine how customers receive their orders. Setting up shippi
7575

7676
By default, Umbraco Commerce comes with the basic Pickup option. For more information on the integration for different providers, see the [Umbraco Commerce Shipping providers Documentation](../../../../commerce-add-ons/shipping-providers/README.md).
7777

78-
### Steps to create a shipping method:
78+
### Steps to create a shipping method
7979

8080
1. Go to **Shipping Methods** under the Store.
8181
2. Click **Create Shipping Method**.
@@ -91,7 +91,7 @@ By default, Umbraco Commerce comes with the basic Pickup option. For more inform
9191

9292
Setting up a country involves configuring settings related to shipping, payment methods, tax rates, localization, legal compliance requirements, and so on for that specific country.
9393

94-
### Steps to set up a country:
94+
### Steps to set up a country
9595

9696
1. Go to **Countries** under the Store.
9797
2. Click **Create Country**.
@@ -105,9 +105,9 @@ Setting up a country involves configuring settings related to shipping, payment
105105

106106
## Setting up a Currency
107107

108-
Setting up currency is essential for ensuring that prices are displayed and transactions are processed accurately. For information on configuring an exchange rate service, see the [Currency Exchange Rate Service Provider](../key-concepts/currency-exchange-rate-service-providers.md) article.
108+
Setting up currency is essential for ensuring that prices are displayed and transactions are processed accurately. For information on configuring an exchange rate service, see the [Currency Exchange Rate Service Provider](../../key-concepts/currency-exchange-rate-service-providers.md) article.
109109

110-
### Steps to set up a currency:
110+
### Steps to set up a currency
111111

112112
1. Go to **Currencies** under the Store.
113113
2. Click **Create Currency**.
@@ -120,9 +120,9 @@ Setting up currency is essential for ensuring that prices are displayed and tran
120120

121121
## Setting up Taxes
122122

123-
Tax setup is crucial for compliance with local regulations and for ensuring that your pricing is accurate and transparent. You can set up tax rates for each jurisdiction where you must collect tax. For more information, see the [Tax Sources](../key-concepts/tax-sources.md) article.
123+
Tax setup is crucial for compliance with local regulations and for ensuring that your pricing is accurate and transparent. You can set up tax rates for each jurisdiction where you must collect tax. For more information, see the [Tax Sources](../../key-concepts/tax-sources.md) article.
124124

125-
### Steps to set up taxes:
125+
### Steps to set up taxes
126126

127127
1. Go to **Taxes** under the Store.
128128
2. Click **Create Tax Class**.
@@ -137,7 +137,7 @@ Tax setup is crucial for compliance with local regulations and for ensuring that
137137

138138
Defines the different **Email**, **Print**, and **Export** templates available for the store. These templates help maintain consistency and professionalism in communication with customers and facilitate data handling.
139139

140-
### Steps to create an Email Template:
140+
### Steps to create an Email Template
141141

142142
1. Expand the **Templates** folder under the Store.
143143
2. Go to **Email Templates**.

15/umbraco-commerce/tutorials/build-a-store/create-product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ If you haven't already, you'll need to allow the product Document Type to be a c
6666

6767
![Product Page](../images/blendid/product_page.png)
6868

69-
With the product created, you can now move on to [Implementing a Shopping Cart](cart-management/overview.md).
69+
With the product created, you can now move on to [Implementing a Shopping Cart](./cart.md).

15/umbraco-commerce/upgrading/version-specific-upgrades.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ description: >-
88
This page covers specific upgrade documentation for when migrating to major 15 of Umbraco Commerce.
99

1010
{% hint style="info" %}
11-
If you are upgrading to a new minor or patch version, you can find information about the breaking changes in the [Release Notes](../release-notes.md) article.
11+
If you are upgrading to a new minor or patch version, you can find information about the breaking changes in the [Release Notes](../release-notes/README.md) article.
1212
{% endhint %}
1313

1414
## Version Specific Upgrade Notes History
1515

16-
#### 15.0.0
16+
#### 15.0.0
1717

1818
* API method calls will need to use the async alternatives
1919

0 commit comments

Comments
 (0)