osCmax v2.5 User Manual
Results 1 to 2 of 2

Product Option Types - Sorting Dropdowns

This is a discussion on Product Option Types - Sorting Dropdowns within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; For the longest time, my dropdowns always sorted properly. Now some do and some don't. Here is a "view source" ...

      
  1. #1
    Member
    Join Date
    Jan 2005
    Posts
    49
    Rep Power
    0


    Default Product Option Types - Sorting Dropdowns

    For the longest time, my dropdowns always sorted properly. Now some do and some don't. Here is a "view source" print-out from what appears on the web. Why does one go from 1 to 10 and the other from 10 to 1 on the same product_info_tpl ? How can I fix this?

    Thanks,

    Lobo


    This one is correct, sorted correctly from option value 10, down to 2.

    <td class="main">Sales Rep:</td>
    <td class="main"><select name="id[7]"><option value="10">[None]</option><option value="9">Kathryn</option><option value="8">Vicky</option><option value="7">Rebecca</option><option value="6">Lissa</option><option value="5">Holly</option><option value="3">Sharon</option><option value="2">Angie</option></select></td>


    This one is NOT correct, sorted incorrectly from option value 2 up to 10 (the reverse!)

    <td class="main">Sales Rep:</td>
    <td class="main"><select name="id[7]"><option value="2">Angie</option><option value="3">Sharon</option><option value="5">Holly</option><option value="6">Lissa</option><option value="7">Rebecca</option><option value="8">Vicky</option><option value="9">Kathryn</option><option value="10">[None]</option></select></td>

  2. #2
    Member
    Join Date
    Jan 2005
    Posts
    49
    Rep Power
    0


    Default Re: Product Option Types - Sorting Dropdowns

    Resolved. Don't know exactly what. I can only think it was a botched EP upload. But, its fixed.

    Sorry to bother.

Similar Threads

  1. Sorting your attribute option values in osCMax
    By bkpie in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 09-18-2008, 06:16 AM
  2. Sorting Product Attributes
    By basnyd in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 05-18-2007, 07:38 AM
  3. Product Options / Product Attributes.. pulldown sorting.?
    By Preston in forum osCommerce 2.2 Discussion
    Replies: 5
    Last Post: 11-24-2005, 06:53 PM
  4. Extended product option types
    By NickW in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 07-21-2005, 08:03 AM
  5. Sorting Product attributes
    By kjell in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 01-16-2004, 03:29 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •