ajsuth / Ajsuth.Foundation.Views.Engine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extended Sitecore Commerce Views

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

Supported Sitecore Experience Commerce Versions

  • XC 9.3

Features

Ui Hints, UI Types, and Icons Constants

Remove the guessing game and human error by improving development efficiency with the comprehensive list of UI Hint, UI Type, and Icon names stored as constants.

To simplify usage, add the using static statement to the constants path.

using static Ajsuth.Foundation.Views.ViewsConstants.ViewProperty;
var viewProperty = new ViewProperty()
{
    Name = "RichTextField",
    UiType = UiTypes.RichText
};

Sample Usage.

Installation Instructions

  1. Download the repository.
  2. Add the Ajsuth.Foundation.Views.Engine.csproj to the Sitecore Commerce Engine solution.
  3. Add the Ajsuth.Foundation.Views.Engine.csproj as a reference to the desired projects.

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 views plugin project with extended functionality for the Business Tools.

License:MIT License


Languages

Language:C# 100.0%