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
  1. price:0
  2. price_total:60
  3. recurring_price:0
  4. recurring_total:0
  5. rfd:

wierd...for you price is 0 and it is stored in price_total...



replace line



var price = c.data.sc_cat_item._pricing.price;



with



var price = c.data.sc_cat_item._pricing.price_total;



and it will work.



do test it will recurring price item scenario also.



(please mark helpful/like/correct if it helps)


Community Alums
Not applicable

works fine but recurring price option shows up even when it is empty or not set


Community Alums
Not applicable

also, the price is not updated in the price variable of request item