Ankündigung

Einklappen
Keine Ankündigung bisher.

Google Base Feeder 1.8.2

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

    Google Base Feeder 1.8.2

    Gibt es für Zen Cart 1.3.7 ein Modul mit dem ich Feeds für Google Merchant Center etc. erstellen kann? Im Downloadbereich hab ich nur dieses gefunden:

    RSS Feed 2.1.4 für Zen-Cart 1.3.9 und 1.3.8 deutsch

    Funktioniert das auch mit 1.3.7?

    Schönen Abend!

    #2
    Ein RSS Feed hat nichts mit einer XML Datei fuer Google zu tun, daher passt das RSS Modul nicht. Das beste Tool fuer das Google Merchant Center ist Google Base Feeder von Numinix:
    This is the support site for the popular Zen Cart e-commerce shopping cart software.

    Fuer 1.3.7 testet niemand mehr Module, das sollte in einem Liveshop gar nicht mehr eingesetzt werden.
    Mozilla/5.0 (BlackBerry; U; BlackBerry 9700; de) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.418 Mobile Safari/534.8+

    Kommentar


      #3
      Vielen Dank für den Tipp!

      Ich hab das Modul installiert, scheint soweit auch zu laufen, nur leider erstellt es mir einen Feed mit den englischen Artikelbezeichnungen. Wie bekomme ich es hin, dass die deutschen Artikelbezeichnungen und -beschreibungen verwendet werden?

      Unter Admin-Konfiguration habe ich ebenfalls keinen Eintrag..muss ich irgendwelche Dateien in ein anderes Verzeichnis laden?

      Und unter Admin-Tools steht als Eintrag bei mir BOX_GOOGLEFROOGLE . Hab alles nochmal neu hochgeladen, trotzdem?

      Ich möchte ungern auf 1.3.9 updaten, weil ich heilfroh bin, dass mit 1.3.7 alles läuft..
      Zuletzt geändert von fjeldmann; 19.12.2010, 18:59.

      Kommentar


        #4
        Eine Anleitung zu diesem Modul ist in der documentation.html

        Zitat von fjeldmann Beitrag anzeigen
        Unter Admin-Konfiguration habe ich ebenfalls keinen Eintrag..muss ich irgendwelche Dateien in ein anderes Verzeichnis laden?
        Bei diesem Modul ist eine install.sql dabei, die mit Admin > Tools > SQL Patches installiert werden muss.
        Da das für die englische Zen-Cart Version gedacht ist, muss der Befehl angepasst werden, hier eine Fassung, die für die deutsche Zen-Cart Version geeignet ist:
        Code:
        #GOOGLE BASE FEEDER
        #
        
        SET @configuration_group_id=0;
        SELECT (@configuration_group_id:=configuration_group_id) 
        FROM configuration_group 
        WHERE configuration_group_title= 'Google Base Feeder Configuration' 
        LIMIT 1;
        DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id AND @configuration_group_id != 0;
        DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id AND @configuration_group_id != 0;
        
        INSERT INTO configuration_group (configuration_group_id, language_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, '43', 'Google Base Feeder Configuration', 'Set Google Base 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, 'Google Base FTP Username', 'GOOGLE_FROOGLE_USERNAME', 'ftp_username', 'Enter your Google Base FTP username', @configuration_group_id, 0, NOW(), NULL, NULL),
        (NULL, 'Google Base FTP Password', 'GOOGLE_FROOGLE_PASSWORD', 'ftp_password', 'Enter your Google Base FTP password', @configuration_group_id, 0, NOW(), NULL, NULL),
        (NULL, 'Google Base Server', 'GOOGLE_FROOGLE_SERVER', 'uploads.google.com', 'Enter froogle server<br />default: hedwig.google.com', @configuration_group_id, 0, NOW(), NULL, NULL),
        (NULL, 'Google Base PASV', 'GOOGLE_BASE_PASV', 'true', 'Turn PASV mode on or off for FTP upload?', @configuration_group_id, 0, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        (NULL, 'Store Address', 'GOOGLE_BASE_ADDRESS', 'http://www.domain.com', 'Enter your website address', @configuration_group_id, 1, NOW(), NULL, NULL),
        (NULL, 'Store Description', 'GOOGLE_BASE_DESCRIPTION', '', 'Enter a short description of your store', @configuration_group_id, 1, NOW(), NULL, NULL),
        (NULL, 'Numinix Product Fields', 'GOOGLE_BASE_ASA', 'false', 'Activate Numinix Product Fields (requires separate add-on)?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        (NULL, 'UPC/ISBN', 'GOOGLE_BASE_ASA_UPC', 'false', 'If using Numinix Product Fields, include UPC/ISBN?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        (NULL, 'Description 2', 'GOOGLE_BASE_ASA_DESCRIPTION_2', 'false', 'If using Numinix Product Fields, append description 2 to description?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        
        (NULL, 'Enable Map Pricing', 'GOOGLE_BASE_MAP_PRICING', 'false', 'Enable MAP Pricing (requires separate add-on)?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), 
        
        (NULL, 'Expiration Date Base', 'GOOGLE_FROOGLE_EXPIRATION_BASE', 'now', 'Expiration Date Base:<ul><li>now - add Adjust to current date;</li><li>product - add Adjust to product date (max(date_added, last_modified, date_available))</li></ul>', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'now\', \'product\'),'),
        (NULL, 'Expiration Date Adjust', 'GOOGLE_FROOGLE_EXPIRATION_DAYS', '30', 'Expiration Date Adjust in Days', @configuration_group_id, 2, NOW(), NULL, NULL),
        
        (NULL, 'Show Default Currency', 'GOOGLE_FROOGLE_CURRENCY_DISPLAY', 'true', 'Display Currency', @configuration_group_id, 3, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        (NULL, 'Default Currency', 'GOOGLE_FROOGLE_CURRENCY', 'USD', 'Select currency', @configuration_group_id, 5, NOW(), NULL, 'zen_cfg_pull_down_currencies('),
        (NULL, 'Show Offer ID', 'GOOGLE_FROOGLE_OFFER_ID', 'id', 'A unique alphanumeric identifier for the item - products_id code. ', @configuration_group_id, 6, NOW(), NULL, 'zen_cfg_select_option(array(\'id\', \'model\', \'UPC\', \'ISBN\', \'false\'),'),
        (NULL, 'Show Quantity', 'GOOGLE_FROOGLE_IN_STOCK', 'false', 'Display products quantity?', @configuration_group_id, 7, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        (NULL, 'Include Zero Quantity', 'GOOGLE_BASE_ZERO_QUANTITY', 'false', 'Include products with zero quantity?', @configuration_group_id, 7, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        (NULL, 'Default Quantity', 'GOOGLE_BASE_DEFAULT_QUANTITY', '0', 'What is the default quantity for products with zero quantity?', @configuration_group_id, 7, NOW(), NULL, NULL), 
        (NULL, 'Shipping Options', 'GOOGLE_FROOGLE_SHIPPING', '', 'The shipping options available for an item', @configuration_group_id, 8, NOW(), NULL, NULL),
        (NULL, 'Condition', 'GOOGLE_FROOGLE_CONDITION', 'new', 'Choose your default condition', @configuration_group_id, 12, NOW(), NULL, 'zen_cfg_select_option(array(\'new\', \'used\', \'refurbished\'),'),
        
        (NULL, 'Show Feed Lanugage', 'GOOGLE_FROOGLE_LANGUAGE_DISPLAY', 'false', 'Display Feed Language', @configuration_group_id, 13, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        (NULL, 'Feed Language', 'GOOGLE_FROOGLE_LANGUAGE', 'English', 'If Show Feed Language is True, what is your feed language?<br />default = en', @configuration_group_id, 14, NOW(), NULL, 'zen_cfg_pull_down_languages_list('),
        
        (NULL, 'Magic SEO URLs', 'GOOGLE_BASE_MAGIC_SEO_URLS', 'false', 'Output Magic SEO URLs (separate module required)?', @configuration_group_id, 14, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        
        (NULL, 'Output File Name', 'GOOGLE_FROOGLE_OUTPUT_FILENAME', 'domain', 'Set the name of your froogle output file', @configuration_group_id, 19, NOW(), NULL, NULL),
        (NULL, 'Compress Feed File', 'GOOGLE_FROOGLE_COMPRESS', 'false', 'Compress Google froogle file', @configuration_group_id, 20, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        (NULL, 'Uploaded date', 'GOOGLE_FROOGLE_UPLOADED_DATE', '', 'Date and time of the last upload', @configuration_group_id, 21, NOW(), NULL, NULL),
        (NULL, 'Output Directory', 'GOOGLE_FROOGLE_DIRECTORY', 'feed/google/', 'Set the name of your froogle output directory', @configuration_group_id, 20, NOW(), NULL, NULL),
        
        (NULL, 'Use cPath in url', 'GOOGLE_FROOGLE_USE_CPATH', 'false', 'Use cPath in product info url', @configuration_group_id, 20, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        
        (NULL, 'Tax Region', 'GOOGLE_FROOGLE_TAX_REGION', 'Tax applicable regions', 'Enter the tax region', @configuration_group_id, 22, NOW(), NULL, NULL),
        (NULL, 'Display Tax', 'GOOGLE_FROOGLE_TAX_DISPLAY', 'false', 'Display tax per product?', @configuration_group_id, 23, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        
        (NULL, 'Max products', 'GOOGLE_FROOGLE_MAX_PRODUCTS', '0', 'Default = 0 for infinite # of products', @configuration_group_id, 24, NOW(), NULL, NULL),
        (NULL, 'Starting Point', 'GOOGLE_BASE_START_PRODUCTS', '0', 'Start at which entry (not product_id)?<br />Default=0', @configuration_group_id, 24, NOW(), NULL, NULL),
        
        (NULL, 'Pickup', 'GOOGLE_FROOGLE_PICKUP', 'do not display', 'Local pickup available?', @configuration_group_id, 25, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\', \'do not display\'),'),
        
        (NULL, 'Included Categories', 'GOOGLE_BASE_POS_CATEGORIES', '', 'Enter category names separated by commas <br>(i.e. 1,2,3)<br>Leave blank to allow all categories', @configuration_group_id, 30, NOW(), NULL, NULL),
        (NULL, 'Excluded Categories', 'GOOGLE_BASE_NEG_CATEGORIES', '', 'Enter category names separated by commas <br>(i.e. 1,2,3)<br>Leave blank to deactivate', @configuration_group_id, 30, NOW(), NULL, NULL),
        
        (NULL, 'Show Weight', 'GOOGLE_BASE_WEIGHT', 'false', 'Include products weight?', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        (NULL, 'Weight Units', 'GOOGLE_BASE_UNITS', 'pounds', 'What unit of weight measure?<br />pounds OR kilograms', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array(\'pounds\', \'kilograms\'),'),
        
        (NULL, 'Product Type', 'GOOGLE_BASE_PRODUCT_TYPE', 'top', 'Use top-level, bottom-level, or full-path as product_type?', @configuration_group_id, 34, NOW(), NULL, 'zen_cfg_select_option(array(\'top\', \'bottom\', \'full\'),'),
        
        (NULL, 'Payments Accepted', 'GOOGLE_BASE_PAYMENT_METHODS', 'Cash,Check,Visa,MasterCard,AmericanExpress,Discover,WireTransfer', 'What payment methods do you accept?', @configuration_group_id, 35, NOW(), NULL, NULL),
        (NULL, 'Payment Notes', 'GOOGLE_BASE_PAYMENT_NOTES', 'GoogleCheckout', 'Add payment notes (use this for showing you accept Google Checkout)', @configuration_group_id, 35, NOW(), NULL, NULL),
        
        (NULL, 'Alternate Image URL', 'GOOGLE_BASE_ALTERNATE_IMAGE_URL', '', 'Add an alternate URL if your images are hosted offsite (i.e. http://www.domain.com/images/).  Your defined image will be appended to the end of this URL.', @configuration_group_id, 36, NOW(), NULL, NULL),
        (NULL, 'Image Handler', 'GOOGLE_FROOGLE_IMAGE_HANDLER', 'false', 'Resize images using image handler (separate module required)?', @configuration_group_id, 36, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        
        (NULL, 'Use Meta Title', 'GOOGLE_BASE_META_TITLE', 'false', 'Use meta title as the title if it exists (for products only)?', @configuration_group_id, 40, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
        
        (NULL, 'Select Shipping Method', 'GOOGLE_BASE_SHIPPING_METHOD', 'none', 'Select a shipping method from the drop-down list that is used in your store, or leave as none', @configuration_group_id, 50, NOW(), NULL, 'zen_cfg_select_option(array(\'zones table rate\', \'flat rate\', \'per item\', \'per weight unit\', \'table rate\', \'zones\', \'percategory\', \'free shipping\', \'free rules shipping\', \'none\'),'),
        (NULL, 'Table Zone ID', 'GOOGLE_BASE_RATE_ZONE', '', 'Enter the table rate ID if using a shipping method that uses table rates:', @configuration_group_id, 51, NOW(), NULL, NULL),  
        (NULL, 'Shipping Country', 'GOOGLE_BASE_SHIPPING_COUNTRY', '', 'Select the destination country for the shipping rates:', @configuration_group_id, 52, NOW(), NULL, 'zen_cfg_pull_down_country_list('),
        (NULL, 'Shipping Region', 'GOOGLE_BASE_SHIPPING_REGION', '', 'Enter the destination region within the selected country (state code, or zip with wildcard *):', @configuration_group_id, 53, NOW(), NULL, NULL),
        (NULL, 'Shipping Service', 'GOOGLE_BASE_SHIPPING_SERVICE', '', 'Enter the shipping service type (i.e. Ground):', @configuration_group_id, 54, NOW(), NULL, NULL),
        
        (NULL, 'Debug', 'GOOGLE_BASE_DEBUG', 'false', 'Turn on simple debug?', @configuration_group_id, 0, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');
        Zitat von fjeldmann Beitrag anzeigen
        Und unter Admin-Tools steht als Eintrag bei mir BOX_GOOGLEFROOGLE . Hab alles nochmal neu hochgeladen, trotzdem?
        Dies ist ein englisches Modul. Es enthält daher nur DEINADMINVERZEICHNIS/includes/languages/english/... und includes/languages/english/...
        Die entsprechenden Dateien müssen übersetzt werden und gehören dann in DEINADMINVERZEICHNIS/includes/languages/german/... und includes/languages/german...

        Zitat von fjeldmann Beitrag anzeigen
        Ich möchte ungern auf 1.3.9 updaten, weil ich heilfroh bin, dass mit 1.3.7 alles läuft..
        1.3.7 enthält etliche Fehler und ist vor allem sicherheitstechnisch wirklich nicht mehr up to date. Neuere Zen-Cart Version beheben diese Fehler und sorgen für einen sicheren Shop. Das Risiko mit einem 1.3.7 Shop gehackt zu werden ist außerordentlich hoch. Ob das Google Base Feeder Modul mit 1.3.7 wirklich fehlerfrei funktionieren wird, kann ich nicht beurteilen.
        Zuletzt geändert von webchills; 20.01.2011, 16:29.

        Kommentar


          #5
          Ach herrje, jetzt hab ich die install.sql schon in englisch eingespielt...bekomm ich das wieder raus?

          DANKE für die deutsche Version! Kann ich die jetzt einfach "drüberspielen"?

          Ich hab wegen BOX_GOOGLE... die englischen Dateien ins Verzeichnis German geladen und dachte, dann steht es halt in englisch da, aber es hat sich nichts geändert? Komisch, oder?

          WIe sind denn die Erfahrungen beim Update auf 1.3.9? Hab einige Module etc. installiert und möchte ungern Wochen damit verbringen, alles wieder auf den Stand den ich in mühevoller Kleinarbeit erreicht habe, weil ich mich überall erst mal stundenlang einlesen und ausprobieren muss...

          Kommentar


            #6
            Zitat von fjeldmann Beitrag anzeigen
            Ach herrje, jetzt hab ich die install.sql schon in englisch eingespielt...bekomm ich das wieder raus?
            Wenn Du eine deutsche Zen-Cart Version verwendest und die Original install.sql dieses Moduls eingespielt hast, dann müsstest Du eine Fehlermeldung bekommen haben: 1136 Column count doesn't match value...
            Zitat von fjeldmann Beitrag anzeigen
            DANKE für die deutsche Version!
            Ist keine deutsche Version, alle Admineinträge in der Konfiguration werden auf englisch sein
            Zitat von fjeldmann Beitrag anzeigen
            Ich hab wegen BOX_GOOGLE... die englischen Dateien ins Verzeichnis German geladen und dachte, dann steht es halt in englisch da, aber es hat sich nichts geändert? Komisch, oder?
            Die Dateien sind nicht am richtigen Platz, sonst würde dort nicht der Platzhalter stehen. Das Verzeichnis admin im Download gehört umbenannt auf den Namen Deines admin Verzeichnisses.
            Zitat von fjeldmann Beitrag anzeigen
            WIe sind denn die Erfahrungen beim Update auf 1.3.9? Hab einige Module etc. installiert und möchte ungern Wochen damit verbringen, alles wieder auf den Stand den ich in mühevoller Kleinarbeit erreicht habe, weil ich mich überall erst mal stundenlang einlesen und ausprobieren muss...
            Die Module müssen mit 1.3.9 kompatiblen Version ersetzt werden. Bei einem stark modifizierten Shop geht es nicht ohne Dateivergleichstools wie WinMerge oder Beyond Compare. Ist in der Updateanleitung ausführlich beschrieben.

            Kommentar


              #7
              Hab beim Einspielen der install.sql keine Fehlermeldung bekommen...komisch.

              Wenn Du eine deutsche Zen-Cart Version verwendest und die Original install.sql dieses Moduls eingespielt hast, dann müsstest Du eine Fehlermeldung bekommen haben: 1136 Column count doesn't match value...
              Jetzt hab ich die Datei von dir eingespielt und bekomme obige Fehlermeldung...?

              Die Dateien sind nicht am richtigen Platz, sonst würde dort nicht der Platzhalter stehen. Das Verzeichnis admin im Download gehört umbenannt auf den Namen Deines admin Verzeichnisses.
              Hab die Dateien alle so wie für Englisch angegeben auch in die German-Ordner eingespielt...klappt aber nicht. Muss ich die Dateien in einen anderen Ordner legen?
              Zuletzt geändert von fjeldmann; 20.12.2010, 11:11.

              Kommentar


                #8
                Du verwendest offensichtlich die englische Zen-Cart Version von zen-cart.com.
                Um sicher zu gehen:
                Im Admin unter Konfiguration: Sind da die diversen Einträge und Erklärungen bei Dir auf deutsch oder auf englisch?

                Kommentar


                  #9
                  Bei mir ist alles auf deutsch

                  Kommentar


                    #10
                    Klingt irgendwie seltsam.

                    Wenn die SQL Datei von Webchills einen Fehler erzeugt, dann kannst du eigentlich keine deutsche Zen-Cart Version haben.

                    Kann es sein, das du ein deutsches Sprachpaket für die englische Version nachträglich installiert hast?

                    Nichts desto trotz sollte das Modul funktionieren, egal ob deutsche oder englische Zen-Cart Version.

                    Gruß
                    MaleBorg

                    Kommentar


                      #11
                      Hallo!

                      Ich bekomme folgende Fehlermeldung im Admin zencart 1.3.9 bei sql patches

                      Code:
                      1136 Anzahl der Felder stimmt nicht mit der Anzahl der Werte in Zeile 1 �berein
                      in:
                      [INSERT INTO shop_zencart_configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, '43', 'Google Base Feeder Configuration', 'Set Google Base Options', '1', '1');]
                      If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

                      Kommentar


                        #12
                        OK

                        Habe jetzt einfach die Angabe NULL vor '43' raus genommen
                        alt
                        Code:
                        INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, '43', 'Google Base Feeder Configuration', 'Set Google Base Options', '1', '1');
                        neu
                        Code:
                        INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES ('43', 'Google Base Feeder Configuration', 'Set Google Base Options', '1', '1');
                        aber leider kommt bei "Google Base Feeder Configuration" gar nichts es ist einfach leer. Auch bei der Erstellung der xml sind keine Produkte drin.

                        Kommentar


                          #13
                          Hier der korrigierte Code, es fehlte das language_id:

                          Code:
                          #GOOGLE BASE FEEDER
                          #
                          
                          SET @configuration_group_id=0;
                          SELECT (@configuration_group_id:=configuration_group_id) 
                          FROM configuration_group 
                          WHERE configuration_group_title= 'Google Base Feeder Configuration' 
                          LIMIT 1;
                          DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id AND @configuration_group_id != 0;
                          DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id AND @configuration_group_id != 0;
                          
                          INSERT INTO configuration_group (configuration_group_id, [COLOR=Red]language_id[/COLOR], configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, '43', 'Google Base Feeder Configuration', 'Set Google Base 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, 'Google Base FTP Username', 'GOOGLE_FROOGLE_USERNAME', 'ftp_username', 'Enter your Google Base FTP username', @configuration_group_id, 0, NOW(), NULL, NULL),
                          (NULL, 'Google Base FTP Password', 'GOOGLE_FROOGLE_PASSWORD', 'ftp_password', 'Enter your Google Base FTP password', @configuration_group_id, 0, NOW(), NULL, NULL),
                          (NULL, 'Google Base Server', 'GOOGLE_FROOGLE_SERVER', 'uploads.google.com', 'Enter froogle server<br />default: hedwig.google.com', @configuration_group_id, 0, NOW(), NULL, NULL),
                          (NULL, 'Google Base PASV', 'GOOGLE_BASE_PASV', 'true', 'Turn PASV mode on or off for FTP upload?', @configuration_group_id, 0, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          (NULL, 'Store Address', 'GOOGLE_BASE_ADDRESS', 'http://www.domain.com', 'Enter your website address', @configuration_group_id, 1, NOW(), NULL, NULL),
                          (NULL, 'Store Description', 'GOOGLE_BASE_DESCRIPTION', '', 'Enter a short description of your store', @configuration_group_id, 1, NOW(), NULL, NULL),
                          (NULL, 'Numinix Product Fields', 'GOOGLE_BASE_ASA', 'false', 'Activate Numinix Product Fields (requires separate add-on)?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          (NULL, 'UPC/ISBN', 'GOOGLE_BASE_ASA_UPC', 'false', 'If using Numinix Product Fields, include UPC/ISBN?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          (NULL, 'Description 2', 'GOOGLE_BASE_ASA_DESCRIPTION_2', 'false', 'If using Numinix Product Fields, append description 2 to description?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          
                          (NULL, 'Enable Map Pricing', 'GOOGLE_BASE_MAP_PRICING', 'false', 'Enable MAP Pricing (requires separate add-on)?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), 
                          
                          (NULL, 'Expiration Date Base', 'GOOGLE_FROOGLE_EXPIRATION_BASE', 'now', 'Expiration Date Base:<ul><li>now - add Adjust to current date;</li><li>product - add Adjust to product date (max(date_added, last_modified, date_available))</li></ul>', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'now\', \'product\'),'),
                          (NULL, 'Expiration Date Adjust', 'GOOGLE_FROOGLE_EXPIRATION_DAYS', '30', 'Expiration Date Adjust in Days', @configuration_group_id, 2, NOW(), NULL, NULL),
                          
                          (NULL, 'Show Default Currency', 'GOOGLE_FROOGLE_CURRENCY_DISPLAY', 'true', 'Display Currency', @configuration_group_id, 3, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          (NULL, 'Default Currency', 'GOOGLE_FROOGLE_CURRENCY', 'USD', 'Select currency', @configuration_group_id, 5, NOW(), NULL, 'zen_cfg_pull_down_currencies('),
                          (NULL, 'Show Offer ID', 'GOOGLE_FROOGLE_OFFER_ID', 'id', 'A unique alphanumeric identifier for the item - products_id code. ', @configuration_group_id, 6, NOW(), NULL, 'zen_cfg_select_option(array(\'id\', \'model\', \'UPC\', \'ISBN\', \'false\'),'),
                          (NULL, 'Show Quantity', 'GOOGLE_FROOGLE_IN_STOCK', 'false', 'Display products quantity?', @configuration_group_id, 7, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          (NULL, 'Include Zero Quantity', 'GOOGLE_BASE_ZERO_QUANTITY', 'false', 'Include products with zero quantity?', @configuration_group_id, 7, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          (NULL, 'Default Quantity', 'GOOGLE_BASE_DEFAULT_QUANTITY', '0', 'What is the default quantity for products with zero quantity?', @configuration_group_id, 7, NOW(), NULL, NULL), 
                          (NULL, 'Shipping Options', 'GOOGLE_FROOGLE_SHIPPING', '', 'The shipping options available for an item', @configuration_group_id, 8, NOW(), NULL, NULL),
                          (NULL, 'Condition', 'GOOGLE_FROOGLE_CONDITION', 'new', 'Choose your default condition', @configuration_group_id, 12, NOW(), NULL, 'zen_cfg_select_option(array(\'new\', \'used\', \'refurbished\'),'),
                          
                          (NULL, 'Show Feed Lanugage', 'GOOGLE_FROOGLE_LANGUAGE_DISPLAY', 'false', 'Display Feed Language', @configuration_group_id, 13, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          (NULL, 'Feed Language', 'GOOGLE_FROOGLE_LANGUAGE', 'English', 'If Show Feed Language is True, what is your feed language?<br />default = en', @configuration_group_id, 14, NOW(), NULL, 'zen_cfg_pull_down_languages_list('),
                          
                          (NULL, 'Magic SEO URLs', 'GOOGLE_BASE_MAGIC_SEO_URLS', 'false', 'Output Magic SEO URLs (separate module required)?', @configuration_group_id, 14, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          
                          (NULL, 'Output File Name', 'GOOGLE_FROOGLE_OUTPUT_FILENAME', 'domain', 'Set the name of your froogle output file', @configuration_group_id, 19, NOW(), NULL, NULL),
                          (NULL, 'Compress Feed File', 'GOOGLE_FROOGLE_COMPRESS', 'false', 'Compress Google froogle file', @configuration_group_id, 20, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          (NULL, 'Uploaded date', 'GOOGLE_FROOGLE_UPLOADED_DATE', '', 'Date and time of the last upload', @configuration_group_id, 21, NOW(), NULL, NULL),
                          (NULL, 'Output Directory', 'GOOGLE_FROOGLE_DIRECTORY', 'feed/google/', 'Set the name of your froogle output directory', @configuration_group_id, 20, NOW(), NULL, NULL),
                          
                          (NULL, 'Use cPath in url', 'GOOGLE_FROOGLE_USE_CPATH', 'false', 'Use cPath in product info url', @configuration_group_id, 20, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          
                          (NULL, 'Tax Region', 'GOOGLE_FROOGLE_TAX_REGION', 'Tax applicable regions', 'Enter the tax region', @configuration_group_id, 22, NOW(), NULL, NULL),
                          (NULL, 'Display Tax', 'GOOGLE_FROOGLE_TAX_DISPLAY', 'false', 'Display tax per product?', @configuration_group_id, 23, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          
                          (NULL, 'Max products', 'GOOGLE_FROOGLE_MAX_PRODUCTS', '0', 'Default = 0 for infinite # of products', @configuration_group_id, 24, NOW(), NULL, NULL),
                          (NULL, 'Starting Point', 'GOOGLE_BASE_START_PRODUCTS', '0', 'Start at which entry (not product_id)?<br />Default=0', @configuration_group_id, 24, NOW(), NULL, NULL),
                          
                          (NULL, 'Pickup', 'GOOGLE_FROOGLE_PICKUP', 'do not display', 'Local pickup available?', @configuration_group_id, 25, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\', \'do not display\'),'),
                          
                          (NULL, 'Included Categories', 'GOOGLE_BASE_POS_CATEGORIES', '', 'Enter category names separated by commas <br>(i.e. 1,2,3)<br>Leave blank to allow all categories', @configuration_group_id, 30, NOW(), NULL, NULL),
                          (NULL, 'Excluded Categories', 'GOOGLE_BASE_NEG_CATEGORIES', '', 'Enter category names separated by commas <br>(i.e. 1,2,3)<br>Leave blank to deactivate', @configuration_group_id, 30, NOW(), NULL, NULL),
                          
                          (NULL, 'Show Weight', 'GOOGLE_BASE_WEIGHT', 'false', 'Include products weight?', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          (NULL, 'Weight Units', 'GOOGLE_BASE_UNITS', 'pounds', 'What unit of weight measure?<br />pounds OR kilograms', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array(\'pounds\', \'kilograms\'),'),
                          
                          (NULL, 'Product Type', 'GOOGLE_BASE_PRODUCT_TYPE', 'top', 'Use top-level, bottom-level, or full-path as product_type?', @configuration_group_id, 34, NOW(), NULL, 'zen_cfg_select_option(array(\'top\', \'bottom\', \'full\'),'),
                          
                          (NULL, 'Payments Accepted', 'GOOGLE_BASE_PAYMENT_METHODS', 'Cash,Check,Visa,MasterCard,AmericanExpress,Discover,WireTransfer', 'What payment methods do you accept?', @configuration_group_id, 35, NOW(), NULL, NULL),
                          (NULL, 'Payment Notes', 'GOOGLE_BASE_PAYMENT_NOTES', 'GoogleCheckout', 'Add payment notes (use this for showing you accept Google Checkout)', @configuration_group_id, 35, NOW(), NULL, NULL),
                          
                          (NULL, 'Alternate Image URL', 'GOOGLE_BASE_ALTERNATE_IMAGE_URL', '', 'Add an alternate URL if your images are hosted offsite (i.e. http://www.domain.com/images/).  Your defined image will be appended to the end of this URL.', @configuration_group_id, 36, NOW(), NULL, NULL),
                          (NULL, 'Image Handler', 'GOOGLE_FROOGLE_IMAGE_HANDLER', 'false', 'Resize images using image handler (separate module required)?', @configuration_group_id, 36, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          
                          (NULL, 'Use Meta Title', 'GOOGLE_BASE_META_TITLE', 'false', 'Use meta title as the title if it exists (for products only)?', @configuration_group_id, 40, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
                          
                          (NULL, 'Select Shipping Method', 'GOOGLE_BASE_SHIPPING_METHOD', 'none', 'Select a shipping method from the drop-down list that is used in your store, or leave as none', @configuration_group_id, 50, NOW(), NULL, 'zen_cfg_select_option(array(\'zones table rate\', \'flat rate\', \'per item\', \'per weight unit\', \'table rate\', \'zones\', \'percategory\', \'free shipping\', \'free rules shipping\', \'none\'),'),
                          (NULL, 'Table Zone ID', 'GOOGLE_BASE_RATE_ZONE', '', 'Enter the table rate ID if using a shipping method that uses table rates:', @configuration_group_id, 51, NOW(), NULL, NULL),  
                          (NULL, 'Shipping Country', 'GOOGLE_BASE_SHIPPING_COUNTRY', '', 'Select the destination country for the shipping rates:', @configuration_group_id, 52, NOW(), NULL, 'zen_cfg_pull_down_country_list('),
                          (NULL, 'Shipping Region', 'GOOGLE_BASE_SHIPPING_REGION', '', 'Enter the destination region within the selected country (state code, or zip with wildcard *):', @configuration_group_id, 53, NOW(), NULL, NULL),
                          (NULL, 'Shipping Service', 'GOOGLE_BASE_SHIPPING_SERVICE', '', 'Enter the shipping service type (i.e. Ground):', @configuration_group_id, 54, NOW(), NULL, NULL),
                          
                          (NULL, 'Debug', 'GOOGLE_BASE_DEBUG', 'false', 'Turn on simple debug?', @configuration_group_id, 0, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');
                          Vorher das ganze entfernen mit:
                          Code:
                          SET @configuration_group_id=0;
                          SELECT @configuration_group_id:=configuration_group_id
                          FROM configuration_group
                          WHERE configuration_group_title= 'Google Base Feeder Configuration'
                          LIMIT 1;
                          DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
                          DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;

                          Kommentar


                            #14
                            So einfach ist es wohl doch nicht, folgende Probleme sind mir jetzt aufgefallen:

                            1. Sobald ich "Feed Language" auf Deutsch stelle erstellt er gar nix mehr und es kommt nur eine weiße Seite.

                            2. Ist eher schlimmer, die Umlaute werden nicht korrekt ausgelesen - kommen nur kryptische Zeichen (Ist schön ein bissel nervig diese in der xml zu ändern und für andere User ein Problem mit einer nicht korrekten XML Datei zu arbeiten)


                            Hab schon mal angefangen die ganze Sache zu übersetzen, wird aber ein paar Tage dauern. Ich werde es uploaden sobald ich fertig bin.
                            Zuletzt geändert von tester003; 20.01.2011, 22:54.

                            Kommentar


                              #15
                              @ Umlaute
                              Kann in der includes/classes/google_base.php angepasst werden.

                              @ weiße Seite
                              Wenn ein englisches Modul verwendet wird, dann liefert das ja immer nur includes/languages/english/xxx mit.
                              Die entsprechenden deutschen Dateien müssen dann natürlich auch vorhanden sein

                              Attached sind eine für die Umlaute passende includes/classes/google_base.php und die benötigten deutschen Sprachdateien (unübersetzt). Spiele die ein, dann wird es passen, ich nutze dieses Modul ganz problemlos in mehreren Shops.

                              Warte noch mit der Übersetzung, Numinix hat inzwischen die Version 1.8.3 draussen, die eine bessere 1.3.9 Unterstützung bietet. Bei Gelegenheit stell ich gleich dieses neue Modul in die Downloads.

                              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