YaVuZ Posted November 9, 2006 Report Share Posted November 9, 2006 Hallo, wie kann ich die reihenfolge von Attribut gruppen ändern? siehe bild in anhang Link to comment Share on other sites More sharing options...
Beedle Posted November 9, 2006 Report Share Posted November 9, 2006 nicht im Standard, dafür musst du das Programm ändern. Link to comment Share on other sites More sharing options...
walter999 Posted November 9, 2006 Report Share Posted November 9, 2006 Das stimmt. Muß man im Quellcode ändern. Kann mehr oder weniger kompliziert werden. :-) Kommt drauf ob Du die jetzige Sorterung einfach umdrehen willst, oder ob es Dir was hilft nach einem vorhandenen Merkmal in der DB zu sortieren, also z.B. noch die interne ID. Oder ob Du absolut individuell die Reihenfolge setzen willst. Die Änderung muß in der includes/modules/product_attributes.php vorgenommen werden. Ca. Zeile 30: $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"); [/php] Du mußt das am Ende bei [color=Orange]order by[/color] abändern. Momentan wird nach Name geordnet. Viel Erfolg! Gruß Walter Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.