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 3 of 3

Thread: MiniCart displayed "outside" of cart?

  1. #1
    ngiotta is offline Junior Member
    Join Date
    Feb 2010
    Posts
    11

    Unhappy MiniCart displayed "outside" of cart?

    I am wondering... how do I get the minicart to show up on pages that aren't output by the cart's XSLT? (I have customized the front end of the store to not use XSLT).

    Thanks in advance.
    Last edited by AspDotNetStorefront Staff - Scott; 06-14-2010 at 08:30 AM.

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

    Default

    Are you on version 8 or 9? In ML8, the minicart is generated totally by XSLT, you'd basically be rewriting it. In ML9, that is an AJAX component generated by a control, which you can just put in your template.

  3. #3
    ngiotta is offline Junior Member
    Join Date
    Feb 2010
    Posts
    11

    Default

    I'm not sure how to tell the version. It was the $995 version, whichever that is.

    I have customized the front end of the cart to not use templates as I don't enjoy working with XSLT. So I am using .Net pages that I have developed on my own that use the aspdnsf database to display categories, products, etc. The only problem is that I cannot get the minicart to work on the custom pages I made. Is it storing the data in a cookie, session or something else? I'd like to be able to add this without reverting back to the archaic XSLT setup.

    Thanks in advance.