price not updating when changing quantity in service portal item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2017 07:44 AM
Hi All,
In SP Service Catalog Item, price is not updating as per quantity..Can someone suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2017 04:12 AM
I copied your same code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2017 04:16 AM
is it..open console of your browser..n try to change the quantity..see if any errors are coming in log.
also try to put some console.log() statements in that function to see if it is doing as expected.
(please mark helpful/like/correct if it helps)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2017 04:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2017 04:16 AM
Price:$0.00
Recurring Price: undefined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2017 04:23 AM
add this line as first line of the function n see browser logs.
console.log(c.data.sc_cat_item._pricing) |
let me know what it outputs.