You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The totals / price values which are added using the CartItemPriceAccessors trait are not "jsonable" at the moment, which becomes problematic when used via Rest-API / headless env.
A hotfix I I'm using is the extension of the CartProduct model using a dynamic method
The totals / price values which are added using the
CartItemPriceAccessors
trait are not "jsonable" at the moment, which becomes problematic when used via Rest-API / headless env.A hotfix I I'm using is the extension of the
CartProduct
model using a dynamic methodThe price handling with / without taxes may should be rethinked in general. The designations are confusing and could lead to incorrect expenditure.
Related issues
The text was updated successfully, but these errors were encountered: