decepter Posted June 18, 2009 Report Share Posted June 18, 2009 Hallo zusammen, ich hab das Sperrgutmodul 3plus ein wenig angepasst. Soweit funktioniert auch alles Super bis auf eine Abfrage. $query = xtc_db_query('SELECT options_values_weight FROM products_attributes WHERE products_attributes_id = HIER die Attribut ID die bei der Variable $ORDER->products mitgeführt wird ... hiermit '.(int)$order->products[$i]['id']); hat man ja zugriff auf die "products_id" ich brauche aber Zugriff auf die "products_attributes_id" um dann anhand des Attributs und Gewicht die Sperrgutkosten auszugeben. Ich habe alles ausprobiert und auch im Netz nichts dazu gefunden. Wie kommt man an die Attribute per $order->products[$i]['id'] ? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.