Extra fields with numeric values

Discussion in 'Templates, HTML, CSS, and Design Help' started by jason1971, May 11, 2015.

  1. jason1971 Customer

    Hi all,

    I have an issue which is driving me crackers.

    When I create an extra drop down category field with the numeric options of say 1 up to 15, on the user side in the checkout step 3 the numbers appear like this:-
    1
    10
    11
    12
    13
    14
    15
    2
    3
    4
    5
    6
    etc..

    How would I go about setting it, so they appear in their proper consecutive numeric order (IE: 1,2,3,4,5,6,7,8,9,10,11 etc..). I do not want to have to do it like A -1, B - 2, C - 3 etc..

    Any pointers would be most welcome, cheers guys in advance

    Jason
  2. freeze2 Super Moderator

    Hey Jason, what would happen if you ordered them like:

    08
    09
    10
    11
  3. Mike-N-Tosh Owner

    Also, if the drop down is just numbers like that, you can select "Range" = "Yes" and then enter Min=1, Max=15, Step=1. You don't have to enter in the individual numbers as they are automatically generated and sorted properly.
  4. jason1971 Customer

    Freeze tried that mate worked great (should have thought about that myself)

    Mike - did not know that the 'range' part did that and it worked perfectly.

    Thank you both I though I would end up having to alter more of the script

Share This Page