Hi there,
I have a shop (based on Rapido) that uses points to purchase. When adding an item to the cart, we use the cart command addWithPoints. That works fine but also sets the price of the item to zero in the cart. How do I find out what the standard price is? I could get it from the product using the ProductService directly, but is there a better way?
Thanks!
Imar