Jump to content

Warenkorb Sortieren DRINGEND


bassbreaker

Recommended Posts

Eine Lösung wäre:

 

gehe in die Klasse "Cart.php"

dort gibt es die Methode "getProducts"

 

in Zeile 466 gibt es den Befehl:

 

// Build ORDER BY
$sql->orderBy('p.id_product, cp.id_product_attribute, cp.date_add ASC');

 

hier könntest du das ändern in

$sql->orderBy('cp.date_add, p.id_product, cp.id_product_attribute ASC');

 

Ich denke, das dürfte keine negativen auswirkungen haben.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...