Component Name: abandonedCart¶
Last Updated: 2025-09-29 Source Code: https://bitbucket.org/i2cinc/i2c.salesforce.metadata/src/STAGING/force-app/main/default/lwc/abandonedCart
API Name: c-abandonedCart Type: Service/Display Component Target: Community pages
Business Purpose¶
Handles abandoned cart recovery workflow. Likely detects when users leave items in cart without completing checkout, provides reminders or easy access to return to cart, may track abandonment analytics.
Component Structure¶
Based on naming and common patterns, likely includes: - Detection of cart with items - Display of abandoned items count/preview - "Return to Cart" call-to-action - May send analytics events - Could integrate with email reminders
Dependencies¶
- Apex: Commerce cart APIs
- WebCart object
- CartItem object
Usage¶
Maintenance Notes¶
Complexity: Unknown (file not fully analyzed) Key Notes: - Part of commerce/checkout flow - Helps recover lost sales - May integrate with marketing automation