Ankündigung

Einklappen
Keine Ankündigung bisher.

Edit Orders 4.1.4 für Zen Cart 1.5.3 deutsch

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Edit Orders 4.1.4 für Zen Cart 1.5.3 deutsch

    Nach neuer Installation von Zen Cart 1.5.3 deutsch im Test-Shop habe ich Edit Orders 4.1.4 für Zen Cart 1.5.3 deutsch instaliert und
    pdf Rechnung 3.3 für Zen Cart 1.5.3 deutsch

    eingebaut.

    Bei AKTUALISIEREN im ADMIN - bekomme ich folgende Fehlermeldung:

    WARNING: An Error occurred, please refresh the page and try again.

    Die Test-Änderung wurde aber übernommen.

    In der Logs habe ich folgenden Eintrag:

    PHP Fatal error: 1054:Unknown column 'p.products_quantity' in 'field list' :: SELECT `p`.`products_quantity` FROM `products` WHERE `p`.`products_id` = '1' ==> (as called by) ...admin/includes/functions/extra_functions/edit_orders_functions.php on line 1028 <== in .../includes/classes/db/mysql/query_factory.php on line 155

    Auch ohne
    pdf Rechnung 3.3 für Zen Cart 1.5.3 deutsch zu instalieren kommt die Fehler meldung


    Woran kann das liegen ????

    #2
    DEINADMIN/includes/functions/extra_functions/edit_orders_functions.php

    Ändere mal Zeile 1026 von:
    Code:
    'SELECT `p`.`products_quantity` FROM `' . TABLE_PRODUCTS . '` ' .
    auf:
    Code:
    'SELECT `p`.`products_quantity` FROM `' . TABLE_PRODUCTS . '` AS `p` ' .
    Danach ok?

    Kommentar


      #3
      Zitat von webchills Beitrag anzeigen
      DEINADMIN/includes/functions/extra_functions/edit_orders_functions.php

      Ändere mal Zeile 1026 von:
      Code:
      'SELECT `p`.`products_quantity` FROM `' . TABLE_PRODUCTS . '` ' .
      auf:
      Code:
      'SELECT `p`.`products_quantity` FROM `' . TABLE_PRODUCTS . '` AS `p` ' .
      Danach ok?
      - JA - super, danke das war es. !!

      Kommentar


        #4
        Zen 1.5.3

        Leider kann ich das Patch erst gar nicht installieren und bekomme direkt beim Hochladen und Ausführen der sql-Datei oder alternativ dem gepasteten Inhalt der Datei im Patch-Installer (Admin).

        ?

        Diese beiden Befehle erzeugen die ERROR-Meldung:

        INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
        ('Use a mock shopping cart?', 'EO_MOCK_SHOPPING_CART', 'true', 'When enabled a mock shopping cart is created which reads product information from the current order. Many of the 3rd party &quot;Discount&quot Order Total modules were not designed to be run from the Zen Cart administrative interface and require this option to be enabled.<br /><br />The mock shopping cart only provides the get_products and in_cart methods.<br /><br /><span="alert">If installed order total or shipping modules require additional methods from the shopping cart, this method should be disabled.</span>', @gid, 1, NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'),
        ('Strip tags from the shipping module name?', 'EO_SHIPPING_DROPDOWN_STRIP_TAGS', 'true', 'When enabled HTML and PHP tags present in the title of a shipping module are removed from the text displayed in the shipping dropdown menu.<br /><br /><span="alert">If partial or broken tags are present in the title it may result in the removal of more text than expected. If this happens, you will need to update the affected shipping module(s) or disable this option.</span>', @gid, 2, NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'),
        ('Debug Action Level', 'EO_DEBUG_ACTION_LEVEL', '0', 'When enabled when actions are performed by Edit Orders additional debugging information will be stored in a log file.<br /><br />Enabling debugging will result in a large number of created log files and may adversely affect server performance. Only enable this if absolutely necessary!', @gid, 3, NOW() , NULL, 'eo_debug_action_level_list('),
        ('Edit Orders Version', 'EO_VERSION', '4.1.4', 'Indicates the currently installed version of Edit Orders.', @gid, 4, NOW(), NULL, 'zen_cfg_select_option(array(''4.1.4''),');


        UND


        INSERT INTO admin_pages (page_key,language_key,main_page,page_params,menu_ key,display_on_menu,sort_order) VALUES
        ('configEditOrders','BOX_CONFIGURATION_EDIT_ORDERS ','FILENAME_CONFIGURATION',CONCAT('gID=',@gid),'co nfiguration','Y',@gid),
        ('editOrders','BOX_CONFIGURATION_EDIT_ORDERS','FIL ENAME_EDIT_ORDERS','','customers','N',;
        Zuletzt geändert von phatcafer; 07.11.2014, 13:49.

        Kommentar


          #5
          Zitat von phatcafer Beitrag anzeigen
          Diese beiden Befehle erzeugen die ERROR-Meldung
          Welche Error Meldung?

          Kommentar


            #6
            WARNING: An Error occurred, please refresh the page and try again.

            Kommentar


              #7
              Was bei dieser Meldung zu tun ist, ist nun wirklich bis zum Überdruss in diesem Forum dokumentiert.

              Kommentar


                #8
                Ich kanns leider nicht finden. Aber nun gut, dann installiere ich edit orders nicht. es wird auch anders gehen.

                Kommentar

                Info zu diesem Forenarchiv:
                Mit Release von 1.5.7 wurde die deutsche Zen Cart Version auf eine reine DIY-Lösung umgestellt.
                Für einen Support via Forum stehen keine personellen und zeitlichen Ressourcen mehr zur Verfügung.
                Dieses Supportforum bleibt im Nur-Lesen-Modus als Wissensarchiv noch online verfügbar.
                PM Funktionalität, Registrierung und Posten neuer Beiträge sind deaktiviert.
                Zugriff auf Anhänge in den Postings ist auch ohne Registrierung/Einloggen möglich.
                FAQ und Downloadbereich des Forums wurden in die neue umfangreiche Knowledgebase auf der zen-cart-pro.at Website übernommen.

                Das Development der deutschen Zen Cart Version geht wie bisher auf Github weiter.
                Wir werden auch weiterhin neue Versionen bereitstellen und die Onlinedokumentation/Knowledgebase aktualisieren.
                Fehler in der Software können auf Github als Issues gemeldet werden.
                Follow us
                aktuelle version
                Zen Cart 1.5.7g deutsch
                vom 12.12.2023
                [Download]
                Lädt...
                X