Ankündigung

Einklappen
Keine Ankündigung bisher.

Novalnet Payment Modul

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

    Novalnet Payment Modul

    DIESES MODUL IST NICHT FÜR DIE DEUTSCHE ZEN-CART VERSION GEEIGNET UND MUSS ANGEPASST WERDEN!



    http://www.novalnet.de

    Payment Module:
    Kreditkarte
    Kreditkarte 3D Secure
    Lastschrift Deutschland
    Lastschrift Österreich
    Sofortüberweisung
    Telefonpayment
    Vorauskasse
    Rechnung


    Novalnet AG ist eines der führenden nationalen Unternehmen im Bereich der Online-Payment Abwicklung und stetig darum bemüht unseren Kunden ein individuelles Höchstmaß an Technik, Sicherheit, Verlässlichkeit als auch Support zu liefern.
    Unser Ziel ist kein autonomes Massenprodukt sondern eine maßgeschneiderte, am Kunden orientierte Abrechnungsvariante zu erstellen, die allen erdenklichen Anforderung entspricht.
    Unsere Systeme sind ebenfalls in jeglicher Form auf diversen Seiten integrierbar und sparen so Zeit, Verwaltungsaufwand und Kosten.


    Unsere Vorteile in der Übersicht:

    » keine Setupgebühr
    » keine Grundgebühren
    » geringe Transaktionskosten
    » eine Plattform für alle Zahlungsarten
    » flexible Schnittstellen mit kostenloser Implementierung
    » kostenloses Forderungsmanagement bei Zahlungsausfall
    » kostenloses realtime Monitoring zu Ihrer Umsatzentwicklung
    » sicherer und schneller Zahlungsablauf mit hoher Benutzerfreundlichkeit
    » Riskmanagement anhand zahlreicher Betrugspräventionsmaßnahmen (FRAUDS)
    » umfangreiche Händler-Administrationsoberfläche (256 Bit SSL verschlüsselt)



    ##########################
    ENGLISH
    ##########################

    Payment modules:
    creditcard
    creditcard 3D secure
    direct debit germany
    direct debit austria
    Instantbanktransfer
    telephone payment
    prepayment
    invoice

    As a leading company in the payment-service sector, we are dedicated to provide our customers with the best and most appropriate Technical Assistance, Data security and Sales Support. Our payment solutions are customized and can be fully integrated in your shop with just a click and go modus. Our integrated payment solutions are user friendly and easily deployable in any shop or individual systems, so it provides many easy options on integration and as well as saves time and money on technical aspects. We provide an all inclusive payment solutions to our merchants on the payment types such as credit card, Invoicing, Prepayment, Online Bank Transfer, Telephone Payment, Paypal, Paysafecard, German, Austrian, Spanish and Holland Direct debit and etc.

    Please go through our following pages and get yourself informed in detail, which would surely fulfill your expectations.

    * No Setup fee
    * No monthly fee
    * No down payment
    * Low Transaction costs
    * One Platform for all Payment types
    * User stays entirely on your Website for Payment (no redirect)
    * Attractive and flexible Payout methods
    * Flexible Admin-interfaces with cost free implementation
    * Payment platform for multi level Affiliate marketing
    * Free accounts receivable management process in case of failure of
    payment
    * Free real-time Monitoring towards turnover development
    * User friendly payment process with high safety and speed
    * Risk management with numerous of fraudulence prevention techniques
    * End customer site for Support (128 Bit SSL encrypted)
    Zuletzt geändert von MaleBorg; 19.10.2010, 17:47. Grund: Hinweis hinzugefügt

    #2
    Alles schön und gut aber den Zahlungsmodul ist nicht für Zen Cart deutsch optimiert.

    Kommentar


      #3
      Hallo,

      wir möchten gerne das Modul für die deutsche Version optimieren.
      Was passt denn noch nicht?
      Liegt es an der deutschen Übersetzung oder gibt es noch andere Punkte die geändert werden müssen?


      Vielen Dank im Voraus für Euer Feedback!

      Viele Grüße,
      Katharina vom Novalnet Team

      Kommentar


        #4
        Ich hab jetzt nicht alles durchgetestet, aber einige Dinge solltet Ihr überarbeiten

        1)
        Generell:
        Sprachdateien für die deutsche Zen-Cart Version immer utf-8 ohne BOM
        Eure sind alle iso kodiert, daher sind die Umlaute bei allen Zahlungsmodulen falsch.

        2)
        Generell:
        Alle Adminsettings der diversen Zahlungsmodule sind komplett auf englisch.
        Die deutsche Zen-Cart Version unterstützt im Gegensatz zur englischen multilanguage Konfiguration. Da Eure Kunden wohl zu 99% deutsch sprechen sollten sie im Admin auch deutsche Infos angeboten bekommen.
        Entweder auch diese Konfig Werte übersetzen oder noch besser, zusätzliche Werte für die Tabelle configuration_language angeben.
        Hier ein Beispiel aus dem Modul eustandardtransfer, so geht das für alle Module und das sollte in der deutschen Version Standard sein:
        Code:
        function install() {
            global $db;
            
              $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Allow Bank Transfer Payment', 'MODULE_PAYMENT_EUTRANSFER_STATUS', 'True', 'Do you want to accept bank transfer order payments?', '6', '1', 'zen_cfg_select_option(array(\'True\', \'False\'), ', now());");
              $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Bank Name', 'MODULE_PAYMENT_EUTRANSFER_BANKNAM', '---', 'Your full bank name', '6', '2', now());");
              $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Bank Account Name', 'MODULE_PAYMENT_EUTRANSFER_ACCNAM', '---', 'The name associated with the account.', '6', '3', now());");
              $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Bank Account No.', 'MODULE_PAYMENT_EUTRANSFER_ACCNUM', '---', 'Your account number.', '6', '4', now());");
              $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Bank Code', 'MODULE_PAYMENT_EUTRANSFER_BLZ', '---', 'Your Bank Code', '6', '5', now());");
              $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Bank Account IBAN', 'MODULE_PAYMENT_EUTRANSFER_ACCIBAN', '---', 'International account id.<br>(ask your bank if you don\'t know it)', '6', '6', now());");
              $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Bank BIC/SWIFT', 'MODULE_PAYMENT_EUTRANSFER_BANKBIC', '---', 'International bank id.<br>(ask your bank if you don\'t know it)', '6', '7', now());");
              $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Module Sort order of display.', 'MODULE_PAYMENT_EUTRANSFER_SORT_ORDER', '0', 'Sort order of display. Lowest is displayed first.', '6', '8', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_EUTRANSFER_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '9', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, use_function, date_added) values ('Set Order Status', 'MODULE_PAYMENT_EUTRANSFER_ORDER_STATUS_ID', '0', 'Set the status of orders made with this payment module to this value', '6', '10', 'zen_cfg_pull_down_order_statuses(', 'zen_get_order_status_name', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Countries', 'MODULE_PAYMENT_EUTRANSFER_COUNTRIES', 'BE,DE,EE,FI,FR,GR,IE,IT,LU,NL,AT,PT,SK,SI,ES', 'Enter the countries for which you want to offer moneyorder. Two digit ISO codes, comma separated.', '6', '11', now());");
                    // www.zen-cart-pro.at german admin languages_id==43 START
              $db->Execute("insert into " . TABLE_CONFIGURATION_LANGUAGE   . " (configuration_title, configuration_key, configuration_language_id, configuration_description, date_added) values ('Vorauskasse per Banküberweisung anbieten?', 'MODULE_PAYMENT_EUTRANSFER_STATUS', '43', 'Wollen Sie Vorauskasse per Banküberweisung aktivieren?', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION_LANGUAGE   . " (configuration_title, configuration_key, configuration_language_id, configuration_description, date_added) values ('Bank Name', 'MODULE_PAYMENT_EUTRANSFER_BANKNAM', '43', 'Tragen Sie hier den Namen Ihrer Bank ein', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION_LANGUAGE   . " (configuration_title, configuration_key, configuration_language_id, configuration_description, date_added) values ('Kontoinhaber', 'MODULE_PAYMENT_EUTRANSFER_ACCNAM', '43', 'Tragen Sie hier den Namen des Kontoinhabers ein.', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION_LANGUAGE   . " (configuration_title, configuration_key, configuration_language_id, configuration_description, date_added) values ('Kontonummer', 'MODULE_PAYMENT_EUTRANSFER_ACCNUM', '43', 'Tragen Sie hier Ihre Kontonummer ein.', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION_LANGUAGE   . " (configuration_title, configuration_key, configuration_language_id, configuration_description, date_added) values ('Bankleitzahl', 'MODULE_PAYMENT_EUTRANSFER_BLZ', '43', 'Tragen Sie hier die Bankleitzahl ein.', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION_LANGUAGE   . " (configuration_title, configuration_key, configuration_language_id, configuration_description, date_added) values ('IBAN', 'MODULE_PAYMENT_EUTRANSFER_ACCIBAN', '43', 'Tragen Sie hier Ihre IBAN ein.', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION_LANGUAGE   . " (configuration_title, configuration_key, configuration_language_id, configuration_description, date_added) values ('BIC/SWIFT', 'MODULE_PAYMENT_EUTRANSFER_BANKBIC', '43', 'Tragen Sie hier Ihren BIC/SWIFT Code ein.', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION_LANGUAGE   . " (configuration_title, configuration_key, configuration_language_id, configuration_description, date_added) values ('Sortierreihenfolge', 'MODULE_PAYMENT_EUTRANSFER_SORT_ORDER', '43', 'Anzeigereigenfolge für dieses Modul. Der niedrigste Wert wird zuerst angezeigt.', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION_LANGUAGE   . " (configuration_title, configuration_key, configuration_language_id, configuration_description, date_added) values ('Bestellstatus', 'MODULE_PAYMENT_EUTRANSFER_ORDER_STATUS_ID', '43', 'Welchen Bestellstatus sollen Bestellungen bekommen, die mit Banküberweisung bezahlt werden?', now())");
              $db->Execute("insert into " . TABLE_CONFIGURATION_LANGUAGE   . " (configuration_title, configuration_key, configuration_language_id, configuration_description, date_added) values ('Zone', 'MODULE_PAYMENT_EUTRANSFER_ZONE', '43', 'Wenn Sie hier eine Zone angeben, ist Banküberweisung nur für Kunden mit Rechnungsadresse in dieser Zone möglich.', now())"); 
              $db->Execute("insert into " . TABLE_CONFIGURATION_LANGUAGE   . " (configuration_title, configuration_key, configuration_language_id, configuration_description, date_added) values ('Länder', 'MODULE_PAYMENT_EUTRANSFER_COUNTRIES', '43', 'Geben Sie hier die Länder an, für die Banküberweisung möglich sein soll. Es empfiehlt sich hier nur Länder einzutragen, die den EURO haben, so dass eine EU-Standardüberweisung möglich ist.<br/>Zweistellige ISO-Codes durch Komma getrennt!', now())");   
                    // www.zen-cart-pro.at german admin languages_id==43  END
           }
          function remove() {
              global $db;
              $db->Execute("delete from " . TABLE_CONFIGURATION . " where configuration_key in ('" . implode("', '", $this->keys()) . "')");
              // www.zen-cart-pro.at german admin languages_id == delete all
              $db->Execute("delete from " . TABLE_CONFIGURATION_LANGUAGE . " where configuration_key in ('" . implode("', '", $this->keys()) . "')");
            }
        3)
        Sowas hier macht nicht glücklich, wenn SSL verwendet wird:
        Code:
        <IMG SRC="http://www.novalnet.de/img/Sofort_Logo_t.jpg" ALT="Payment - Novalnet AG" BORDER="0">
        4)
        Fehlende Sprachdefinitionen, unter anderem MODULE_PAYMENT_NOVALNET_CC_TEXT_BOOKING_INFO

        5)
        Ich hab ein paar Zahlungsarten mit den mitgelieferten Testdaten probiert, bei Abbruch kamen immer wieder mal weiße Seiten, z.B. mit solchen Links hier:
        index.php?main_page=checkout_payment&payment_error =novalnet_instantbanktransfer&error=interner Parameter falsch übergeben (0300055)

        6)
        Die Installationsanleitung ist english only

        7)
        Das hier ist vielleicht am wichtigsten:
        Code:
        Sehr geehrte(r) Frau/Herr Tüstöß,
        vielen Dank für das von Ihnen erbrachte Vertrauen in die Zahlungsabwicklung der Novalnet AG.
        Die Umlaute in den Mails stimmen nicht, vermutlich stimmen Sie dann auch in Euren Systemen nicht.
        Die deutsche Zen-Cart Version ist komplett utf-8 auch datenbankseitig, darauf muss das Modul Rücksicht nehmen.
        Zuletzt geändert von webchills; 18.07.2012, 19:06.

        Kommentar


          #5
          Hallo,

          die Firma bietet es jetzt in der Version 1.0.2 an bis ZenCart Version 1.5.1.

          Ist das mittlerweile auf Deutsch?

          Hat das Modul jemand schon eingebaut?

          Grüße
          Manfred

          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