Jump to content
xt:Commerce Community Forum

Reihenfolge Attributgruppen?


YaVuZ

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...