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

Thread: version 9 skin tokens in xml packages

  1. #1
    boxcrush is offline Junior Member
    Join Date
    Jun 2010
    Posts
    0

    Default version 9 skin tokens in xml packages

    In version 7, I was able to do this (!NUM_CART_ITEMS!), (!NUM_WISH_ITEMS!) in my xml package, but that no longer works in version 9. How do I do the same thing with version 9?

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

    Default

    A lot of the older skin tokens were deprecated in ML9 when we switched to master pages. The full list of currently-supported tokens is in the online manual here.

  3. #3
    cjbarth is offline Senior Member
    Join Date
    Oct 2008
    Posts
    392

    Default

    So what is the alternative approach to getting the number of the items in the wish list?
    ML9.3.1.1
    SQL 2012 Express
    VS 2010
    Azure VM

  4. #4
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default

    If you're in an xmlpackage you can just add another query.


    TTFN

    BFG

  5. #5
    cjbarth is offline Senior Member
    Join Date
    Oct 2008
    Posts
    392

    Default

    And what should I do if i'm trying to add it to my template.master like is done with the number of items in the cart?
    ML9.3.1.1
    SQL 2012 Express
    VS 2010
    Azure VM

  6. #6
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default

    Call the xmlpackage (create a new one if need be?) from the template.master.


    TTFN

    BFG