Samples > Starter stores > Starter store enhancements > Social Commerce > Sample Social Commerce flow changes > User Profile flows
My Account: Summary
After a shopper creates a public online community profile during registration with the Madisons starter store or updates an existing online community profile, their profile information is displayed in the My Account Summary page.
Elements of the My Account: Summary page
Social Commerce widgetsThe following Social Commerce widgets can be integrated into this page:
JSP files
The following table lists and describes the JSP files that are used when the Social Commerce profile widget is integrated into the Madisons starter store My Account Summary page.
JSP file Description 1 Madisons/UserArea/AccountSection/MyAccountPage.jsp Displays the online community profile for a shopper within the My Account Summary page after a new profile is created. Includes:
- Madisons/UserArea/AccountSection/AccountSCDisplayExt.jspf contains a Profile widget declaration in ProductionRegisterOrFetch mode. The cookie that contains the profile details is extracted and the Profile widget reads the profile details from the cookie. The Profile widget sends a request to the service provider to create or update the profile using the details from the cookie. If the authentication and registration of the shopper was successful, the profile for the registered shopper is fetched and displayed on the My Account Summary page.
1 Madisons/UserArea/AccountSection/MyAccountCenterLinkDisplay.jsp Displays the online community profile for a shopper within the My Account Summary page after the profile is updated. Includes:
- Madisons/UserArea/AccountSection/AccountSCDisplayExt.jspf contains a Profile widget declaration in ProductionRegisterOrFetch mode. The cookie that contains the profile details is extracted and the Profile widget reads the profile details from the cookie. The Profile widget sends a request to the service provider to create or update the profile using the details from the cookie. If the authentication and registration of the shopper was successful, the profile for the registered shopper is fetched and displayed on the My Account Summary page.
Related reference
My Account: Personal Information