Nasenmatti Posted February 9, 2006 Report Share Posted February 9, 2006 Gr??t euch, habe versucht das froogle Modul umzuschreiben, damit auch die Artikelnummern exportiert werden. Leider klappt das jedoch nicht, wie ich mir das vorstelle. Kann mir bitte jmd helfen. Danke Link to comment Share on other sites More sharing options...
Nasenmatti Posted February 26, 2006 Author Report Share Posted February 26, 2006 Hoi, ich habe nun schon ein bisschen probiert, aber noch nicht wirklich eine L?sung gefunden. Irgendjmd muss mir doch in diesem Forum helfen k?nnen. Link to comment Share on other sites More sharing options...
techway Posted March 3, 2006 Report Share Posted March 3, 2006 Hi, ja poste doch deine Datei wie weit du bist... du musst praktisch einfach bei $schema .= noch, $products['products_model'] gru Link to comment Share on other sites More sharing options...
Nasenmatti Posted March 3, 2006 Author Report Share Posted March 3, 2006 Originally posted by techway@Mar 4 2006, 12:01 AM Hi, ja poste doch deine Datei wie weit du bist... du musst praktisch einfach bei $schema .= noch, $products['products_model'] gru? Quoted post Ich bin wie gesagt nicht nennenswert weitergekommen. Hast du evtl. den entsprechenden Codeschnipsel, der in der froogle.php ver?ndert werden muss, parat? Vielen Dank Link to comment Share on other sites More sharing options...
hubbabubba Posted March 4, 2006 Report Share Posted March 4, 2006 Originally posted by techway@Mar 4 2006, 12:01 AM du musst praktisch einfach bei $schema .= noch, $products['products_model'] Da fehlt aber noch etwas. Die Zeile (ca. 65) oben $schema = 'product_url'."\t".'name'."\t".'description'....usw... muss ebenfalls erweitert werden mit "offer_id". (Siehe https://www.google.com/froogle/merchants/de...tructions.html) Gruss Hen Link to comment Share on other sites More sharing options...
hubbabubba Posted March 4, 2006 Report Share Posted March 4, 2006 http://www.google.com/froogle/merchants/de...structions.html Link to comment Share on other sites More sharing options...
techway Posted March 4, 2006 Report Share Posted March 4, 2006 Poste doch deine Datei dann wird dir geholfen :-) ich hab meine schon selber f?r mich angepasst... aber wof?r brauchst du die Artikelnummer f?r froogle? ich liste meine Artikel auch bei foogle, aber ohne Artikelnummer... wenn du willst kann ich dir meine datei mal reinposten... Gru Link to comment Share on other sites More sharing options...
Nasenmatti Posted March 4, 2006 Author Report Share Posted March 4, 2006 Mir geht es nicht um Froogle oder so. Ich brauche nur all meine Artikel mit Name, Artikelnummer und Preis als Ausdruck. Da erschien mir der Froogle-Export sehr sinnvoll. Kannst du mir helfen? Link to comment Share on other sites More sharing options...
techway Posted March 4, 2006 Report Share Posted March 4, 2006 poste mal deine Datei wie weit Du schon bist :laugh: Link to comment Share on other sites More sharing options...
Nasenmatti Posted March 5, 2006 Author Report Share Posted March 5, 2006 Originally posted by techway@Mar 4 2006, 06:42 PM poste mal deine Datei wie weit Du schon bist :laugh: Quoted post ?hm willst du mir mit deinem Post irgendwas bestimmtes vorwerfen? Ich habe doch nun mehrmals geschrieben, dass ich nicht weitergekommen bin und das die froogle.php eigentlich noch im Urzustand ist. Das Problem ist, dass ich nicht wei?, an welcher Stelle ich welche Befehle integrieren muss, damit auch die Artikelnummer exportiert wird. Wenn du mir also helfen kannst, dann w?rdest du das mit einer Antwort, nicht aber mit der erneuten Frage nach meinem Arbeitsstand, tun. Gru Link to comment Share on other sites More sharing options...
hubbabubba Posted March 5, 2006 Report Share Posted March 5, 2006 Man du musst 2 Zeilen ?ndern. Mehr nicht. Und welche Zeilen das sind wurde dir oben schon genannt. Gruss Hen Link to comment Share on other sites More sharing options...
Nasenmatti Posted March 5, 2006 Author Report Share Posted March 5, 2006 Ich poste einfach mal die 2 besagten Zeilen, die ich ge?ndert habe: $schema = [b]'offer_id'."\t" [/b].'products_id'."\t" .'name'."\t".'description'."\t".'category' u.s.w und dann noch //create content $schema .= HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'product_info.php?'.$_POST['campaign'].xtc_product_link ($products['products_id'], $products['products_name']) . "\t" . [b]$products['products_model'] ."\t".[/b] $products['products_name'] ."\t". $products_description ."\t". $image ."\t" . substr($cat,0,strlen($cat)-2). "\t" . number_format($products_price,2,'.',''). "\t" . $products['manufacturers_name'] ."\n"; Resultat ist, dass ich in der froggle.txt folgende Spalten habe: products_model name description category price brand Meine Artikelnummer ist leider nicht dabei. Mir ist auch nicht klar, wieso an 2.Stelle dann products_model eingef?gt wird. Es geht doch nicht um das Modell sondern um die Artikelnummer!? Gru? Link to comment Share on other sites More sharing options...
Nasenmatti Posted March 5, 2006 Author Report Share Posted March 5, 2006 Die "" und "" wollte ich eigentlich zum hervorheben nehmen - die stehen nat?rlich nicht mit in der froogle.php Link to comment Share on other sites More sharing options...
techway Posted March 5, 2006 Report Share Posted March 5, 2006 Also, die Artikelnummer die Du im Admin-Bereich eingibst, wird in der Datenbank unter products_model (in der Tabelle products) abgespeichert! Ich mach Dir jetzt mal ein Beispiel wie ich bei mir products_model (am anfang) einf?gen w?rde: $schema .= 'products_model'."\t".'product_url'."\t".'name'."\t".'description'."\t".'image_url'."\t".'category'."\t".'price'."\n"; dann die andere Zeile in der Schleife: $schema .= $products['products_model']."\t". HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'product_info.php?products_id=' . $products['products_id']."\t". $products['products_name'] . "\t". $products_description ."\t". $froogle_image . "\t". substr($cat,0,strlen($cat)-2). "\t" . $products_price. "\n"; Gru? TechWay Link to comment Share on other sites More sharing options...
Nasenmatti Posted March 5, 2006 Author Report Share Posted March 5, 2006 Hallo, danke f?r die Antwort. Ich habe den von dir angegebenen Code nun eingef?gt. Als Ausgabe in der froogle.txt erhalte ich aber immernoch products_model name description category price brand Was mache ich denn falsch? Kannst du evtl. die komplette froogle.php zur Verf?gung stellen? Danke Link to comment Share on other sites More sharing options...
Nasenmatti Posted March 5, 2006 Author Report Share Posted March 5, 2006 Ich sehe auch gerade, dass in der froogle.txt dann unter products_model die url ausgegeben wird. Unter category wird der Link zu dem Bild ausgegeben u.s.w. Aus diesem Grund w?re es wirklich nett, wenn man die Datei als Ganzes bekommen k?nnte. Danke und Gru Link to comment Share on other sites More sharing options...
techway Posted March 5, 2006 Report Share Posted March 5, 2006 Hi, ok hier meine Datei: admin\includes\modules\export\froogle.php <?php /* ----------------------------------------------------------------------------------------- $Id: froogle.php,v 0.2 2004/12/17 21:45:10 Haxley Exp $ XT-Commerce - community made shopping http://www.xt-commerce.com Copyright (c) 2004 XT-Commerce ----------------------------------------------------------------------------------------- based on: (c) 2000-2001 The Exchange Project (earlier name of osCommerce) (c) 2002-2003 osCommerce(cod.php,v 1.28 2003/02/14); [url]www.oscommerce.com[/url] (c) 2003 nextcommerce (invoice.php,v 1.6 2003/08/24); [url]www.nextcommerce.org[/url] Released under the GNU General Public License Modified for XT-Commerce by Haxley (froogle.php,v 0.2) http://www.plexcom.de, Dez , 2004 Modified for XT-Commerce by SvFricke ---------------------------------------------------------------------------------------*/ define('MODULE_FROOGLE_TEXT_DESCRIPTION', 'Export - Froogle im txt Format'); define('MODULE_FROOGLE_TEXT_TITLE', 'Froogle - txt'); define('MODULE_FROOGLE_FILE_TITLE' , '<hr noshade>Dateiname'); define('MODULE_FROOGLE_FILE_DESC' , 'Geben Sie einen Dateinamen ein, falls die Exportadatei am Server gespeichert werden soll.<br>(Verzeichnis export/)'); define('MODULE_FROOGLE_STATUS_DESC','Modulstatus'); define('MODULE_FROOGLE_STATUS_TITLE','Status'); define('MODULE_FROOGLE_CURRENCY_TITLE','W?hrung'); define('MODULE_FROOGLE_CURRENCY_DESC','Welche W?hrung soll exportiert werden?'); define('EXPORT_YES','Nur Herunterladen'); define('EXPORT_NO','Am Server Speichern'); define('CURRENCY','<hr noshade><b>W?hrung:</b>'); define('CURRENCY_DESC','W?hrung in der Exportdatei'); define('EXPORT','Bitte den Sicherungsprozess AUF KEINEN FALL unterbrechen. Dieser kann einige Minuten in Anspruch nehmen.'); define('EXPORT_TYPE','<hr noshade><b>Speicherart:</b>'); define('EXPORT_STATUS_TYPE','<hr noshade><b>Kundengruppe:</b>'); define('EXPORT_STATUS','Bitte w?hlen Sie die Kundengruppe, die Basis f?r den Exportierten Preis bildet. (Falls Sie keine Kundengruppenpreise haben, w?hlen Sie <i>Gast</i>):</b>'); define('CHARSET','iso-8859-1'); // include needed functions class froogle { var $code, $title, $description, $enabled; function froogle() { global $order; $this->code = 'froogle'; $this->title = MODULE_FROOGLE_TEXT_TITLE; $this->description = MODULE_FROOGLE_TEXT_DESCRIPTION; $this->sort_order = MODULE_FROOGLE_SORT_ORDER; $this->enabled = ((MODULE_FROOGLE_STATUS == 'True') ? true : false); } function process($file) { @xtc_set_time_limit(0); $schema .= 'product_url'."\t".'name'."\t".'description'."\t".'image_url'."\t".'category'."\t".'price'."\n"; $export_query =xtc_db_query("SELECT p.products_id, pd.products_name, pd.products_description, p.products_image, p.products_discount_allowed, p.products_price, p.products_model, p.products_date_added, m.manufacturers_name FROM " . TABLE_PRODUCTS . " p LEFT JOIN " . TABLE_MANUFACTURERS . " m ON p.manufacturers_id = m.manufacturers_id LEFT JOIN " . TABLE_PRODUCTS_DESCRIPTION . " pd ON p.products_id = pd.products_id AND pd.language_id = '".$_SESSION['languages_id']."' LEFT JOIN " . TABLE_SPECIALS . " s ON p.products_id = s.products_id WHERE p.products_status = 1 ORDER BY p.products_date_added DESC, pd.products_name"); while ($products = xtc_db_fetch_array($export_query)) { $products_price = xtc_get_products_price_export($products['products_id'],1,true,$_POST['status'],1,$_POST['currencies'],true); //Tausenderpunkt entfernen //$products_price = str_replace(".","",$products_price); //dezimal Komma zu Punkt $products_price = str_replace(",","",$products_price); // get product categorie $categorie_query=xtc_db_query("SELECT categories_id FROM ".TABLE_PRODUCTS_TO_CATEGORIES." WHERE products_id='".$products['products_id']."'"); while ($categorie_data=xtc_db_fetch_array($categorie_query)) { $categories=$categorie_data['categories_id']; } // remove trash $products_description = strip_tags($products['products_description']); //$products_description = substr($products_description, 0, 512 ) . '..'; $products_description = str_replace(";",", ",$products_description); $products_description = str_replace("'",", ",$products_description); $products_description = str_replace("\n"," ",$products_description); $products_description = str_replace("\r"," ",$products_description); $products_description = str_replace("\t"," ",$products_description); $products_description = str_replace("\v"," ",$products_description); $products_description = str_replace("","," \"",$products_description); $products_description = str_replace("&qout,"," \"",$products_description); //$products_description = str_replace(chr(13),"",$products_description); $umlaute = Array("/?/","/?/","/?/","/?/","/?/","/?/","/?/"); $replace = Array("ä","ö","ü","Ä","Ö","Ü","ß"); $products_description = preg_replace($umlaute, $replace, $products_description); $products_description = substr($products_description, 0, 65536); $cat = $this->buildCAT($categories); //create content if($products['products_image']=='' || $products['products_image']=='no-pic.jpg'){ $froogle_image=""; } else { $froogle_image=HTTP_CATALOG_SERVER . DIR_WS_CATALOG_POPUP_IMAGES . $products['products_image']; } $schema .= HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'product_info.php?products_id=' . $products['products_id']."\t". $products['products_name'] . "\t". $products_description ."\t". $froogle_image . "\t". substr($cat,0,strlen($cat)-2). "\t" . $products_price. "\n";} //************************************************************************ //** Ggfs. bei lokaler Verarbeitung: ?ndern lokale URL in Online-Shop URL //** Dadurch kann froogle Export auch lokal ausgef?hrt werden. // $schema = str_replace("XXX.domain.local","XXX.XXXonlinenameXXXX.de",$schema); //************************************************************************ // create File $fp = fopen(DIR_FS_DOCUMENT_ROOT.'export/' . $file, "w+"); fputs($fp, $schema); fclose($fp); switch ($_POST['export']) { case 'yes': // send File to Browser $extension = substr($file, -3); $fp = fopen(DIR_FS_DOCUMENT_ROOT.'export/' . $file,"rb"); $buffer = fread($fp, filesize(DIR_FS_DOCUMENT_ROOT.'export/' . $file)); fclose($fp); header('Content-type: application/x-octet-stream'); header('Content-disposition: attachment; filename=' . $file); echo $buffer; exit; break; } } function buildCAT($catID) { if (isset($this->CAT[$catID])) { return $this->CAT[$catID]; } else { $cat=array(); $tmpID=$catID; while ($this->getParent($catID)!=0 || $catID!=0) { $cat_select=xtc_db_query("SELECT categories_name FROM ".TABLE_CATEGORIES_DESCRIPTION." WHERE categories_id='".$catID."' and language_id='".$_SESSION['languages_id']."'"); $cat_data=xtc_db_fetch_array($cat_select); $catID=$this->getParent($catID); $cat[]=$cat_data['categories_name']; } ; $catStr=''; for ($i=count($cat);$i>0;$i--) { $catStr.=$cat[$i-1].' > '; } $this->CAT[$tmpID]=$catStr; return $this->CAT[$tmpID]; } } function getParent($catID) { if (isset($this->PARENT[$catID])) { return $this->PARENT[$catID]; } else { $parent_query=xtc_db_query("SELECT parent_id FROM ".TABLE_CATEGORIES." WHERE categories_id='".$catID."'"); $parent_data=xtc_db_fetch_array($parent_query); $this->PARENT[$catID]=$parent_data['parent_id']; return $parent_data['parent_id']; } } function display() { $customers_statuses_array = xtc_get_customers_statuses(); // build Currency Select $curr=''; $currencies=xtc_db_query("SELECT code FROM ".TABLE_CURRENCIES); while ($currencies_data=xtc_db_fetch_array($currencies)) { $curr.=xtc_draw_radio_field('currencies', $currencies_data['code'],true).$currencies_data['code'].'<br>'; } return array('text' => EXPORT_STATUS_TYPE.'<br>'. EXPORT_STATUS.'<br>'. xtc_draw_pull_down_menu('status',$customers_statuses_array, '1').'<br>'. CURRENCY.'<br>'. CURRENCY_DESC.'<br>'. $curr. EXPORT_TYPE.'<br>'. EXPORT.'<br>'. xtc_draw_radio_field('export', 'no',false).EXPORT_NO.'<br>'. xtc_draw_radio_field('export', 'yes',true).EXPORT_YES.'<br>'. '<br>' . xtc_image_submit('button_export.gif', IMAGE_UPDATE) . '<a href="' . xtc_href_link(FILENAME_MODULE_EXPORT, 'set=' . $_GET['set'] . '&module=froogle') . '">' . xtc_image_button('button_cancel.gif', IMAGE_CANCEL) . '</a>'); } function check() { if (!isset($this->_check)) { $check_query = xtc_db_query("select configuration_value from " . TABLE_CONFIGURATION . " where configuration_key = 'MODULE_FROOGLE_STATUS'"); $this->_check = xtc_db_num_rows($check_query); } return $this->_check; } function install() { xtc_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_key, configuration_value, configuration_group_id, sort_order, set_function, date_added) values ('MODULE_FROOGLE_FILE', 'froogle.txt', '6', '1', '', now())"); xtc_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_key, configuration_value, configuration_group_id, sort_order, set_function, date_added) values ('MODULE_FROOGLE_STATUS', 'True', '6', '1', 'xtc_cfg_select_option(array(\'True\', \'False\'), ', now())"); } function remove() { xtc_db_query("delete from " . TABLE_CONFIGURATION . " where configuration_key in ('" . implode("', '", $this->keys()) . "')"); } function keys() { return array('MODULE_FROOGLE_STATUS','MODULE_FROOGLE_FILE'); } } ?> Gru? TechWay Link to comment Share on other sites More sharing options...
techway Posted March 5, 2006 Report Share Posted March 5, 2006 Hab noch vergessen zu sagen dass ich xtc2 einsetze!! Ich wei? nicht wie weit es in der 3er anders ist... Link to comment Share on other sites More sharing options...
Nasenmatti Posted March 5, 2006 Author Report Share Posted March 5, 2006 Originally posted by techway@Mar 5 2006, 09:58 PM Hab noch vergessen zu sagen dass ich xtc2 einsetze!! Ich wei? nicht wie weit es in der 3er anders ist... Quoted post Dank dir. Find?s gut, dass du das so zeitig erw?hnst :tongue: Nein aber mal im Ernst - es ist immernoch das selbe - also keine Artikelnummern sondern nur folgendes: products_model name description category price brand Link to comment Share on other sites More sharing options...
techway Posted March 5, 2006 Report Share Posted March 5, 2006 tut mir leid ich verstehe nicht wo das Problem ist products_model name description category price brand ich hab in meiner datei kein brand und auch kein products_model... Products_model kannst du einfach einbauen wie ich dir schon davor gesagt habe... oder meinst du mit Artikelnummer, die products_id? wenns so ist dann einfach products_model ab?ndern in products_id... bei mir werden die Artikelnummern die man im Adminbereich eingeben kann, unter products_model abgespeichert Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.