Custom Sitecore Commerce pricing plugin project with extended functionality for the Business Tools.
- Supported Sitecore Experience Commerce Versions
- Features
- Enabling Features
- Installation Instructions
- Known Issues
- Disclaimer
- XC 9.3
Updates the Pricing entity view to include price book links to the selected price card for all price books. If the price card does not exist in a price book, the price book entry is not rendered.
Enablement Policy Property: PricingFromProductView
Sellable Item entity view.
In the environment configuration files, add the PricingFeatureEnablementPolicy and set the desired features to true
. (See the Enablement Policy Property value under each feature). For example:
{
"$type": "Ajsuth.Feature.Pricing.Engine.Policies.PricingFeatureEnablementPolicy, Ajsuth.Feature.Pricing.Engine",
"PricingFromProductView": true
}
- Download the repository.
- Add the Ajsuth.Foundation.Pricing.Engine.csproj to the Sitecore Commerce Engine solution.
- In the Sitecore Commerce Engine project, add a reference to the Ajsuth.Foundation.Pricing.Engine project.
- Enable desired features, following Enabling Features.
- Run the Sitecore Commerce Engine from Visual Studio or deploy the solution and run from IIS.
- Run the Bootstrap command on the Sitecore Commerce Engine.
Feature | Description | Issue |
---|---|---|
The code provided in this repository is sample code only. It is not intended for production usage and not endorsed by Sitecore. Both Sitecore and the code author do not take responsibility for any issues caused as a result of using this code. No guarantee or warranty is provided and code must be used at own risk.