price not updating when changing quantity in service portal item

Community Alums
Not applicable

Hi All,

In SP Service Catalog Item, price is not updating as per quantity..Can someone suggest

13 REPLIES 13

Community Alums
Not applicable

I copied your same code


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)


Community Alums
Not applicable

ttt.png


Community Alums
Not applicable

Price:$0.00

Recurring Price: undefined


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.