Skip to main content

Creating an Additional Product

How to create a new additional product?

1. Go to the "Manage Modules" page

To access the "Manage Modules" page, click the fifth icon on the left sidebar. On the page, you will see tiles; select the one labeled "Product Catalog".

start box

2. Go to the "Additional Products" page

Click the "Additional Products" tile.

start-product-catalog

3. Add an additional product

Add an additional product named, for example, "Tires".

add vap form

4. Add parameters for the additional product

Add parameters for the additional product.

add vap form parameters

Parameters

  • Parameter Mileage - must also be configured on the offer
    add vap form parameters mileage

  • Parameter Number of installments - must also be configured on the offer
    add vap form parameters number of installments

  • Parameter Tire size - must also be configured on the offer
    add vap form parameters tyre size

  • Parameter Tire price tmp - this is the tire price; here, a fixed price of 2,000 PLN is assumed, but it could also be a matrix with all tire prices
    add vap form parameters tyre price

  • Parameter Storage fee rate - this is an algorithm-type parameter; we calculate this value as a one-time fee
    add vap form parameters store amount
    We also need to configure the algorithm for this parameter. Here it is:
    Number of installments divided by 12 months times 2 (because there are 2 storages for summer and winter) times the price for one storage (here a fixed value of 350 PLN is assumed)
    add vap form parameters store amount

  • Parameter Tire change fee rate - this is an algorithm-type parameter; we calculate this value as a one-time fee
    add vap form parameters replace amount
    We also need to configure the algorithm for this parameter. Here it is:
    Number of installments divided by 12 months times the tire size parameter matrix, which is taken from a table of values based on the tire size provided by the user
    add vap form parameters replace amount

  • Parameter Tire size matrix - this is a value table parameter
    add vap form parameters tyre size matrix
    We also need to configure the value table for this parameter. We select the tire matrix, then set the column from the value table that corresponds to the parameter provided by the user. Our parameter is called Tire size. Then, we set columns for default, minimum, and maximum values.
    add vap form parameters tyre size matrix

  • Parameter Product value - this is an algorithm-type parameter; we calculate this parameter value as a financing correction (included in the installment)
    add vap form parameters product value
    We also need to configure the algorithm for this parameter. Here it is:
    Mileage (taken from the offer) divided by 1000 (since mileage is set in thousands) multiplied by mileage times number of installments divided by 12 months and 30 (30 is the mileage interval to replace tires) all multiplied by the tire price
    add vap form parameters product value

From all configured parameters, we can go to the offer and make the calculation

add vap form parameters calc vaps

The calculation yielded 2 tire sets because the number of installments is 48 and the declared annual mileage is 15,000 kilometers, which gives 1 set of tires every 2 years

add vap form parameters calc params