cancel
Showing results for 
Search instead for 
Did you mean: 

How to get net price for single item in cart

Former Member
0 Kudos

Hi, i need to get a net price for each item in cart. I found only something in PriceRowModel, but all prices there have net flag setted to false. Is there any other place where i can find net price?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There are 2 flags net and gross for each pricerow attached to product which says whether the price attached is net or gross. you can select it based on your requirement.

Former Member
0 Kudos

yes, but when i check the database there are only prices with flag net setted to false in PriceRowModel so there are only gross prices and im looking for other way to get net price than providing data to the database