Ravemaster Posted May 7, 2009 Report Share Posted May 7, 2009 Hallo, wenn ein Händler einkauft alles in den Warenkorb packt einen Rabatt bekommt und zur Kasse geht erscheint oberhalb eine Fehlermeldung: Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/www/veyton_4010/xtCore/pages/checkout.php(601) : eval()'d code on line 4 dieser zieht sich bis zur Zahlungsweise durch. Was muss geändert werden? Link to comment Share on other sites More sharing options...
Ravemaster Posted May 27, 2009 Author Report Share Posted May 27, 2009 Habe immer noch den Fehler, bin ich der einzigste? Was ist da faul? Oder wirds auch im nächsten update behoben? Link to comment Share on other sites More sharing options...
rockin Posted June 8, 2009 Report Share Posted June 8, 2009 Habe den gleichen fehler, egal bei welcher kundengruppe ich die rabatte einrichte! Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/vhosts/freesoloclimbing-shop.com/httpdocs/xtCore/pages/checkout.php(601) : eval()'d code on line 20 auf der shipping und payment seite. bei mri sind die seiten dann auch "verhauen" hilfe? Link to comment Share on other sites More sharing options...
mzanier Posted June 8, 2009 Report Share Posted June 8, 2009 datei plugins/xt_customersdiscount/installer/xt_customersdiscount.xml durch angehängte ersetzen.xt_customersdiscount.zip Link to comment Share on other sites More sharing options...
Ravemaster Posted June 8, 2009 Author Report Share Posted June 8, 2009 Bei mir bleibt der Fehler erhalten... Link to comment Share on other sites More sharing options...
mzanier Posted June 8, 2009 Report Share Posted June 8, 2009 plugin deinstalleren/installieren. Link to comment Share on other sites More sharing options...
SonjaW Posted June 8, 2009 Report Share Posted June 8, 2009 ich hab das runtergeladen, deinstalliert, auf den server geladen, neu installiert.. alles wieder eingestellt, aber der rabatt taucht nicht mehr auf im warenkorb... einfach nicht da... nur der ursprüngliche preis Link to comment Share on other sites More sharing options...
rockin Posted June 8, 2009 Report Share Posted June 8, 2009 ich schliess mich an! deinstalliert - gelöscht/überschrieben - wieder installiert - tauscht kein rabatt auf... Link to comment Share on other sites More sharing options...
mzanier Posted June 8, 2009 Report Share Posted June 8, 2009 danach muss natürlich bei den kundengruppen der rabatt wieder eingetragen werden. bitte auch beachten, plugin muss aktiviert werden. Link to comment Share on other sites More sharing options...
rockin Posted June 8, 2009 Report Share Posted June 8, 2009 plugin ist aktiv, kundengruppen aktualisiert! aber es geht trotzdem nicht. weder allgemeiner rabatt noch gestaffelt oder sonst wie. cache auch gelöscht... ??? Link to comment Share on other sites More sharing options...
SonjaW Posted June 8, 2009 Report Share Posted June 8, 2009 kann mich rockin anschließen... ist alles aktiviert... und trotzdem kein schimmer vom rabatt im shop zu sehen anhang: ich sehe gerade das bei den Hook-code-Status sind 2 auf rot ... das ist doch sicher nicht normal, oder Link to comment Share on other sites More sharing options...
rockin Posted June 8, 2009 Report Share Posted June 8, 2009 @sonja, mach die bloß nicht auf grün, bei mir ist daraufhin der halbe shop am durchdrehen gewesen und ich konnte mich nicht mehr als admin einloggen und musste über die db gehen und das plugin deaktivieren...!!! Link to comment Share on other sites More sharing options...
SonjaW Posted June 8, 2009 Report Share Posted June 8, 2009 okay, mach ich nicht und warte mal brav auf eine nachricht von den fachleuten hier Link to comment Share on other sites More sharing options...
Yapedo Posted June 8, 2009 Report Share Posted June 8, 2009 auch bei mir selber fehler wie bei den anderen Link to comment Share on other sites More sharing options...
SonjaW Posted June 9, 2009 Report Share Posted June 9, 2009 also scheint es doch einen fehler zu geben... und ich hoffe das sich die profils hier das mal anschauen... ich wollte auch schon werbung machen, wo ich aber jetzt warten muss... weil nen shop mit fehlermeldung, da bestellen Kunden sicher nicht so gern Link to comment Share on other sites More sharing options...
mzanier Posted June 9, 2009 Report Share Posted June 9, 2009 mein fehler, war die datei aus version 4.0.12 download der datei wurde aktualisiert, bitte erneut laden. Link to comment Share on other sites More sharing options...
SonjaW Posted June 9, 2009 Report Share Posted June 9, 2009 klappt auch nicht, hab deinstalliert, neue datei auf den server und... nix taucht nicht auf als installierbares plugin... ist weder unter installierbares plugin noch unter installiertes (was ja auch nicht sein kann weil es ja deinstalliert war) mal schauen was meine anderen beiden Mitstreiter sagen... also bei mir klappts nicht :-( Link to comment Share on other sites More sharing options...
SonjaW Posted June 9, 2009 Report Share Posted June 9, 2009 perfekt... jetzt geht alles vielen lieben dank Link to comment Share on other sites More sharing options...
rockin Posted June 9, 2009 Report Share Posted June 9, 2009 Oh ja wurde auch zeit... Link to comment Share on other sites More sharing options...
Yapedo Posted June 9, 2009 Report Share Posted June 9, 2009 Bei mir wird das Modul nicht angezeigt... nur als LEER also kann es nicht neu installieren.... mannnn.... Link to comment Share on other sites More sharing options...
Yapedo Posted June 10, 2009 Report Share Posted June 10, 2009 So habs mir jetzt selbst zusammen gebastelt... Anhang einfach hochladen und mit eurer ersetzen und dann neu installieren. Geht 100 % Geändert wurde: NEU: <hook>module_checkout.php:checkout_data</hook> <phpcode><![CDATA[ if (isset($_SESSION['cart']->discount)) { if ($_SESSION['cart']->discount != 'false') { if (is_array($data)) { $data = array_merge($data,array('discount'=>$_SESSION['cart']->discount)); } else { $data = array('discount'=>$_SESSION['cart']->discount); } } } ]]></phpcode> <order>1</order>[/PHP] ALT: [PHP]<hook>module_checkout.php:checkout_data</hook> <phpcode><![CDATA[ if (isset($_SESSION['cart']->discount)) { if ($_SESSION['cart']->discount != 'false') { $data = array_merge($data,array('discount'=>$_SESSION['cart']->discount)); } } ]]></phpcode> <order>1</order>[/PHP]xt_customersdiscount.rar Link to comment Share on other sites More sharing options...
rockin Posted June 10, 2009 Report Share Posted June 10, 2009 ich versteh jetzt nicht ganz was bei dir nicht geht? bzw. nicht ging. ??? Link to comment Share on other sites More sharing options...
Yapedo Posted June 10, 2009 Report Share Posted June 10, 2009 Hallo, bei mir konnte das plugin nicht installiert werden es wurde einfach nur als LEER angezeigt also ohne titel u.s.w wenn ich auf installieren gegangen bin... kam eine error meldung.... habe daher die File genommen (meine alte) und den verweis von oben eingebaut dann gings auch. Da der fehler ja vom checkout.php kam. Link to comment Share on other sites More sharing options...
WeNext Posted June 14, 2009 Report Share Posted June 14, 2009 @Yapedo Konnte ich nur bestättigen, hatte genau das selbe Problem, warum auch immer es bein manchen geht und bei anderen nicht geht. Auf jedenfall dank deiner überarbeiten Datei, funktioniert es jetzt ohne Fehlermeldung. Vielen herzlichen Dank. Mit freundlichen Grüßen www.wenext.de Link to comment Share on other sites More sharing options...
Yapedo Posted June 16, 2009 Report Share Posted June 16, 2009 aber gerne doch Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.