WP-eComerce Advance Meta Tag data in descending order [closed]

If you do this inside the main loop you can do something like this:

    while ( wpsc_have_custom_meta() ) : wpsc_the_custom_meta();

    // Build an array of the custom meta data
    echo wpsc_custom_meta_name() .wpsc_custom_meta_value();

endwhile;