Catalog item, price calculation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 05:37 AM
Hi all.
I have this catalog item where you can order a VM. I want to make it as flexible as possible, so allowing the requester to choose whatever amount of CPU cores they want. How do I set the unit price of 1 CPU core? So that when submitting, recurring price will be: <number-of-cpu-cores-requested> multiplied by unit price.
I cannot find a suitable variable type for this.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 06:01 AM
Hey @scqpnovo
Please refer below link for your
Please mark this as helpful if you feel this answer helped you in anyway.
Thanks and Regards,
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 06:53 AM
I am not using "quantity". That is fine for ordering multiple VMs, but it is not really what I am asking about.