Ist zwar länger her, dass Du das gefragt hast, aber vielleicht interessiert es ja auch noch andere:
Sucht mal in der folgenden Datei includes/modules/product_attributes.php nach
Code:
if ($product->getAttributesCount() > 0) {
$products_options_name_query = xtDBquery("select distinct popt.products_options_id, popt.products_options_name from ".TABLE_PRODUCTS_OPTIONS." popt, ".TABLE_PRODUCTS_ATTRIBUTES." patrib where patrib.products_id='".$product->data['products_id']."' and patrib.options_id = popt.products_options_id and popt.language_id = '".(int) $_SESSION['languages_id']."' order by popt.products_options_name");
und ersetzt
Code:
order by popt.products_options_name
mit
Code:
order by popt.products_options_id
Viel Glück,
Carmen