Both 'View Cart' and 'Proceed to Checkout' buttons on shopping cart dropdown menu navigate to sc_cart page on portalIssue The two buttons on the shopping cart dropdown menu "View Cart" and "Proceed to Checkout" both take to the same cart page sc_cart page. It is expected behavior for "View Cart" button but "Proceed to Checkout" should navigate to order confirmation. ReleaseAny ReleaseCauseThis happens because the two step confirmation is not enabled. Thus "Proceed to Checkout" button navigates to sc_cart page instead of the order confirmation popup. In out-of-the-box (OOB) the property "glide.sc.sp.twostep" which shows the Order Confirmation popup is set to true. ResolutionTo resolve the issue, set the property "glide.sc.sp.twostep" value=true. Then on clicking "Proceed to Checkout button would display order confirmation popup and won't navigate to sc_cart page.