Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 46 Next »

This article contains overview of all configuration possibilities for a Pricelist.

Logics

Using logics you can implement all the calculations of the prices you need.

  • Pricelist logic - creates input fields and calculates the results. This is a mandatory logic for pricelist calculation.

  • Matrix logic - Prepares values of secondary dimension for a given product. Used only when your pricelist calculation depends on more dimensions than only sku.

  • Pricelist Header logic - prepares dashboard-like summary for a pricelist, visible on the top of the pricelist detail page. This is optional.

  • Product Detail logic - this logic can be used to generate content of additional portlet for Product Detail page. The content is generally either a chart or Result Matrix.

  • Inline Details logic - in Classic UI, a user can switch on "inline" popup window with information, when they hover the specific pricelist item.

Advanced Configuration Options

There are many options, which can be set up in Configuration pages under Administration  Configuration and influence behavior of the application.

Values of those options are then stored in Advanced Configuration Options, which can be fetched to the project configuration files.

Domain Model

The pre-configured types of pricelists are stored in

The following entities are used to store data of the pricelists and you will read their data for example from within quote logic.

Feature Flags

there are no feature flags for Pricelist.

  • No labels