Cost Calculator Items can be configured by entering the name in Name field and defining the required settings and the Value.
Backend:
Example: If you have Number Input item with unit 2 and you want the initial value to be 4 items, the initial Total will be 8 (2*4).
In Design tab enter Id attributte, extra class name(s) and required CSS statements for inline style in Custom ID Attribute, Extra Class Name(s) and Inline style field.
Currently, that is not possible. Cost Calculator does not support textual inputs for text box meaning that everything that is entered is evaluated as a number.
Backend:
*Note that offset value is ignored if PayPal is used (active), as well as when the slider is added to the Cost Calculator group.
Example: If you have Slider Item with unit 50 and you want the initial value to be 10 items, the initial Total will be 500 (50*10).
In Design tab enter Id attributte, extra class name(s) and required CSS statements for inline style in Custom ID Attribute, Extra Class Name(s) and Inline style field.
Adding the following custom CSS to the page, percent sign should be added to the sliders:
span.btQuoteSliderValue:after {
content: '%';
}
Backend:
Example: If you want to have first Select Item (value 400) listed as initial, than enter 1 in ‘Initial value’ field and Total will be 400.
In Design tab enter Id attributte, extra class name(s) and required CSS statements for inline style in Custom ID Attribute, Extra Class Name(s) and Inline style field.
If there is missing Select Item on the frontend, please make sure to check if ; is missing in Value box.
Backend:
Example: If you want to have Switch Item on, than enter 1 in ‘Initial value’ field and Total will be 1.
In Design tab enter Id attributte, extra class name(s) and required CSS statements for inline style in Custom ID Attribute, Extra Class Name(s) and Inline style field.
Backend – Choose Multiply from the element list:
Once the Multiply is added to the Cost Calculator select + sign in order to add CC Items which will be multiplied:
If the selected item has value 300 (first option – “Window Air Conditioner”) and slider is 5, total will be: 300 * 5 = 1500