Case Studies
Glossary
Platform
Contents
x
Introduction
Fundamentals
Asset Management
Configurator UI/UX
Configurator Logic
Configurator Insights
Integrations & API
Releases
Powered by
Configurator Logic
8 Articles
in this category
Contributors
+ 3
Share this
Print
Share
Dark
Light
Contents
Configurator Logic
8 Articles
in this category
+ 3
Written by
Combeenation Developers
,
Nadja Thorwartl
,
Elisabeth Sonnleiter
and 3 others
Share
Dark
Light
Editor basics
Components and groups On the left side of your configurator, you will find a list of components and groups. Each component is part of a group. For a better overview of your configurator, split your components into useful groups. Always use meaningf...
Written by
Combeenation Developers
,
Nadja Thorwartl
,
Elisabeth Sonnleiter
Updated on : 01 Dec 2022
Hive introduction
Hive is the language that is used to express the rules and logic of every Combeenation configurator. Hive was specially developed for mapping product logic in our platform. It can be used in almost all properties of a component to determine a suitab...
Written by
Nadja Thorwartl
,
Elisabeth Sonnleiter
,
Patrick Ecker
Updated on : 28 Nov 2022
Hive language
Types Each value in Hive is of a certain type, which determines what you can do with that value. It is a statically typed language, unlike JavaScript for example. In short, this means that the language is very strict about which expressions you can...
Written by
Nadja Thorwartl
,
Elisabeth Sonnleiter
,
Martin Enzelsberger
Updated on : 06 Feb 2024
Configurator & presets variable
Everything you create in the configurator editor is either directly or indirectly connected to your configurator . With the configurator variable you can access all these things and additional information about your configurator. Properties Y...
Written by
Nadja Thorwartl
,
Elisabeth Sonnleiter
,
Martin Enzelsberger
Updated on : 02 May 2024
Configuration variable
Every time one of your customers uses your configurator or you try out a draft of it, a configuration is created. This configuration is used to automatically save the user's progress, it can be copied or edited at a later time, shared on social ...
Written by
Nadja Thorwartl
,
Elisabeth Sonnleiter
,
Tobias Falkner
Updated on : 11 Sep 2024
File upload & handling
General Files that are uploaded into a Configuration are so called Configuration Files . They can either be uploaded by the end-user via SigSlos or with Custom Code. Afterwards they are permanently linked to the current configuration and can be...
Written by
Tobias Falkner
Updated on : 10 Oct 2024
User variable
The user variable contains information about the current user, provided they are signed into the Combeenation platform . Otherwise, the current user is considered anonymous and the variable will contain fallback values. Properties
Written by
Martin Enzelsberger
Updated on : 16 Jul 2024
The if expression
The if expression allows you to perform different actions based on one or more conditions. In the example below, we calculate the price of a product. If the customer buys at least 5 units of our product, we grant him a discount. Price refers to a co...
Written by
Nadja Thorwartl
,
Elisabeth Sonnleiter
Updated on : 28 Nov 2022
Hive types
10 Articles
in this category
+ 3
Written by
Combeenation Developers
,
Nadja Thorwartl
,
Elisabeth Sonnleiter
and 3 others
Components
7 Articles
in this category
Written by
Nadja Thorwartl
,
Martin Enzelsberger