tonkelz Posted August 11, 2010 Report Share Posted August 11, 2010 Hallo! Kelkoo stellt ab 1.09.2010 auf ein neues Anzeigensystem um. Kategorie / Kategorisierung * Hersteller / Manufacturer / Marke * Modellname / Produktname / Titel * Produktbeschreibung / Description * Preis * Versandkosten * Produkt-URL / Deeplink * Bilder-URL / ImageURL * Verfügbarkeit / Availability * Produkt-IDs / Händlercodes Lieferzeiten Weitere Produktinformationen Grundpreis Kann mir jemand mitteilen ob ich nur im unteren Code die fehlenden querys einbauen muss oder ist das komplizierter? $export_query =xtc_db_query("SELECT p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_shippingtime, p.products_image, p.products_price, p.products_status, p.products_discount_allowed, p.products_tax_class_id, 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"); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.