How to use prices in Rubens Configurator?

Different possibilities to use prices in the Rubens Configurator

Generally we can display any price in rubens, which takes place in the bottom left corner instead of the label of the product.

There are two different ways to display a price in the Rubens configurator:

Set the price manually when something is changed

Since Rubens is fully api based we give every event to the outside, this is helpful when it comes to calculating prices. With onPartlistUpdate we have an callback which is fired on every change in the configurator. How this is helpful for calculating prices you can learn in this section.

Set the price with the Rubens price engine

In Rubens we also have a small price service which can be used if the price calculation is not too complicated. How to use it you can learn in this section.

Last updated