From 52463df381a5774bed6e446688caaeeb2e1c5cb6 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Fri, 23 Feb 2024 10:21:28 +0000 Subject: [PATCH 01/12] Fixed broken links --- 13/umbraco-commerce/reference/shipping/README.md | 2 +- commerce-add-ons/shipping-providers/dhl/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/13/umbraco-commerce/reference/shipping/README.md b/13/umbraco-commerce/reference/shipping/README.md index d1faeb07805..4979a002edf 100644 --- a/13/umbraco-commerce/reference/shipping/README.md +++ b/13/umbraco-commerce/reference/shipping/README.md @@ -14,7 +14,7 @@ The fixed rate shipping option allows you to configure a single fixed rate for t The dynamic rate shipping option allows you to configure a series of ranges from which an order will be checked against. These checks identify a which range the order falls within. For each range a series of rate options can be configured. Options include fixed rate per order, a fixed rate per order item, percentage based rates amongst others. -### [Realtime Rate Shipping](./relatime-rate-shipping.md) +### [Realtime Rate Shipping](./realtime-rate-shipping.md) The realtime rate shipping option allows you to configure a connection to a shipping operator to fetch realtime shipping rate estimates for an order. diff --git a/commerce-add-ons/shipping-providers/dhl/README.md b/commerce-add-ons/shipping-providers/dhl/README.md index c349c3e5d4d..3490414214c 100644 --- a/commerce-add-ons/shipping-providers/dhl/README.md +++ b/commerce-add-ons/shipping-providers/dhl/README.md @@ -19,6 +19,6 @@ It is assumed that before we begin you already have an Umbraco website configure Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the DHL API. * [Shipping provider source code](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.Dhl) -* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.DHhl/issues) +* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.Dhl/issues) * [DHL Express information](https://mydhl.express.dhl/) -* [DHL Express documentation](https://developer.dhl.com/api-reference/dhl-express-mydhl-ap) +* [DHL Express documentation](https://developer.dhl.com/api-reference/dhl-express-mydhl-api) From be69d8e11cd2f1eb244d55958e72a1479149f1fa Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Fri, 23 Feb 2024 10:26:13 +0000 Subject: [PATCH 02/12] created missing realtime shipping configuration docs --- .../shipping/realtime-rate-shipping.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md index 1546214839d..6f4649bb398 100644 --- a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md +++ b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md @@ -1,2 +1,31 @@ +--- +description: Realtime Rate Shipping in Umbraco Commerce. +--- + # Realtime Rate Shipping +Realtime rate shipping in Umbraco Commerce allows you to define realtime, up to the minute shipping estimates directly from shipping operators. + +## Configuration + +* Go to `Settings > Commerce > Stores > {Your Store} > Shipping Methods` + +![Shipping Methods](../../media/shipping_methods.png) + +* Click `Create Shipping Method` +* Choose the shipping provider for thie shipping operator you wish to use + +![Choose Shipping Provider](../../media/create_shipping_method.png) + +* Chose the `Realtime` calculation mode option + +![Choose Shipping Calculation Mode](../../media/create_shipping_method2.png) + +* Populate the shipping method name, alias, sku and optional image and tax rate +* Enter any shipping provider API credentials required to connect to the shipping operators API + +![Shipping Method Details](../../media/realtime_shipping_details.png) + +* Configure the countries in this shipping method should be allowed in + +![Shipping Method Allowed Countries](../../media/shipping_method_allowed_countries.png) \ No newline at end of file From 60adcd4befaa12fc217c0cfa422e3e4010b95801 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Fri, 23 Feb 2024 10:27:18 +0000 Subject: [PATCH 03/12] fixed broken links --- commerce-add-ons/shipping-providers/easypost/README.md | 2 +- commerce-add-ons/shipping-providers/shipmondo/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commerce-add-ons/shipping-providers/easypost/README.md b/commerce-add-ons/shipping-providers/easypost/README.md index 09a75995690..2b5908dc2be 100644 --- a/commerce-add-ons/shipping-providers/easypost/README.md +++ b/commerce-add-ons/shipping-providers/easypost/README.md @@ -19,6 +19,6 @@ It is assumed that before we begin you already have an Umbraco website configure Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the EasyPost API. * [Shipping provider source code](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.EasyPost) -* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.DHhl/issues) +* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.EasyPost/issues) * [EasyPost information](https://www.easypost.com/) * [EasyPost documentation](https://www.easypost.com/getting-started) diff --git a/commerce-add-ons/shipping-providers/shipmondo/README.md b/commerce-add-ons/shipping-providers/shipmondo/README.md index db922c490eb..0051e1d77d7 100644 --- a/commerce-add-ons/shipping-providers/shipmondo/README.md +++ b/commerce-add-ons/shipping-providers/shipmondo/README.md @@ -19,6 +19,6 @@ It is assumed that before we begin you already have an Umbraco website configure Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the Shipmondo API. * [Shipping provider source code](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.Shipmondo) -* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.DHhl/issues) +* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.Shipmondo/issues) * [Shipmondo information](https://www.shipmondo.com/) -* [Shipmondo documentation](https://app.shipmondo.com/api/public/v3/specification#/) +* [Shipmondo documentation](https://app.shipmondo.com/api/public/v3/specification/) From 2c691c416968d00c9298c290091b85a9ebd4f01c Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:48:38 +0100 Subject: [PATCH 04/12] Update 13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md --- .../reference/shipping/realtime-rate-shipping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md index 6f4649bb398..5db42c748e7 100644 --- a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md +++ b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md @@ -4,7 +4,7 @@ description: Realtime Rate Shipping in Umbraco Commerce. # Realtime Rate Shipping -Realtime rate shipping in Umbraco Commerce allows you to define realtime, up to the minute shipping estimates directly from shipping operators. +Realtime rate shipping in Umbraco Commerce allows you to define real-time, up-to-the-minute shipping estimates directly from the shipping operators. ## Configuration From 84b5eefd367fcebae40abcbb1740d996b2b04d8a Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:48:50 +0100 Subject: [PATCH 05/12] Update 13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md --- .../reference/shipping/realtime-rate-shipping.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md index 5db42c748e7..b6a0a2ef810 100644 --- a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md +++ b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md @@ -8,7 +8,13 @@ Realtime rate shipping in Umbraco Commerce allows you to define real-time, up-to ## Configuration -* Go to `Settings > Commerce > Stores > {Your Store} > Shipping Methods` + +1. Go to **Settings**. +2. Open the **Commerce** folder in the **Commerce** section. +3. Select from the **Stores** dropdown. +4. Go to **Shipping Methods**. + + ![Shipping Methods](../../media/shipping_methods.png) From 883d270a8f0231ed77c2eed79db4e00cd2d484b1 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:49:02 +0100 Subject: [PATCH 06/12] Update 13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md --- .../reference/shipping/realtime-rate-shipping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md index b6a0a2ef810..395aebdf6a4 100644 --- a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md +++ b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md @@ -18,7 +18,7 @@ Realtime rate shipping in Umbraco Commerce allows you to define real-time, up-to ![Shipping Methods](../../media/shipping_methods.png) -* Click `Create Shipping Method` +5. Click **Create Shipping Method**. * Choose the shipping provider for thie shipping operator you wish to use ![Choose Shipping Provider](../../media/create_shipping_method.png) From 3a033f5c7e54c456da14effe000d3d17aeb5282f Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:49:10 +0100 Subject: [PATCH 07/12] Update 13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md --- .../reference/shipping/realtime-rate-shipping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md index 395aebdf6a4..ef3d8a4f290 100644 --- a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md +++ b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md @@ -19,7 +19,7 @@ Realtime rate shipping in Umbraco Commerce allows you to define real-time, up-to ![Shipping Methods](../../media/shipping_methods.png) 5. Click **Create Shipping Method**. -* Choose the shipping provider for thie shipping operator you wish to use +6. Choose the shipping provider for the shipping operator you wish to use. ![Choose Shipping Provider](../../media/create_shipping_method.png) From 4317810a0e866146bc0fd17b548c9f5476639c3a Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:49:17 +0100 Subject: [PATCH 08/12] Update 13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md --- .../reference/shipping/realtime-rate-shipping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md index ef3d8a4f290..9dc4667a269 100644 --- a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md +++ b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md @@ -23,7 +23,7 @@ Realtime rate shipping in Umbraco Commerce allows you to define real-time, up-to ![Choose Shipping Provider](../../media/create_shipping_method.png) -* Chose the `Realtime` calculation mode option +7. Choose the **Realtime** calculation mode option. ![Choose Shipping Calculation Mode](../../media/create_shipping_method2.png) From 1340d5f46e2abdb461beee212905e22c0063c2cb Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:49:28 +0100 Subject: [PATCH 09/12] Update 13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md --- .../reference/shipping/realtime-rate-shipping.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md index 9dc4667a269..0233bcf2674 100644 --- a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md +++ b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md @@ -6,7 +6,9 @@ description: Realtime Rate Shipping in Umbraco Commerce. Realtime rate shipping in Umbraco Commerce allows you to define real-time, up-to-the-minute shipping estimates directly from the shipping operators. -## Configuration +## Configuring Realtime Rate Shipping + +To configure Realtime Rate Shipping, follow these steps: 1. Go to **Settings**. From abae5cd7838dfddf2da6272d11cda2bf6f8c352b Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:49:48 +0100 Subject: [PATCH 10/12] Update 13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md --- .../reference/shipping/realtime-rate-shipping.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md index 0233bcf2674..1f4658eef5c 100644 --- a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md +++ b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md @@ -29,7 +29,9 @@ To configure Realtime Rate Shipping, follow these steps: ![Choose Shipping Calculation Mode](../../media/create_shipping_method2.png) -* Populate the shipping method name, alias, sku and optional image and tax rate +8. Enter the **Shipping Method Name**, **Alias**, and **SKU**. +9. Select the tax class from the **Tax Class** dropdown list. +10. _[Optional]_ Upload an image. * Enter any shipping provider API credentials required to connect to the shipping operators API ![Shipping Method Details](../../media/realtime_shipping_details.png) From 2b4bd9176821c37b1382a6b7dcdb1ac53c02b74a Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:49:54 +0100 Subject: [PATCH 11/12] Update 13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md --- .../reference/shipping/realtime-rate-shipping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md index 1f4658eef5c..1d66e2fde29 100644 --- a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md +++ b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md @@ -32,7 +32,7 @@ To configure Realtime Rate Shipping, follow these steps: 8. Enter the **Shipping Method Name**, **Alias**, and **SKU**. 9. Select the tax class from the **Tax Class** dropdown list. 10. _[Optional]_ Upload an image. -* Enter any shipping provider API credentials required to connect to the shipping operators API +11. Enter the shipping provider's API credentials required to connect to the shipping operator's API. ![Shipping Method Details](../../media/realtime_shipping_details.png) From 8fe5d75669a4c71eff69cc997e3412d8200f1a5e Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:50:01 +0100 Subject: [PATCH 12/12] Update 13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md --- .../reference/shipping/realtime-rate-shipping.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md index 1d66e2fde29..14830c65888 100644 --- a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md +++ b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md @@ -36,6 +36,7 @@ To configure Realtime Rate Shipping, follow these steps: ![Shipping Method Details](../../media/realtime_shipping_details.png) -* Configure the countries in this shipping method should be allowed in +12. Select the countries this shipping method should be allowed in. +13. Click **Save**. ![Shipping Method Allowed Countries](../../media/shipping_method_allowed_countries.png) \ No newline at end of file