I am looking at the default storefront and notice that when I enable the ajax minicart that the Shopping Cart link goes above the Login link. Is there any reason this couldn't be with the other links at the top (e.g. Wishlist)?
I am looking at the default storefront and notice that when I enable the ajax minicart that the Shopping Cart link goes above the Login link. Is there any reason this couldn't be with the other links at the top (e.g. Wishlist)?
You can move that, you just have to move the code in the template that generates it:
Code:<% if (ShowMiniCart) { %> <%-- Render ajax minicart control if enabled --%> <asp:PlaceHolder ID="ctrlMinicart" runat="server"></asp:PlaceHolder> <% } %>