\n\n";echo "\n\n";echo "\n";echo "$Title";echo "$SiteLink";echo "$Description";echo "de-de";echo "$copyright";echo "$date";//muss eigentlich folgendes Format haben "2007-02-23T14:25:18.037+02:00" date("c") gibt es aber erst ab PHP5/***echo "";echo "$logo_url";echo "$Title";echo "$SiteLink";echo "";**/echo " ";/*- In meinem Shop sind alle Amazon-Angebote ohne Artikelnummer. Da diese nicht angezeigt werden sollen, können sie hierüber aussortiert werden- Es werden nur Artikel angezeigt, die für Gäste freigeschaltet sind. Andernfalls würde über RSS z.B. auch Händlerangebote incl. Händlerpreis exportiert... unschön...- Durch das Entfernen der SessionID (xtcID) können Newsreader bei erneutem Einlesen des Feeds bereits erhaltene Einträge wiedererkennen ?*/########################################################################### ab hier die schleife bis die anzahl abgearbeitet wurde ###########################################################################while ($listing = xtc_db_fetch_array($listing_query, true)) { //if ($listing['group_permission_1'] == '1'){ if (strcmp(substr($listing['products_model'], 0, 2), 'FP') == 0) { $product_type = 'FreePattern'; } elseif (strcmp(substr($listing['products_model'], 0, 1), 'C') == 0) { $product_type = 'Course'; } elseif ($listing['products_model'] == '') { $product_type = 'Amazon'; } else $product_type = 'Standard'; $link = xtc_href_link(FILENAME_PRODUCT_INFO, xtc_product_link($listing['products_id'],$listing['products_name']),'NONSSL', false); if ($product_type != 'Amazon'){ $linkimage = HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_THUMBNAIL_IMAGES; $linkimage .= $listing['products_image']; $price = $xtPrice->xtcGetPrice($listing['products_id'], $format = true, 1, $listing['products_tax_class_id'], $listing['products_price'], 1); $tax_rate = $xtPrice->TAX[$listing['products_tax_class_id']]; if ($with_tax) { $tax_info = sprintf(TAX_INFO_INCL, $tax_rate.' %'); } else { $tax_info = sprintf(TAX_INFO_ADD, $tax_rate.' %'); } if ($show_shipping) { $ship_info=' '.SHIPPING_EXCL.' '.SHIPPING_COSTS.''; } }else{ $linkimage = ''; $price = ''; $tax_rate = ''; $tax_info = ''; $ship_info = ''; } //$products_name = strip_tags($listing['products_name']); $products_name = $listing['products_name']; $products_name = str_replace ("&", "&", $products_name); $products_name = str_replace ("\n", " ", $products_name); echo "\n\n"; echo "".$listing['products_date_added']. ""; echo "".$category.""; echo "" . $products_name . ""; echo "" . $link . ""; echo "" . $link . ""; echo " "; if ($product_type != 'Amazon'){ echo ""; }else{ echo ""; } echo "
" . $products_name . "
".$listing['products_short_description']."
 
Preis: " . $price['formated'] . " " . $tax_info . $ship_info ."
".$linkimage." ".$listing['products_short_description']."

]]>
"; echo "
"; //} // auch für Gäste sichtbar}########################################################################### bis hier die schleife ###########################################################################echo "
";echo " ";echo "
";?>