Feature #8365
closedLimit Favorite Products to Maximum of 9
Description
Implement a restriction on the favorite (wishlist) functionality to allow a maximum of 9 products.
Users can add products to favorites only up to a limit of 9
If the user tries to add more than 9 products, display a proper validation message (e.g., “You can only add up to 9 favorite products”)
Ensure this validation is handled on both backend and frontend
Prevent additional API requests once the limit is reached
Maintain consistent behavior across Products and POS screens
Subtasks
Related issues