- Category-based Bags: Separate Bag Keys can be defined for different product types. For example: ‘electronics_bag’, “furniture_bag”.
- Visual Notification: The user can be notified with a Notify action after adding an item.
Technical Risks and Precautions
- Multiple Addition: Preventing the same item from being added to the cart multiple times or allowing it to be added in a controlled manner.
The Add to Bag action is one of the most effective ways to manage user interactions and start processing selections in the system. It can be easily applied in any scenario based on cart logic and provides a powerful shopping/ordering experience when used in conjunction with other actions.