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: Categories Listed Alphabetically Left To Right vs. Down Each Column

  1. #1
    bashdaddy is offline Junior Member
    Join Date
    Jan 2010
    Posts
    6

    Default Categories Listed Alphabetically Left To Right vs. Down Each Column

    Currently have have my category pages (xxxx.com/c-) listing my categories left to right. I'm wanting them to list up and down alphabetically. I currently have 3 columns if that matters.

    Is it possible to change? If so, what code needs to be changed and what files?

    Example now with 3 columns :

    A B C
    D E F
    G H I
    J K L

    I want it to do this:

    A E I
    B F J
    C G K
    D H L

  2. #2
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    They all probably have a DisplayOrder=1, so if you changed the DisplayOrder then they would come out in your preferred order.
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  3. #3
    bashdaddy is offline Junior Member
    Join Date
    Jan 2010
    Posts
    6

    Default

    My problem is I have around 300 subcategories under the parent category. I have to have them in alphabetical order because they are team names.

    I tried the method you mention but the problem is when I add another team it throws off the sort order and every subcategory has to be assigned a new number.

    Does anyone know if this can be hard coded?