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
Is your feature request related to a problem? Please describe.
It's often required to extend add to cart with additional parameters (like transport unit, delivery date or others).
We would like to extend this method but requireLoadedCart() is private:
Is your feature request related to a problem? Please describe.
It's often required to extend add to cart with additional parameters (like transport unit, delivery date or others).
We would like to extend this method but requireLoadedCart() is private:
spartacus/projects/core/src/cart/facade/active-cart.service.ts
Line 383 in 4179772
Describe the solution you'd like
Make requireLoadedCart() protected or public
Describe alternatives you've considered
No other choice than duplicating entire ActiveCartService.
Additional context
The text was updated successfully, but these errors were encountered: