LWC - Membership Information Card
We have introduced a new Membership Information Card Lightning Web Component (LWC) designed for Member Portal. This component replicates and modernizes the core functionality of the legacy Visualforce Membership Information card, providing users with a streamlined, responsive interface to view their membership status and take action.

Key Highlights and Capabilities
Modernized Interface: The card provides a clean, fit-for-purpose layout that displays current membership details, including relevant dates and formatted date fields (mm/dd/yyyy).
Dynamic Action Button: The action button on the card automatically updates its label and behavior based on the user's specific context (Join, Renew, or Pay Balance).
Support for Concurrent Memberships: The component can display multiple concurrent memberships on a single account. Users can seamlessly switch the view between different memberships directly within the card interface.
Proforma/Unified Order Architecture (UOA) Integration: The renewal logic has been updated to support Proforma orders. If a pending billing history order (Proforma) exists, the card prompts the user to pay the balance rather than creating a duplicate cart.
Configurable Redirection: Administrators can configure the card within Experience Builder to redirect users to either the legacy nc__joinrenew page or a custom page hosting the new Join and Renew experience.
Advanced Parameter Passing: The card passes critical contextual data (Account ID, Membership ID, Membership Field API name) to the destination page via URL parameters to ensure the Join/Renew flow functions correctly.