Es werden ausschließlich für die Funktion des Forums notwendige Cookies verwendet!

Unsere Datenschutzerklärung


[Suche] GX2 DHL Intraship Schnittstelle - Seite 3
Seite 3 von 3 ErsteErste 123
Ergebnis 21 bis 24 von 24

Thema: [Suche] GX2 DHL Intraship Schnittstelle

  1. #21
    Neuer Benutzer
    Registriert seit
    24.02.2011
    Beiträge
    9
    Downloads
    35
    Uploads
    1

    AW: [Suche] GX2 DHL Intraship Schnittstelle

    Hallo Klaus,

    nach dem intensiven kontrollieren der Anpassungen habe ich keinen Fehler gefunden, dennoch habe ich festgestellt das sich die Installationsanleitung auf die Version 847 bezieht - bzw. die Gleiche ist
    Eventuell liegt darin der Fehler.

  2. #22
    Administrator Avatar von KlausK
    Registriert seit
    29.09.2010
    Beiträge
    3.325
    Blog-Einträge
    1
    Downloads
    360
    Uploads
    536

    AW: [Suche] GX2 DHL Intraship Schnittstelle

    Ich kenne micht mit dieser Schnittstelle leider nicht aus.
    Hast du schon den Fehler finden können?

  3. #23
    Neuer Benutzer
    Registriert seit
    12.11.2014
    Beiträge
    2
    Downloads
    10
    Uploads
    0

    AW: [Suche] GX2 DHL Intraship Schnittstelle

    Hallo Leute

    habe das intraship modul installiert

    leider ist mir ausgefallen das bei editieren der orders.php datei folgende zeilen texte nicht gibt

    Fügen Sie nach

    $smarty->assign('FORM_END', '</form>');

    folgendes ein:

    // BEGIN Postfinder
    $intraship = new GMIntraship();
    if($intraship->isPostfinderActive() && !$intraship->isPackstationAddress($_SESSION['sendto'])) {
    $smarty->assign('url_pfinder', xtc_href_link('postfinder.php', 'ab='.$_SESSION['sendto'], 'SSL').'&checkout_started=1');
    }
    // END Postfinder


    ## Datei checkout_payment_address.php
    ca. Zeile 102

    Fügen Sie nach

    if (strlen($street_address) < ENTRY_STREET_ADDRESS_MIN_LENGTH) {
    $error = true;
    $process = false;

    $messageStack->add('checkout_address', ENTRY_STREET_ADDRESS_ERROR);
    }

    folgendes ein:

    if(preg_match('/.*(packstation|postfiliale|filiale).*/i', $street_address) == 1) {
    $error = true;
    $process = false;
    $messageStack->add('checkout_address', ENTRY_STREET_ADDRESS_NOT_STREET);
    }


    ca. Zeile 260

    Ersetzen Sie

    $addresses_query = xtc_db_query("select address_book_id, entry_firstname as firstname, entry_lastname as lastname, entry_company as company, entry_street_address as street_address, entry_suburb as suburb, entry_city as city, entry_postcode as postcode, entry_state as state, entry_zone_id as zone_id, entry_country_id as country_id from ".TABLE_ADDRESS_BOOK." where customers_id = '".$_SESSION['customer_id']."'");

    durch

    $addresses_query = xtc_db_query("select address_class, address_book_id, entry_firstname as firstname, entry_lastname as lastname, entry_company as company, entry_street_address as street_address, entry_suburb as suburb, entry_city as city, entry_postcode as postcode, entry_state as state, entry_zone_id as zone_id, entry_country_id as country_id from ".TABLE_ADDRESS_BOOK." where customers_id = '".$_SESSION['customer_id']."'");
    $unallowed_classes = array('packstation', 'postfiliale');


    Fügen Sie nach

    while ($addresses = xtc_db_fetch_array($addresses_query)) {

    das folgende ein:

    if(in_array($addresses['address_class'], $unallowed_classes)) {
    continue;
    }
    if(preg_match('/.*(packstation|postfiliale).*/i', $addresses['street_address']) == 1) {
    continue;
    }
    ich bekomme bei label erstelle folgenden den hinweis
    Fatal error: Class 'SoapClient' not found in /home/deluxesh/public_html/admin/print_intraship_label.php on line 459

    ich hoffe Ihr könnt mir helfen

    danke

  4. #24
    Administrator Avatar von KlausK
    Registriert seit
    29.09.2010
    Beiträge
    3.325
    Blog-Einträge
    1
    Downloads
    360
    Uploads
    536

    AW: [Suche] GX2 DHL Intraship Schnittstelle

    Welche Shopversion hast du denn?
    Ab v2.1 ist die DHL Intraship Schnittstelle bereits enthalten!

Ähnliche Themen

  1. PayPal-Schnittstelle bei lokaler Installation geht nicht
    Von yellotux im Forum Gambio GX Off Topic
    Antworten: 5
    Letzter Beitrag: 25.02.2011, 13:27
  2. Suche Gambio GX Import Assistent
    Von aqua im Forum Gambio GX Off Topic
    Antworten: 4
    Letzter Beitrag: 23.01.2011, 14:25
  3. Suche
    Von Freelancer im Forum XT-Commerce Frontend Bereich
    Antworten: 2
    Letzter Beitrag: 13.10.2010, 00:30
  4. Suche: Erweiterung für Versandkosten aufschläge...
    Von Guterjunge im Forum XT-Commerce Module
    Antworten: 9
    Letzter Beitrag: 09.10.2010, 13:49

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •