Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Shopping Cart Link Location

  1. #1
    chrismartz is offline Senior Member
    Join Date
    Apr 2010
    Posts
    339

    Default Shopping Cart Link Location

    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)?

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    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>
            <% } %>