Ankündigung

Einklappen
Keine Ankündigung bisher.

Zencart und Amazon

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

    Zencart und Amazon

    Weiß jemand ob es eine Schnittstelle zu Amazon gibt für Zen-Cart?

    Bin für jeden Tip dankbar

    lg Peter

    #2
    Ich habe auf Zencart.com einen Amazon Exporter gefunden, das ist zwar nicht das was ich im Endstadium haben will, aber immerhin ein Anfang. Leider ist es aber für 1.3.9. und für die Version 1.5 weiß ich ja von webchills dass Admin Zusatzmenüs datenbankseitig hinterlegt werden müssen. Gibts irgend wo eine kleine "Anleitung" oder ein Beispiel wie das generell für alte Plugins bewerkstelligt werden kann?

    lg Peter

    Kommentar


      #3
      Eine Anleitung dazu ist nun im FAQ Bereich zu finden:

      Kommentar


        #4
        Zitat von webchills Beitrag anzeigen
        Eine Anleitung dazu ist nun im FAQ Bereich zu finden:
        https://forenarchiv.zen-cart-pro.at/...ead.php?t=9781
        Vielen Dank

        Kommentar


          #5
          Amazon Export 0.97

          Ich hab das amerikanische Modul auf 1.5 installiert und lt. Anleitung von Webchill auch manuell die Adminseite registriert. Jetzt hab ich zwar unter Tool den Amazon exporter jedoch fehlt mir der Aufruf für die Konfiguration

          Bin für jede Hilfe dankbar.

          lg Peter

          Kommentar


            #6
            Amazon Exporter 097 Configuration

            Brauch wieder Mal eure Hilfe

            folgenden sql-patch habe ich in die Datenbank eingespielt, in der Datenbank sind alle Einträge vohanden jedoch es erscheint im Admin leider nicht die Konfigurationsmöglichkeit. Ich habe die Language id auch schon manuell in der Datenbank auf 43 geändert, jedoch auch dann erscheint im Konfigurationsmenü keine Amazon Konfiguration.
            Code:
            # Amazon Exporter
            SET @configuration_group_id=0;
            SELECT @configuration_group_id:=configuration_group_id
            FROM configuration_group
            WHERE configuration_group_title= 'Amazon Exporter Configuration'
            LIMIT 1;
            DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
            DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;
            INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, 'Amazon Exporter Configuration', 'Set Amazon Options', '1', '1');
            SET @configuration_group_id=last_insert_id();
            UPDATE configuration_group SET sort_order = @configuration_group_id WHERE configuration_group_id = @configuration_group_id;
            INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES 
            (NULL, 'Auction Site Attributes', 'AMAZON_ATTRIBUTES', 'false', 'Is Auction Site Attributes Installed?', @configuration_group_id, 0, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
            (NULL, 'Output File Name', 'AMAZON_OUTPUT_FILENAME', 'amazon.csv', 'Set the name of your Amazon output file', @configuration_group_id, 0, NOW(), NULL, NULL),
            (NULL, 'Output Directory', 'AMAZON_DIRECTORY', 'feed/', 'Set the name of your Amazon output directory', @configuration_group_id, 1, NOW(), NULL, NULL),
            (NULL, 'Use cPath in url', 'AMAZON_USE_CPATH', 'false', 'Use cPath in product info url', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
            (NULL, 'Compress Feed File', 'AMAZON_COMPRESS', 'false', 'Compress Amazon file?', @configuration_group_id, 3, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
            (NULL, 'Strip Tags', 'AMAZON_STRIP_TAGS', 'true', 'Remove non-basic HTML from description?', @configuration_group_id, 3, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
            (NULL, 'Included Categories', 'AMAZON_POS_CATEGORIES', '', 'Enter category names separated by commas <br>(i.e. computers,software,televisions)<br />Leave blank to allow all categories', @configuration_group_id, 4, NOW(), NULL, NULL),
            (NULL, 'Excluded Categories', 'AMAZON_NEG_CATEGORIES', '', 'Enter category names separated by commas <br>(i.e. computers,software,televisions)<br />Leave blank to deactivate', @configuration_group_id, 4, NOW(), NULL, NULL),
            (NULL, 'Excluded Keywords', 'AMAZON_NEG_KEYWORDS', 'oem', 'Enter title keywords separated by commas <br> (i.e. oem,gift,free,)<br />Leave blank to deactivate', @configuration_group_id, 4, NOW(), NULL, NULL),
            (NULL, 'Max products', 'AMAZON_MAX_PRODUCTS', '0', 'Default = 0 for infinite # of products', @configuration_group_id, 5, NOW(), NULL, NULL),
            (NULL, 'Min Price', 'AMAZON_MIN_PRICE', '0', 'Default = 0 for no minimum', @configuration_group_id, 6, NOW(), NULL, NULL),
            (NULL, 'Max Price', 'AMAZON_MAX_PRICE', '0', 'Default = 0 for no maximum', @configuration_group_id, 6, NOW(), NULL, NULL),
            (NULL, 'Product Type', 'AMAZON_PRODUCT_TYPE', '', 'Enter Amazon product type<br />Note: This will override the Auction Site Attributes product type', @configuration_group_id, 9, NOW(), NULL, NULL),
            (NULL, 'Condition', 'AMAZON_CONDITION', 'NEW', 'Enter condition', @configuration_group_id, 9, NOW(), NULL, NULL),
            (NULL, 'Currency', 'AMAZON_CURRENCY', '1', 'Select currency:<br />USD = 1<br />CAD = 2<br />GBP = 3<br />AUD = 5<br />EUR = 7<br />CHF = 13<br />TWD = 41', @configuration_group_id, 9, NOW(), NULL, 'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'5\', \'7\', \'13\', \'41\'),'),
            (NULL, 'UPC', 'AMAZON_UPC', 'false', 'Use UPC as StandardProductID?', @configuration_group_id, 10, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
            (NULL, 'ISBN', 'AMAZON_ISBN', 'false', 'Use ISBN as StandardProductID?', @configuration_group_id, 10, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
            (NULL, 'Bullets', 'AMAZON_BULLETS', 'false', 'Include Bullet Points?', @configuration_group_id, 11, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
            (NULL, 'Search Terms', 'AMAZON_SEARCH', 'false', 'Include Search Terms?', @configuration_group_id, 11, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
            (NULL, 'Dimensions', 'AMAZON_DIMENSIONS', 'false', 'Include Product Dimensions?', @configuration_group_id, 12, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
            (NULL, 'Weight', 'AMAZON_WEIGHT', 'false', 'Include Product Weight?', @configuration_group_id, 12, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');
            lg Peter

            Kommentar


              #7
              Gelöst: Konfigurationsmenue

              War mein Fehler, das Konfigurationsmenue muss ebenfalls manuell im Admin Seitenregistrierung eingetragen werden.

              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