Hi how do I force the cart to calculate the price of the products again? Is it by using CalculatePaymentsAsync() ?
Litium version: 8.5.0
Hi how do I force the cart to calculate the price of the products again? Is it by using CalculatePaymentsAsync() ?
Litium version: 8.5.0
Yes.
await _cartContextAccessor.CartContext.CalculatePaymentsAsync();
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.