Vehicle
Dynamic pricing
5 min
how it looks on public website upon visiting a page of a vehicle, you can choose additional options for your order! when choosing additional options, please pay attention to the vehicle price every selected parameter can increase or decrease the end price, or leave it the same available 2 types of additional options that affect the price packets and single options single options you can choose any available quantity of options every one of them influences the end price packets includes a kit of options, you can choose only one of the available packets pay attention, that when choosing packets or checkboxes, url changes everyone selected a parameter, adding to the url how to add dynamic pricing via hyperportal to add a new option, open the cms section and go to website > dynamic pricing fill the title, price, and query of new option to separate options for different cars, you must use the query field if the option is suitable for all vehicles, leave the query field empty in the example above, the option is applicable to vehicles whose model name contains the string "tgx" (productline title contains "tgx") you can use different operators to achieve different goals is / is not text comparison (case ignored) empty / not empty logical operator equals / not equals strong comparison (case sensitive) contains / not contains check if field contains substring (case ignored) gt / gte numbers comparison ( g reater t han / g reater t han or e qual) lt / lte numbers comparison ( l ess t han / l ess t han or e qual) examples of query price greater than 10000 { data 10000, field 'computedprice', operator 'gt', } any model excluding "golf" { data 'golf', field 'productline title', operator 'is not', } grouping options into packets if you want to use some option packets (kits / groups) of options just use field "group" add different options in one group and these will be composed to a single option packet