Skip to content

ajsuth/Ajsuth.Feature.Pricing.Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Sitecore Commerce Pricing

Custom Sitecore Commerce pricing plugin project with extended functionality for the Business Tools.

Supported Sitecore Experience Commerce Versions

  • XC 9.3

Features

Price Book Price Card Links from Sellable Item and Variant Page Views

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

Pricing entity view in Sellable Item view

Sellable Item entity view.

Enabling Features

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
}

Installation Instructions

  1. Download the repository.
  2. Add the Ajsuth.Foundation.Pricing.Engine.csproj to the Sitecore Commerce Engine solution.
  3. In the Sitecore Commerce Engine project, add a reference to the Ajsuth.Foundation.Pricing.Engine project.
  4. Enable desired features, following Enabling Features.
  5. Run the Sitecore Commerce Engine from Visual Studio or deploy the solution and run from IIS.
  6. Run the Bootstrap command on the Sitecore Commerce Engine.

Known Issues

Feature Description Issue

Disclaimer

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.

About

Custom Sitecore Commerce pricing plugin project with extended functionality for the Business Tools.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages