Multi-Select with Price item variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2013 12:47 PM
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
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2013 01:14 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2013 03:07 PM
Thanks for the link Christopher, the 'Price if Checked' option for the Check Box variable worked great.