Form Item Restriction

Implemented a restriction to prevent users from adding the same item again from the Interactive Diagrams screen if it has already been added to the cart with the maximum allowed quantity (10 forms), ensuring accurate cart management.

Item Restriction Notification

Enhanced the duplicate form item restriction by introducing a pop-up message that is displayed when users attempt to add an item that has already reached the allowed quantity from the Interactive Diagrams screen, providing clear feedback on the action.

API Response Handling for Add-to-Cart Restriction

Updated the API response for add-to-cart actions to include a message for the popup and set the addToCart flag to false when the item cannot be added, ensuring proper handling of restricted scenarios and clear user feedback.