Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Learn how to configure DHL in order to implement the integration with your Umbraco Commerce installation.
Head to the MyDHL Express portal.
Select your region from the locations dropdown.
Choose Register
from the header menu.
Complete the application form to apply for an account.
A DHL representative will be in touch to provide you with the relevant credentials.
Learn how to configure the Umbraco backoffice for enabling the use of DHL as a shipping method.
This article will give you details about how to configure Umbraco to start using the DHL shipping method with your Umbraco Commerce implementation.
The following steps are all handled through the Umbraco backoffice.
Navigate to Settings > Commerce > Stores > {Store Name} > Shipping Methods section.
Select the Create Shipping Method button to create a new shipping method.
Choose DHL from the list of available shipping providers.
Choose Realtime from the list of shipping method calculation modes.
The following steps are handled within the shipping method editor in the Umbraco backoffice.
Configure the standard shipping method settings as required.
Configure the DHL shipping provider settings as follows:
Name | Description |
---|---|
Optionally configure the advanced DHL shipping provider settings as follows:
Name | Description |
---|---|
Account Number
Your DHL account number
Shipping Timeframe
The number of days after an order is placed you generally ship by. 0 = same day, 1 = next day, etc
Next Business Day Fallback
When set to true and there are no products available within the shipping timeframe then products available for the next possible pickup date are returned.
Test Username
The Test Username from the DHL portal.
Test Password
The Test Password from the DHL portal.
Live Username
The Live Username from the DHL portal.
Live Password
The Live Password from the DHL portal.
Test Mode
Set whether to run in test mode.
Product Codes
Comma-separated list of product codes to limit the rates to.
Learn how to install and add shipping providers to your Umbraco Commerce implementation.
When you need to install a shipping provider into your Umbraco Commerce implementation it is done via NuGet.
The installation can be handled in one of two ways as explained below.
Open the NuGet Manage Console.
Type in the following command:
Use the table of available Shipping Providers to ensure you get the correct package name for the provider you want to install.
Open the NuGet Package Manager.
Search for the Shipping Provider you want to install.
Ensure the "Browse" tab is selected.
Install the package into your solution.
Alternatively, you can also find and install the NuGet package via the NuGet Package Manager.
Before upgrading, it is always advisable to take a complete backup of your site and database.
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.
Learn more about each of the available integrations for implementing shipping providers into your Umbraco Commerce installation.
Shipping providers are essential for your Umbraco Commerce installation when you want to give users and customers options for how they wish to ship products.
The Basic option comes with Umbraco Commerce out of the box. Integrations for different providers are available for you to add additional shipping options to your site.
These docs are aimed at developers and users who have at least a basic understanding of Umbraco, as well as Umbraco backoffice principles.
Shipping Provider | NuGet Package name |
---|---|
DHL
Umbraco.Commerce.ShippingProviders.Dhl
EasyPost
Umbraco.Commerce.ShippingProviders.EasyPost
Shipmondo
Umbraco.Commerce.ShippingProviders.Shipmondo
DHL
EasyPost
Shipmondo
Getting Started with the DHL shipping provider for Umbraco Commerce.
The DHL shipping provider adds functionality to ship products via DHL. It is a fully featured shipping provider including realtime rate retrieval for accurate shipment pricing.
In this section, we will guide you through the key steps necessary to get you started with the DHL shipping 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 to learn how to get started.
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.
In this section, we have summarized the changes to the DHL Shipping Provider for Commerce released in each version. Each version is presented with a link to the Commerce DHL Shipping Provider issue tracker showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
In this section, you can find the release notes for each version of DHL Shipping Provider for Commerce. For each major version, you can find the details about each release.
Learn how to configure the Umbraco backoffice for enabling the use of EasyPost as a shipping method.
This article will give you details about how to configure Umbraco to start using the EasyPost shipping method with your Umbraco Commerce implementation.
The following steps are all handled through the Umbraco backoffice.
Navigate to Settings > Commerce > Stores > {Store Name} > Shipping Methods section.
Select the Create Shipping Method button to create a new shipping method.
Choose EasyPost from the list of available shipping providers.
Choose Realtime from the list of shipping method calculation modes.
The following steps are handled within the shipping method editor in the Umbraco backoffice.
Configure the standard shipping method settings as required.
Configure the EasyPost shipping provider settings as follows:
Name | Description |
---|---|
Optionally configure the advanced EasyPost shipping provider settings as follows:
Name | Description |
---|---|
Learn how to configure Shipmondo in order to implement the integration with your Umbraco Commerce installation.
Head to the .
Complete the application form to apply for an account.
Sign in to your account.
In order for Umbraco Commerce to communicate with Shipmondo securely we need to retrieve a series of API keys used for authentication.
Access the Shipmondo Portal.
Choose the Settings > API > Access menu item.
Here you will find your API Username and key. Note these down as you will need to enter them into the Umbraco Commerce UI shortly.
Head to the .
Test API Key
The Test API Key from the EasyPost portal.
Live API Key
The Live API Key from the EasyPost portal.
Test Mode
Set whether to run in test mode.
Carrier Accounts
Comma-separated list of carriers to limit which services to fetch rates for.
Getting Started with the EasyPost shipping provider for Umbraco Commerce.
The EasyPost shipping provider adds functionality to ship products via EasyPost. It is a fully featured shipping provider including realtime rate retrieval for accurate shipment pricing.
In this section, we will guide you through the key steps necessary to get you started with the EasyPost shipping 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 to learn how to get started.
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.
Getting Started with the Shipmondo shipping provider for Umbraco Commerce.
The Shipmondo shipping provider adds functionality to ship products via Shipmondo. It is a fully featured shipping provider including realtime rate retrieval for accurate shipment pricing.
In this section, we will guide you through the key steps necessary to get you started with the Shipmondo shipping 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 to learn how to get started.
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.
In this section, we have summarized the changes to the EasyPost Shipping Provider for Commerce released in each version. Each version is presented with a link to the Commerce EasyPost Shipping Provider issue tracker showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
In this section, you can find the release notes for each version of EasyPost Shipping Provider for Commerce. For each major version, you can find the details about each release.
Learn how to configure EasyPost in order to implement the integration with your Umbraco Commerce installation.
Head to the EasyPost Signup page.
Complete the application form to apply for an account.
Head to the EasyPost Login page.
Sign in to your account.
In order for Umbraco Commerce to communicate with EasyPost securely we need to retrieve a series of API keys used for authentication.
Access the EasyPost Portal.
Click the Account Settings item in the left hand menu.
Choose the API keys heading in the main content panel.
Here you will find your Test and Live API keys. Note these down as you will need to enter them into the Umbraco Commerce UI shortly.
To enable carriers on your account, you will need to enable them. You may also need to sign up with the specific carrier.
Access the EasyPost Portal.
Click the Account Settings item in the left hand menu.
Choose the Carriers heading in the main content panel.
Click Add Carrier to add a new carrier, completing the on screen form.
Learn how to configure the Umbraco backoffice for enabling the use of EasyPost as a shipping method.
This article will give you details about how to configure Umbraco to start using the EasyPost shipping method with your Umbraco Commerce implementation.
The following steps are all handled through the Umbraco backoffice.
Navigate to Settings > Commerce > Stores > {Store Name} > Shipping Methods section.
Select the Create Shipping Method button to create a new shipping method.
Choose EasyPost from the list of available shipping providers.
Choose Realtime from the list of shipping method calculation modes.
The following steps are handled within the shipping method editor in the Umbraco backoffice.
Configure the standard shipping method settings as required.
Configure the EasyPost shipping provider settings as follows:
Name | Description |
---|---|
API User
The Api User from the EasyPost portal.
API Key
The API Key from the EasyPost portal.
Test Mode
Set whether to run in test mode.
In this section, we have summarized the changes to the Shipmondo Shipping Provider for Commerce released in each version. Each version is presented with a link to the Commerce Shipmondo Shipping Provider issue tracker showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
In this section, you can find the release notes for each version of Shipmondo Shipping Provider for Commerce. For each major version, you can find the details about each release.