Skip to content
Shopware

useCartNotification

useCartNotification ​

Category:
Cart & Checkout

UI composable

Types ​

ts
export function useCartNotification(): useCartNotificationReturn

source code

ts
export type useCartNotificationReturn = {
  codeErrorsNotification(): void;
  getErrorsCodes(): Schemas["CartError"][];
};

source code