The only thing you will need to do to ensure existing shopping cart item prices are recalculated when a buyer logs you will need to do the following.
After setting up a storefront and when logged in to Salesforce:
- Open the developer console
- Click Open
- Choose Entity Type Pages
- Search for CommunitiesLanding and open it.
- Replace the content of the file with:
<apex:page id="communitiesLandingPage" controller="welisacommerce.ShopLandingController" action="{!forwardToStartPage}" title="{!$Label.site.site_login}">
</apex:page>
- Click File -> Save or press CTRL + S
That's it!