View Single Post
  #11  
Old 08-12-2006, 09:58 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default

You know what else this little bit of code does? It inverts the order of your product option variants... for example, if you had a list, such as:

Light
Light Medium
Medium
Medium Dark
Dark

With the new code, your product variants list as:

Dark
Medium Dark
Medium
Light Medium
Light

If I comment out the new and improved code, the order of variants is restored.

Now that's simply absurd... variants should display in the order listed -- I have commented out the code and I am testing. So far, so good. I'll test more tomorrow. Bed time.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote