-
Notifications
You must be signed in to change notification settings - Fork 811
Added information about Zero payment provider #6198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
2f51c60
Added information about Zero payment provider
eshanrnh 26da173
Incorporated comments
eshanrnh fba8b90
Update commerce-add-ons/payment-providers/invoicing/README.md
eshanrnh a7a4205
Update commerce-add-ons/payment-providers/zero/README.md
eshanrnh a6a199c
Removed text from Note tag
eshanrnh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,17 @@ | ||
| --- | ||
| description: Getting Started with the Invoicing payment provider for Umbraco 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. | ||
|
|
||
| ## [Install Invoice & Zero Payment Providers](../install-payment-providers.md) | ||
| ## Install Invoice Payment Provider | ||
|
|
||
| {% hint style="info" %} | ||
| The invoice and zero payment methods is installed with Umbraco Commerce by default. Follow the installation instruction if for some reason the package has been removed from your implementation. | ||
| {% endhint %} | ||
| 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. | ||
|
|
||
| ## In this Section | ||
|
|
||
| In this section, we will guide you through the key steps necessary to get you started with the Invoicing payment provider for Umbraco Commerce. | ||
| In this section, we will guide you through the key steps to get started with the Invoicing 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 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. |
Binary file added
BIN
+73.5 KB
commerce-add-ons/payment-providers/media/nuget-package-manager-gui-latest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+76.1 KB
commerce-add-ons/payment-providers/media/zero/zero-payment-provider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| --- | ||
| description: Getting Started with the Zero payment provider for Umbraco Commerce. | ||
| --- | ||
|
|
||
| # Overview | ||
|
|
||
| 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 | ||
|
|
||
| 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. | ||
|
|
||
| ## In this Section | ||
|
|
||
| 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. |
47 changes: 47 additions & 0 deletions
47
commerce-add-ons/payment-providers/zero/configuring-umbraco.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| --- | ||
| title: Configuring Umbraco | ||
| description: >- | ||
| Learn how to configure the Umbraco backoffice for enabling the use of | ||
| Zero as a payment method. | ||
| --- | ||
|
|
||
| # Configure Umbraco | ||
|
|
||
| This article provides detailed instructions on configuring Umbraco to use the Zero payment method with your Umbraco Commerce implementation. | ||
|
|
||
| ## Step 1: Create a Payment Method | ||
|
|
||
| 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. | ||
|
|
||
|  | ||
|
|
||
| 6. **Enter a Name** for the payment method. For example: *Zero Payment*. | ||
| 7. Enter a value for **SKU**. | ||
| 8. Click **Save**. | ||
|
|
||
| ## Step 2: Configure Payment Provider Settings | ||
|
|
||
| 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. | ||
|
|
||
|  | ||
|
|
||
| 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**. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.