Skip to content

ewerkman/bizfx-extension

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 

Extending the Sitecore Commerce Business Tools

This is the code from the the talk I held at SUGCON 2019 in London. You can find the presentation here.

How is the code structured?

In this repository you will find two folders:

  • bizfx contains the code for the Business Tools.
  • engine contains sample engine code.

The Business Tools project

This is basically the contents of the BizFX SDK with:

  • a new component which you will find in src\bizfx\src\app\selectize;
  • code to render the selectize component in src\bizfx\src\app\components\actions\sc-bizfx-actionproperty.component.html;

The engine project

The engine project contains two notable projects:

  • Plugin.Sample.SellableItem contains code that adds two components to a Sellable Item: NotesComponent and FeaturesComponent. The FeaturesComponent is used to demonstrate the Selectize component in the Business Tools.
  • Plugin.BizFx.Carts contains sample code that extends the Business Tools with a dashboard to view carts. It contains samples of creating a new dashboard, new entity views, new actions etc.

About

Source code accompanying SUGCON 2019 talk in London

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published