Multi-Select with Price item variable

dcrane
Kilo Contributor

We have a requirement for a drop-down list that allows multiple selections and can include a price on each selection to be calculated into the check out screen. It is my understanding that the Check Box and List Collector variables do not allow for a price association. Has anyone put together a solution like this? The closest thread I could find on this topic was this: Choice List - Select Multiple however, it does not fulfill my requirements. I would like to give our customers a ctrl+click type of UX solution.

In the past we have kluged together several drop-down lists with the same choices/prices and scripted show/hide for "do you want another...", but this looks horrible.

Thanks,
Dave

2 REPLIES 2

ccajohnson
Kilo Sage

It looks like List Collectors can effect the total price of an item. Here is a wiki article that should give you options on how best to implement your solution:
http://wiki.servicenow.com/index.php?title=Service_Catalog_Variable_Pricing


dcrane
Kilo Contributor

Thanks for the link Christopher, the 'Price if Checked' option for the Check Box variable worked great.