diff --git a/commerce-add-ons/payment-providers/README.md b/commerce-add-ons/payment-providers/README.md index 94e990fea49..7b5fefc6fb1 100644 --- a/commerce-add-ons/payment-providers/README.md +++ b/commerce-add-ons/payment-providers/README.md @@ -1,14 +1,14 @@ --- description: >- - Learn more about each of the available integrations for implementing payment - providers into your Umbraco Commerce installation. + Learn about the available integrations for implementing payment + providers in your Umbraco Commerce installation. --- # What are Payment Providers? -Payment providers are essential for your Umbraco Commerce installation when you want to give users and customers to option to pay for your products. +Payment providers are essential for your Umbraco Commerce installation when you want to give users and customers the option to pay for your products. -The [Invoice](invoicing/) and [Zero](zero/) Payment Providers comes with Umbraco Commerce out of the box. Nine pre-built integrations for different providers are available for you to add additional payment options to your site. +By default, Umbraco Commerce includes the [Invoice](invoicing/) and [Zero](zero/) payment providers. You can also explore additional pre-built integrations to expand your payment options. ## Available integrations @@ -16,4 +16,4 @@ The [Invoice](invoicing/) and [Zero](zero/) Payment Providers comes with Umbraco ## Using These Docs -**These docs are aimed at developers and users** who have at least a basic understanding of [Umbraco](https://umbraco.com), as well as Umbraco backoffice principles. +These documents are designed for developers and users with a basic understanding of [Umbraco](https://umbraco.com) and its backoffice principles. diff --git a/commerce-add-ons/payment-providers/buckaroo/README.md b/commerce-add-ons/payment-providers/buckaroo/README.md index 80796215a42..faeebab62ca 100644 --- a/commerce-add-ons/payment-providers/buckaroo/README.md +++ b/commerce-add-ons/payment-providers/buckaroo/README.md @@ -4,21 +4,19 @@ description: Getting Started with the Buckaroo payment provider for Umbraco Comm # Overview -The Buckaroo payment provider adds functionality to capture payments via the [Buckaroo](https://www.buckaroo.eu/) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. +The Buckaroo payment provider integrates with the [Buckaroo](https://www.buckaroo.eu/) payment gateway, enabling you to capture payments directly through the Umbraco Commerce backoffice. This fully featured provider gives you full control over the payment flow. -## [Install Buckaroo](../install-payment-providers.md) +Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. -## In this Section +## Install Buckaroo -In this section, we will guide you through the key steps necessary to get you started with the Buckaroo payment provider for Umbraco Commerce. - -It is assumed that before we begin you already have an Umbraco website configured and Umbraco Commerce installed. If you are not at this stage yet, please read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to get started. +To Install the Buckaroo payment provider, see the [Install Payment Providers](../install-payment-providers.md) ## Useful links -Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the Buckaroo API. +Here are a few useful links to help you learn more about the Buckaroo payment provider and the Buckaroo API: +* [Buckaroo Payment methods Documentation](https://docs.buckaroo.io/docs/payment-methods) * [Payment provider source code](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Buckaroo) * [Payment provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Buckaroo/issues) * [Buckaroo checkout information](https://www.buckaroo.eu/large-corporations/solutions/payment-methods) -* [Buckaroo checkout documentation](https://docs.buckaroo.io/docs/payment-methods) diff --git a/commerce-add-ons/payment-providers/buckaroo/release-notes.md b/commerce-add-ons/payment-providers/buckaroo/release-notes.md index e73da9c9314..154ec9ab3ba 100644 --- a/commerce-add-ons/payment-providers/buckaroo/release-notes.md +++ b/commerce-add-ons/payment-providers/buckaroo/release-notes.md @@ -1,17 +1,17 @@ # Release Notes -In this section, we have summarized the changes to Buckaroo Payment Provider for Commerce released in each version. Each version is presented with a link to the [Commerce Buckaroo Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Buckaroo/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. +This section summarizes the changes to the Buckaroo Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Buckaroo Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Buckaroo/issues) showing a list of resolved issues. You can also find direct links to individual issues for more details. -If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. +If there are any breaking changes or issues to be aware of when upgrading, they will also be noted here. ## Release History -In this section, you can find the release notes for each version of Buckaroo Payment Provider for Commerce. For each major version, you can find the details about each release. +This section contains the release notes for each version of the Buckaroo Payment Provider for Umbraco Commerce. For each major version, you can find the details about the specific changes. -#### Version 13.1.0 and above +### Version 13.1.0 and above -* For details of changes for v13.1.0 and above for **Buckaroo Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Buckaroo/releases). +* For details of changes in v13.1.0 and above of the **Buckaroo Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Buckaroo/releases). -**Version 13.0.0 (December 13th 2023)** +### Version 13.0.0 (December 13th 2023) * Initial release. diff --git a/commerce-add-ons/payment-providers/install-payment-providers.md b/commerce-add-ons/payment-providers/install-payment-providers.md index 4152343f0d1..301f52f74a9 100644 --- a/commerce-add-ons/payment-providers/install-payment-providers.md +++ b/commerce-add-ons/payment-providers/install-payment-providers.md @@ -4,29 +4,28 @@ description: >- implementation. --- -# Install payment providers +# Install Payment Providers When you need to install a payment provider into your Umbraco Commerce implementation it is done via NuGet. -The installation can be handled in one of two ways as explained below. +You can install a payment provider in one of two ways: ## Install via the NuGet Manager Console -1. Open the NuGet Manage Console. -2. Type in the following command: +1. Open the **NuGet Manager Console**. +2. Enter the following command: ```bash -PM> Install-Package Umbraco.Commerce.PaymentProviders.PROVIDER +Install-Package Umbraco.Commerce.PaymentProviders.PROVIDER ``` -Use the table of available[Payment Providers](install-payment-providers.md#available-payment-providers) to ensure you get the correct package name for the provider you want to install. +3. Use the available [Payment Providers](install-payment-providers.md#available-payment-providers) table below to find the correct package name for the provider you want to install. ## Install via the NuGet Package Manager 1. Open the NuGet Package Manager. -2. Search for the Payment Provider you want to install. -3. Ensure the "Browse" tab is selected. -4. Install the package into your solution. +2. Browse for the Payment Provider you want to install. +3. Install the package into your solution. Alternatively, you can also find and install the NuGet package via the NuGet Package Manager. @@ -42,7 +41,7 @@ Alternatively, you can also find and install the NuGet package via the NuGet Pac ## Default Payment Providers -The following payment providers comes with Umbraco Commerce out of the box. +Umbraco Commerce includes the following payment providers by default: - Invoicing - Zero @@ -50,7 +49,7 @@ The following payment providers comes with Umbraco Commerce out of the box. ## Upgrading {% hint style="warning" %} -Before upgrading, it is always advisable to take a complete backup of your site and database. +Before upgrading, always backup your site and database. {% endhint %} -Umbraco Commerce uses Umbraco Migrations to install all of its features. Upgrades follow the same process as the installation processes detailed above, by installing the latest version over the top of the existing package installation. By using this process the installation will only install new features and features that are missing. +Umbraco Commerce uses Umbraco Migrations to install all of its features. To upgrade, install the latest version over the existing package. This process will add new features and update any missing components. diff --git a/commerce-add-ons/payment-providers/invoicing/README.md b/commerce-add-ons/payment-providers/invoicing/README.md index 6dbcbea42a7..6e0c5502e91 100644 --- a/commerce-add-ons/payment-providers/invoicing/README.md +++ b/commerce-add-ons/payment-providers/invoicing/README.md @@ -1,17 +1,15 @@ --- -description: Getting Started with the Invoicing payment provider for Umbraco Commerce. +description: >- + Getting Started with the Invoicing payment provider for Umbraco Commerce. --- # Overview -The Invoicing payment provider is a "pass-through" payment provider that doesn't capture any payment information itself. Instead, it allows orders to go through in an `Authorized` state where it is assumed that payments will be captured manually in an external system. Once captured, orders can then be updated to the `Captured` payment status via the backoffice. +The Invoicing payment provider is a "pass-through" payment provider that doesn't capture payment information directly. It allows orders to be processed in an Authorized state, assuming payments will be handled manually in an external system. Once the payment is captured, the order status can be updated to Captured via the backoffice. -## Install Invoice Payment Provider +Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. -By default, Umbraco Commerce includes the Invoice payment method. If the package has been removed from your implementation, see the [Installing Umbraco Commerce](https://docs.umbraco.com/umbraco-commerce/installation/install) article to reinstall it again. +## Install Invoice -## In this Section +By default, Umbraco Commerce includes the Invoice payment method. If the package has been removed from your implementation, see the [Installing Umbraco Commerce](https://docs.umbraco.com/umbraco-commerce/getting-started/install) article to reinstall it again. -In this section, we will guide you through the key steps to get started with the Invoicing payment provider for Umbraco Commerce. - -Before beginning, ensure you have an Umbraco website configured and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. diff --git a/commerce-add-ons/payment-providers/invoicing/configuring-umbraco.md b/commerce-add-ons/payment-providers/invoicing/configuring-umbraco.md index f82fd273881..cdb46a870b3 100644 --- a/commerce-add-ons/payment-providers/invoicing/configuring-umbraco.md +++ b/commerce-add-ons/payment-providers/invoicing/configuring-umbraco.md @@ -1,8 +1,6 @@ --- -title: Configuring Umbraco description: >- - Learn how to configure the Umbraco backoffice for enabling the use of - Invoicing as a payment method. + Learn how to configure the Umbraco backoffice to enable the Invoicing payment method. --- # Configure Umbraco @@ -11,21 +9,28 @@ This article will give you details about how to configure Umbraco to start using ## Step 1: Create a Payment Method -The following steps are all handled through the Umbraco backoffice. +To create Invoicing as a payment method, follow these steps: -1. Navigate to **Settings > Commerce > Stores > {Store Name} > Payment Methods** section. -2. Select the **Create Payment Method** button to create a new payment method. -3. Choose **Invoicing** from the list of available payment providers. +1. Navigate to **Settings > Stores > {Store Name} > Payment Methods**. +2. Click **Create Payment Method**. +3. Select **Invoicing** from the list of available payment providers. -![The "Create Payment Method" dialog in the Commerce section of the Umbraco CMS backoffice.](../media/invoicing/umbraco\_create\_payment\_method.png) + ![Invoicing Payment method in Umbraco Backoffice](../media/invoicing/umbraco-create-payment-method-new.png) -## Step 2: Configure Payment Provider Settings - -The following steps are handled within the payment method editor in the Umbraco backoffice. +4. **Enter a Name** for the payment method. For example: *Invoicing*. +5. Enter a value for **SKU**. +6. Click **Save**. -1. Configure the standard payment method settings as required. -2. Configure the Invoice payment provider settings as follows: +## Step 2: Configure Payment Provider Settings -| Name | Description | -| ------------ | ------------------------------------------------------------------------ | -| Continue URL | The URL of the page to navigate to after payment - e.g. `/confirmation/` | +To configure the Invoicing Provider settings, follow these steps: + +1. Navigate to **Settings > Stores > {Store Name} > Payment Methods**. +2. Select *Invoicing*. +3. Choose the appropriate **Tax Class** from the dropdown menu. +4. Enter the **Default Pricing**. +5. Enter the URL of the page in the **Continue URL** field where users should be redirected after completing their payment. For example: `https://www.yourwebsite.com/confirmation`. +6. Enable or disable the ability to cancel pending payments directly from the Backoffice. +7. Enable or disable whether users can manually capture payments for authorized transactions through the Backoffice. +8. Choose the countries where the payment method should be available. +9. Click **Save**. diff --git a/commerce-add-ons/payment-providers/klarna/README.md b/commerce-add-ons/payment-providers/klarna/README.md index c6ac9ddcc0d..b5ed2abc430 100644 --- a/commerce-add-ons/payment-providers/klarna/README.md +++ b/commerce-add-ons/payment-providers/klarna/README.md @@ -4,22 +4,24 @@ description: Getting Started with the Klarna payment provider for Umbraco Commer # Overview -In this section, we will guide you through the key steps necessary to get you started with the Klarna payment provider for Umbraco Commerce. +In this section, you will go through the key steps necessary to get started with the Klarna payment provider for Umbraco Commerce. -It is assumed that before we begin you already have an Umbraco website configured and Umbraco Commerce installed. If you are not at this stage yet, please read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to get started. +Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. {% hint style="info" %} -This Klarna payment provider is based on Klarna's hosted payment page API and requires you to sign an agreement with their Klarna Payments platform. If you are signed up for their Klarna Checkout platform, your credentials will not work for this provider. +The Klarna payment provider uses Klarna's hosted payment page API. It requires you to sign an agreement with their Klarna Payments platform. If you are signed up for their Klarna Checkout platform, your credentials will not work for this provider. -Please make sure you are signed up with the correct agreement. +Ensure you are signed up with the correct agreement. {% endhint %} -## [Install Klarna](../install-payment-providers.md) +## Install Klarna + +To Install the Klarna payment provider, see the [Install Payment Providers](../install-payment-providers.md) article. ## Useful links -Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the Klarna API. +Here are a few useful links to help you learn more about the Klarna payment provider and the Klarna API: +* [Klarna developer documentation](https://docs.klarna.com/) * [Payment provider source code](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Klarna) * [Payment provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Klarna/issues) -* [Klarna developer documentation](https://developers.klarna.com/) diff --git a/commerce-add-ons/payment-providers/klarna/configuring-klarna.md b/commerce-add-ons/payment-providers/klarna/configuring-klarna.md index 946a55c6735..46da12c498e 100644 --- a/commerce-add-ons/payment-providers/klarna/configuring-klarna.md +++ b/commerce-add-ons/payment-providers/klarna/configuring-klarna.md @@ -1,5 +1,4 @@ --- -title: Configuring Klarna description: >- Learn how to configure Klarna in order to implement the integration with your Umbraco Commerce installation. diff --git a/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md b/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md index 6cbc4a18596..93fe1b926c3 100644 --- a/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md +++ b/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md @@ -1,5 +1,4 @@ --- -title: Configuring Umbraco description: >- Learn how to configure the Umbraco backoffice for enabling the use of Klarna as a payment method. @@ -9,7 +8,7 @@ description: >- ## Step 1: Create a Payment Method -The following steps are all handled through the Umbraco backoffice. +To create Klarna as a payment method, follow these steps: 1. Navigate to **Settings > Commerce > Stores > {Store Name} > Payment Methods** section. 2. Select the **Create Payment Method** button to create a new payment method. diff --git a/commerce-add-ons/payment-providers/klarna/release-notes.md b/commerce-add-ons/payment-providers/klarna/release-notes.md index 8d176d76c59..bb1bcfed4bc 100644 --- a/commerce-add-ons/payment-providers/klarna/release-notes.md +++ b/commerce-add-ons/payment-providers/klarna/release-notes.md @@ -1,23 +1,23 @@ # Release Notes -In this section, we have summarized the changes to Klarna Payment Provider for Commerce released in each version. Each version is presented with a link to the [Commerce Klarna Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Klarna/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. +This section summarizes the changes to the Klarna Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Klarna Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Klarna/issues) showing a list of resolved issues. You can also find direct links to individual issues for more details. -If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. +If there are any breaking changes or issues to be aware of when upgrading, they will also be noted here. ## Release History -In this section, you can find the release notes for each version of Klarna Payment Provider for Commerce. For each major version, you can find the details about each release. +This section contains the release notes for each version of the Klarna Payment Provider for Umbraco Commerce. For each major version, you can find the details about the specific changes. -#### Version 12 and above +### Version 12 and above -* For details of changes for v12 and above for **Klarna Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Klarna/releases). +* For details of changes in v12 and above of the **Klarna Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Klarna/releases). -#### Version [**10.0.1 (January 12th 2024)**](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Klarna/issues?q=label%3Arelease%2F10.0.1+) +### Version [10.0.1 (January 12th 2024)](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Klarna/issues?q=label%3Arelease%2F10.0.1+) * Fixed Gift Cards not being taken into account ([#3](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Klarna/issues/3)) * Fixed issue with total price adjustments not being taken into acount and so causing bad requests ([#2](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Klarna/issues/2)) -#### Version 10 **(July 5th 2023)** +### Version 10 (July 5th 2023) * [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/). diff --git a/commerce-add-ons/payment-providers/media/invoicing/umbraco-create-payment-method-new.png b/commerce-add-ons/payment-providers/media/invoicing/umbraco-create-payment-method-new.png new file mode 100644 index 00000000000..80a63e430d0 Binary files /dev/null and b/commerce-add-ons/payment-providers/media/invoicing/umbraco-create-payment-method-new.png differ diff --git a/commerce-add-ons/payment-providers/media/nuget-package-manager-gui-latest.png b/commerce-add-ons/payment-providers/media/nuget-package-manager-gui-latest.png index fb2782b7738..cec7443ea05 100644 Binary files a/commerce-add-ons/payment-providers/media/nuget-package-manager-gui-latest.png and b/commerce-add-ons/payment-providers/media/nuget-package-manager-gui-latest.png differ diff --git a/commerce-add-ons/payment-providers/media/zero/zero-payment-provider-new.png b/commerce-add-ons/payment-providers/media/zero/zero-payment-provider-new.png new file mode 100644 index 00000000000..81748d52d47 Binary files /dev/null and b/commerce-add-ons/payment-providers/media/zero/zero-payment-provider-new.png differ diff --git a/commerce-add-ons/payment-providers/mollie/README.md b/commerce-add-ons/payment-providers/mollie/README.md index 36e1bd87f5e..cd35e2f5842 100644 --- a/commerce-add-ons/payment-providers/mollie/README.md +++ b/commerce-add-ons/payment-providers/mollie/README.md @@ -4,21 +4,19 @@ description: Getting Started with the Mollie (One Time) payment provider for Umb # Overview -The Mollie payment provider adds functionality to capture payments via the [Mollie](https://mollie.com) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. +The Mollie payment provider enables payment capture via the [Mollie](https://mollie.com) payment gateway. It offers a fully featured solution, providing complete control over the payment flow directly from the Umbraco Commerce backoffice. -## [Install Mollie](../install-payment-providers.md) +Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. -## In this Section +## Install Mollie -In this section, we will guide you through the key steps necessary to get you started with the Mollie payment provider for Umbraco Commerce. - -It is assumed that before we begin you already have an Umbraco website configured and Umbraco Commerce installed. If you are not at this stage yet, please read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to get started. +To Install the Mollie payment provider, see the [Install Payment Providers](../install-payment-providers.md) ## Useful links -Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the Mollie API. +Here are a few useful links to help you learn more about the Mollie payment provider and the Mollie API: * [Payment provider source code](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Mollie) * [Payment provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Mollie/issues) -* [Mollie information](https://www.mollie.com) +* [Mollie website](https://www.mollie.com) * [Mollie API documentation](https://docs.mollie.com/reference/v2/payments-api/overview) diff --git a/commerce-add-ons/payment-providers/mollie/configuring-mollie.md b/commerce-add-ons/payment-providers/mollie/configuring-mollie.md index 916db48183a..f8c561d6b29 100644 --- a/commerce-add-ons/payment-providers/mollie/configuring-mollie.md +++ b/commerce-add-ons/payment-providers/mollie/configuring-mollie.md @@ -1,5 +1,4 @@ --- -title: Configuring Mollie description: >- Learn how to configure Mollie (One Time) in order to implement the integration with your Umbraco Commerce installation. diff --git a/commerce-add-ons/payment-providers/mollie/release-notes.md b/commerce-add-ons/payment-providers/mollie/release-notes.md index e975b1a3b4b..4fcd6ab73c8 100644 --- a/commerce-add-ons/payment-providers/mollie/release-notes.md +++ b/commerce-add-ons/payment-providers/mollie/release-notes.md @@ -1,18 +1,18 @@ # Release Notes -In this section, we have summarized the changes to Mollie Payment Provider for Commerce released in each version. Each version is presented with a link to the [Commerce Mollie Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Mollie/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. +This section summarizes the changes to the Mollie Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Mollie Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Mollie/issues) showing a list of resolved issues. You can also find direct links to individual issues for more details. -If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. +If there are any breaking changes or issues to be aware of when upgrading, they will also be noted here. ## Release History -In this section, you can find the release notes for each version of Mollie Payment Provider for Commerce. For each major version, you can find the details about each release. +This section contains the release notes for each version of the Mollie Payment Provider for Umbraco Commerce. For each major version, you can find the details about the specific changes. -#### Version 12 and above +### Version 12 and above -* For details of changes for v12 and above for **Mollie Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Mollie/releases). +* For details of changes in v12 and above of the **Mollie Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Mollie/releases). -#### Version 10 **(July 5th 2023)** +### Version 10 (July 5th 2023) * [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/). diff --git a/commerce-add-ons/payment-providers/nets/README.md b/commerce-add-ons/payment-providers/nets/README.md index dfd2f748d02..0b9de19b905 100644 --- a/commerce-add-ons/payment-providers/nets/README.md +++ b/commerce-add-ons/payment-providers/nets/README.md @@ -4,19 +4,17 @@ description: Getting Started with the Nets Easy payment provider for Umbraco Com # Overview -The Nets payment provider provides functionality to capture payments via the [Nets](https://developers.nets.eu/nets-easy/en-EU/docs/) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. +The Nets payment provider allows you to capture payments via the [Nets](https://developers.nets.eu/nets-easy/en-EU/docs/) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. -## [Install Nets](../install-payment-providers.md) +Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. -## In this Section +## Install Nets -In this section, we will guide you through the key steps necessary to get you started with the Nets payment provider for Umbraco Commerce. - -It is assumed that before we begin you already have an Umbraco website configured and Umbraco Commerce installed. If you are not yet at this stage, please read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to start with Umbraco Commerce. +To Install the Nets payment provider, see the [Install Payment Providers](../install-payment-providers.md) ## Useful links -Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the Nets API. +Here are a few useful links to help you learn more about the Nets payment provider and the Nets API: * [Payment provider source code](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Nets) * [Payment provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Nets/issues) diff --git a/commerce-add-ons/payment-providers/nets/release-notes.md b/commerce-add-ons/payment-providers/nets/release-notes.md index e90988dfd8c..f23799a00a7 100644 --- a/commerce-add-ons/payment-providers/nets/release-notes.md +++ b/commerce-add-ons/payment-providers/nets/release-notes.md @@ -1,18 +1,18 @@ # Release Notes -In this section, we have summarized the changes to Nets Payment Provider for Commerce released in each version. Each version is presented with a link to the [Commerce Nets Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Nets/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. +This section summarizes the changes to the Nets Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Nets Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Nets/issues) showing a list of resolved issues. You can also find direct links to individual issues for more details. -If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. +If there are any breaking changes or issues to be aware of when upgrading, they will also be noted here. ## Release History -In this section, you can find the release notes for each version of Nets Payment Provider for Commerce. For each major version, you can find the details about each release. +This section contains the release notes for each version of the Nets Payment Provider for Umbraco Commerce. For each major version, you can find the details about the specific changes. -#### Version 12 and above +### Version 12 and above -* For details of changes for v12 and above for **Nets Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Nets/releases). +* For details of changes in v12 and above of the **Nets Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Nets/releases). -#### Version 10 **(July 5th 2023)** +### Version 10 (July 5th 2023) * [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/). diff --git a/commerce-add-ons/payment-providers/opayo/README.md b/commerce-add-ons/payment-providers/opayo/README.md index 9041ee0a89e..966c553f456 100644 --- a/commerce-add-ons/payment-providers/opayo/README.md +++ b/commerce-add-ons/payment-providers/opayo/README.md @@ -4,23 +4,21 @@ description: Getting Started with the Opayo payment provider for Umbraco Commerc # Overview -The Opayo payment provider adds functionality to capture payments via the [Opayo](https://www.elavon.co.uk/) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. +The Opayo payment provider allows you to capture payments via the [Opayo](https://www.elavon.co.uk/) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. {% hint style="warning" %} This page is a work in progress. {% endhint %} -## [Install Opayo](../install-payment-providers.md) +Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. -## In this Section +## Install Opayo -In this section, we will guide you through the key steps necessary to get you started with the Opayo payment provider for Umbraco Commerce. - -It is assumed that before we begin you already have an Umbraco website configured and Umbraco Commerce installed. If you are not yet at this stage, please read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to start with Umbraco Commerce. +To Install the Opayo payment provider, see the [Install Payment Providers](../install-payment-providers.md) ## Useful links -Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the Opayo API. +Here are a few useful links to help you learn more about the Opayo payment provider and the Opayo API: * [Payment provider source code](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Opayo) * [Payment provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Opayo/issues) diff --git a/commerce-add-ons/payment-providers/opayo/release-notes.md b/commerce-add-ons/payment-providers/opayo/release-notes.md index 6fc4c3d9eb2..9119558bbac 100644 --- a/commerce-add-ons/payment-providers/opayo/release-notes.md +++ b/commerce-add-ons/payment-providers/opayo/release-notes.md @@ -1,17 +1,17 @@ # Release Notes -In this section, we have summarized the changes to Opayo Payment Provider for Commerce released in each version. Each version is presented with a link to the [Commerce Opayo Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Opayo/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. +This section summarizes the changes to the Opayo Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Opayo Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Opayo/issues) showing a list of resolved issues. You can also find direct links to individual issues for more details. -If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. +If there are any breaking changes or issues to be aware of when upgrading, they will also be noted here. ## Release History -In this section, you can find the release notes for each version of Opayo Payment Provider for Commerce. For each major version, you can find the details about each release. +This section contains the release notes for each version of the Opayo Payment Provider for Umbraco Commerce. For each major version, you can find the details about the specific changes. -#### Version 12 and above +### Version 12 and above -* For details of changes for v12 and above for **Opayo Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Opayo/releases). +* For details of changes in v12 and above of the **Opayo Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Opayo/releases). -#### Version 10 **(July 5th 2023)** +### Version 10 (July 5th 2023) * [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/). diff --git a/commerce-add-ons/payment-providers/paypal/README.md b/commerce-add-ons/payment-providers/paypal/README.md index ef9cad029c9..fffceb61c3a 100644 --- a/commerce-add-ons/payment-providers/paypal/README.md +++ b/commerce-add-ons/payment-providers/paypal/README.md @@ -4,19 +4,17 @@ description: Getting Started with the PayPal payment provider for Umbraco Commer # Overview -The PayPal payment provider adds functionality to capture payments via the [PayPal](https://paypal.com) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. +The PayPal payment provider allows you to capture payments via the [PayPal](https://paypal.com) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. -## [Install PayPal](../install-payment-providers.md) +Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. -## In this Section +## Install PayPal -In this section, we will guide you through the key steps necessary to get you started with the PayPal payment provider for Umbraco Commerce. - -It is assumed that before we begin you already have an Umbraco website configured and Umbraco Commerce installed. If you are not at this stage yet, please read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to get started. +To Install the PayPal payment provider, see the [Install Payment Providers](../install-payment-providers.md) ## Useful links -Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the PayPal API. +Here are a few useful links to help you learn more about the PayPal payment provider and the PayPal API: * [Payment provider source code](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Paypal) * [Payment provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Paypal/issues) diff --git a/commerce-add-ons/payment-providers/paypal/release-notes.md b/commerce-add-ons/payment-providers/paypal/release-notes.md index bc56ad75fc4..a7033e8670a 100644 --- a/commerce-add-ons/payment-providers/paypal/release-notes.md +++ b/commerce-add-ons/payment-providers/paypal/release-notes.md @@ -1,21 +1,21 @@ # Release Notes -In this section, we have summarized the changes to PayPal Payment Provider for Commerce released in each version. Each version is presented with a link to the [Commerce PayPal Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.PayPal/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. +This section summarizes the changes to the PayPal Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce PayPal Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.PayPal/issues) showing a list of resolved issues. You can also find direct links to individual issues for more details. -If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. +If there are any breaking changes or issues to be aware of when upgrading, they will also be noted here. ## Release History -In this section, you can find the release notes for each version of PayPal Payment Provider for Commerce. For each major version, you can find the details about each release. +This section contains the release notes for each version of the PayPal Payment Provider for Umbraco Commerce. For each major version, you can find the details about the specific changes. -#### Version 12 and above +### Version 12 and above -* For details of changes for v12 and above for **PayPal Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.PayPal/releases). +* For details of changes in v12 and above of the **PayPal Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.PayPal/releases). -#### Version 10 **(July 5th 2023)** +### Version 10 (July 5th 2023) * [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/). -## Legacy release notes +### Legacy release notes You can find the release notes for **PayPal Payment Provider for Vendr** in the [Change log file on GitHub](../../changelog-archive/paypal.md). diff --git a/commerce-add-ons/payment-providers/quickpay/README.md b/commerce-add-ons/payment-providers/quickpay/README.md index 0dce384f0f5..bae0dddf8cf 100644 --- a/commerce-add-ons/payment-providers/quickpay/README.md +++ b/commerce-add-ons/payment-providers/quickpay/README.md @@ -4,19 +4,17 @@ description: Getting Started with the QuickPay payment provider for Umbraco Comm # Overview -The QuickPay payment provider provides functionality to capture payments via the [QuickPay](https://quickpay.net) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. +The QuickPay payment provider allows you to capture payments via the [QuickPay](https://quickpay.net) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. -## [Install QuickPay](../install-payment-providers.md) +Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. -## In this Section +## Install QuickPay -In this section, we will guide you through the key steps necessary to get you started with the QuickPay payment provider for Umbraco Commerce. - -It is assumed that before we begin you already have an Umbraco website configured and Umbraco Commerce installed. If you are not at this stage yet, please read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to get started. +To Install the QuickPay payment provider, see the [Install Payment Providers](../install-payment-providers.md) ## Useful links -Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the QuickPay API. +Here are a few useful links to help you learn more about the QuickPay payment provider and the QuickPay API: * [Payment provider source code](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay) * [Payment provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/issues) diff --git a/commerce-add-ons/payment-providers/quickpay/release-notes.md b/commerce-add-ons/payment-providers/quickpay/release-notes.md index ef8457238f8..67e7a447f7b 100644 --- a/commerce-add-ons/payment-providers/quickpay/release-notes.md +++ b/commerce-add-ons/payment-providers/quickpay/release-notes.md @@ -1,21 +1,21 @@ # Release Notes -In this section, we have summarized the changes to Quickpay Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Quickpay Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. +This section summarizes the changes to the Quickpay Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Quickpay Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/issues)showing a list of resolved issues. You can also find direct links to individual issues for more details. -If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. +If there are any breaking changes or issues to be aware of when upgrading, they will also be noted here. ## Release History -In this section, you can find the release notes for each version of Quickpay Payment Provider for Commerce. For each major version, you can find the details about each release. +This section contains the release notes for each version of the Quickpay Payment Provider for Umbraco Commerce. For each major version, you can find the details about the specific changes. -#### Version 12 and above +### Version 12 and above -* For details of changes for v12 and above for **Quickpay Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/releases). +* For details of changes in v12 and above of the **Quickpay Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/releases). -#### Version 10 **(July 5th 2023)** +### Version 10 (July 5th 2023) * [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/). -## Legacy release notes +### Legacy release notes You can find the release notes for **Quickpay Payment Provider for Vendr** in the [Change log file on GitHub](../../changelog-archive/quickpay.md). diff --git a/commerce-add-ons/payment-providers/stripe/README.md b/commerce-add-ons/payment-providers/stripe/README.md index 2beae2f2c55..fe86690b781 100644 --- a/commerce-add-ons/payment-providers/stripe/README.md +++ b/commerce-add-ons/payment-providers/stripe/README.md @@ -4,19 +4,17 @@ description: Getting Started with the Stripe payment provider for Umbraco Commer # Overview -The Stripe payment provider adds functionality to capture payments via the [Stripe](https://stripe.com) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. +The Stripe payment provider allows you to capture payments via the [Stripe](https://stripe.com) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. -## [Install Stripe](../install-payment-providers.md) +Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. -## In this Section +## Install Stripe -In this section, we will guide you through the key steps necessary to get you started with the Stripe payment provider for Umbraco Commerce. - -It is assumed that before we begin you already have an Umbraco website configured and Umbraco Commerce installed. If you are not at this stage yet, please read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to get started. +To Install the Stripe payment provider, see the [Install Payment Providers](../install-payment-providers.md) ## Useful links -Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the Stripe API. +Here are a few useful links to help you learn more about the Stripe payment provider and the Stripe API: * [Payment provider source code](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Stripe) * [Payment provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Stripe/issues) diff --git a/commerce-add-ons/payment-providers/stripe/release-notes.md b/commerce-add-ons/payment-providers/stripe/release-notes.md index f2a74d9e36f..77f47619115 100644 --- a/commerce-add-ons/payment-providers/stripe/release-notes.md +++ b/commerce-add-ons/payment-providers/stripe/release-notes.md @@ -1,16 +1,12 @@ # Release Notes -In this section, we have summarized the changes to Stripe Payment Provider for Commerce released in each version. Each version is presented with a link to the [Commerce Stripe Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Stripe/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. +This section summarizes the changes to the Stripe Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Stripe Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Stripe/issues) showing a list of resolved issues. You can also find direct links to individual issues for more details. -If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. - -{% hint style="info" %} -For details of releases for **Stripe Payment Provider for Vendr**, refer to the [Change log file on GitHub](../../changelog-archive/stripe.md). -{% endhint %} +If there are any breaking changes or issues to be aware of when upgrading, they will also be noted here. ## Release History -In this section, you can find the release notes for each version of Stripe Payment Provider for Commerce. For each major version, you can find the details about each release. +This section contains the release notes for each version of the Stripe Payment Provider for Umbraco Commerce. For each major version, you can find the details about the specific changes.
@@ -45,3 +41,7 @@ In this section, you can find the release notes for each version of Stripe Payme * [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/).
+ +## Legacy release notes + +You can find the release notes for **Stripe Payment Provider for Vendr** in the [Change log file on GitHub](../../changelog-archive/stripe.md). diff --git a/commerce-add-ons/payment-providers/worldpay/README.md b/commerce-add-ons/payment-providers/worldpay/README.md index 42f01132b95..6bdde007d85 100644 --- a/commerce-add-ons/payment-providers/worldpay/README.md +++ b/commerce-add-ons/payment-providers/worldpay/README.md @@ -4,23 +4,21 @@ description: Getting Started with the Worldpay payment provider for Umbraco Comm # Overview -The Worldpay payment provider adds functionality to capture payments via the [Worldpay](https://online.worldpay.com/) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. +The Worldpay payment provider allows you to capture payments via the [Worldpay](https://online.worldpay.com/) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. {% hint style="warning" %} This page is a work in progress. {% endhint %} -## [Install Worldpay](../install-payment-providers.md) +Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. -## In this Section +## Install Worldpay -In this section, we will guide you through the key steps necessary to get you started with the Worldpay payment provider for Umbraco Commerce. - -It is assumed that before we begin you already have an Umbraco website configured and Umbraco Commerce installed. If you are not yet at this stage, please read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to start with Umbraco Commerce. +To Install the Worldpay payment provider, see the [Install Payment Providers](../install-payment-providers.md) ## Useful links -Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the Worldpay API. +Here are a few useful links to help you learn more about the Worldpay payment provider and the Worldpay API: * [Payment provider source code](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Worldpay) * [Payment provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Worldpay/issues) diff --git a/commerce-add-ons/payment-providers/worldpay/release-notes.md b/commerce-add-ons/payment-providers/worldpay/release-notes.md index de2d0c5d571..50c9bd2dd46 100644 --- a/commerce-add-ons/payment-providers/worldpay/release-notes.md +++ b/commerce-add-ons/payment-providers/worldpay/release-notes.md @@ -1,17 +1,17 @@ # Release Notes -In this section, we have summarized the changes to Worldpay Payment Provider for Commerce released in each version. Each version is presented with a link to the [Commerce Worldpay Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Worldpay/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. +This section summarizes the changes to the Worldpay Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Worldpay Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Worldpay/issues) showing a list of resolved issues. You can also find direct links to individual issues for more details. -If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. +If there are any breaking changes or issues to be aware of when upgrading, they will also be noted here. ## Release History -In this section, you can find the release notes for each version of Worldpay Payment Provider for Commerce. For each major version, you can find the details about each release. +This section contains the release notes for each version of the Worldpay Payment Provider for Umbraco Commerce. For each major version, you can find the details about the specific changes. -#### Version 12 and above +### Version 12 and above -* For details of changes for v12 and above for **Worldpay Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Worldpay/releases). +* For details of changes in v12 and above of the **Worldpay Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Worldpay/releases) -#### Version 10 **(July 5th 2023)** +### Version 10 (July 5th 2023) * [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/). diff --git a/commerce-add-ons/payment-providers/zero/README.md b/commerce-add-ons/payment-providers/zero/README.md index a6cf6f9b824..2648f7beadb 100644 --- a/commerce-add-ons/payment-providers/zero/README.md +++ b/commerce-add-ons/payment-providers/zero/README.md @@ -6,12 +6,9 @@ description: Getting Started with the Zero payment provider for Umbraco Commerce The Zero payment provider is a payment option that processes transactions without any actual monetary exchange. It facilitates order completion without monetary transactions in scenarios like testing, development, promotions, and giveaways. -## Install Zero Payment Providers +Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. -By default, Umbraco Commerce includes the Zero payment method. If the package has been removed from your implementation, see the [Installing Umbraco Commerce](https://docs.umbraco.com/umbraco-commerce/installation/install) article to reinstall it again. +## Install Zero -## In this Section +By default, Umbraco Commerce includes the Zero payment provider. If the package has been removed from your implementation, see the [Installing Umbraco Commerce](https://docs.umbraco.com/umbraco-commerce/getting-started/install) article to reinstall it again. -In this section, we will guide you through the key steps to get started with the Zero payment provider for Umbraco Commerce. - -Before beginning, ensure you have an Umbraco website configured and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. diff --git a/commerce-add-ons/payment-providers/zero/configuring-umbraco.md b/commerce-add-ons/payment-providers/zero/configuring-umbraco.md index b948e532fd9..614f7f2a1c2 100644 --- a/commerce-add-ons/payment-providers/zero/configuring-umbraco.md +++ b/commerce-add-ons/payment-providers/zero/configuring-umbraco.md @@ -1,5 +1,4 @@ --- -title: Configuring Umbraco description: >- Learn how to configure the Umbraco backoffice for enabling the use of Zero as a payment method. @@ -13,35 +12,24 @@ This article provides detailed instructions on configuring Umbraco to use the Ze To create Zero as a payment method, follow these steps: -1. Go to the **Settings** section. -2. Open the **Commerce** folder. -3. Navigate to **Stores > {Store Name} > Payment Methods**. -4. Click the **Create Payment Method** button. -5. Select **Zero Value** from the list of available payment providers. +1. Navigate to **Settings > Stores > {Store Name} > Payment Methods**. +2. Click **Create Payment Method**. +3. Select **Zero Value** from the list of available payment providers. - ![Zero Payment Provider](../media/zero/zero-payment-provider.png) + ![Zero Payment Provider](../media/zero/zero-payment-provider-new.png) -6. **Enter a Name** for the payment method. For example: *Zero Payment*. -7. Enter a value for **SKU**. -8. Click **Save**. +4. **Enter a Name** for the payment method. For example: *Zero Payment*. +5. Enter a value for **SKU**. +6. Click **Save**. ## Step 2: Configure Payment Provider Settings -To configure the Zero Payment Provider settings, follow these steps +To configure the Zero Payment Provider settings, follow these steps: -1. Go to the **Settings** section. -2. Open the **Commerce** folder. -3. Navigate to **Stores > {Store Name} > Payment Methods**. -4. Click the **Create Payment Method** button. -5. Select **Zero Value** from the list of available payment providers. - - ![Zero Payment Provider](../media/zero/zero-payment-provider.png) - -6. **Enter a Name** for the payment method. For example: *Zero Payment*. -7. Provide a value for **SKU**. -8. Choose the appropriate **Tax Class** from the dropdown menu. -9. Enter the **Default Pricing**. -10. Select an image for the payment provider. -11. Enter the URL of the page in the **Continue URL** field where users should be redirected after completing their payment. For example: `https://www.yourwebsite.com/confirmation`. -12. Choose the countries where the payment method should be available. -13. Click **Save**. +1. Navigate to **Settings > Stores > {Store Name} > Payment Methods**. +2. Select *Zero Payment*. +3. Choose the appropriate **Tax Class** from the dropdown menu. +4. Enter the **Default Pricing**. +5. Enter the URL of the page in the **Continue URL** field where users should be redirected after completing their payment. For example: `https://www.yourwebsite.com/confirmation`. +6. Choose the countries where the payment method should be available. +7. Click **Save**.