Ensure Shopping Cart price recalculation
- 23 Feb 2024
- 1 Minute to read
- Print
- DarkLight
Ensure Shopping Cart price recalculation
- Updated on 23 Feb 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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!