sansai Posted November 28, 2007 Report Share Posted November 28, 2007 Xt Installation erfolgreich durchgeführt. Nur bei Öffnung der Popup Fenster in den Artikeln bleibt das Popup zu klein und wenn mehrere Artikelbilder eingestellt sind erscheint unter dem Bild folgender Quelltext: ; $products_query = xtc_db_query("select pd.products_name, p.products_image from ".TABLE_PRODUCTS." p left join ".TABLE_PRODUCTS_DESCRIPTION." pd on p.products_id = pd.products_id where p.products_status = '1' and p.products_id = '".(int) $_GET['pID']."' and pd.language_id = '".(int) $_SESSION['languages_id']."'"); $products_values = xtc_db_fetch_array($products_query); echo ''.xtc_image(DIR_WS_THUMBNAIL_IMAGES.$products_values['products_image'], $products_values['products_name']).''; echo ''; if ($mo_images != false) { foreach ($mo_images as $mo_img) { if ($mo_img['image_nr'] == (int) $_GET['imgID']) $actual = ' bgcolor="#FF0000"'; else unset ($actual); echo ''; } } ?> '.xtc_image(DIR_WS_THUMBNAIL_IMAGES.$mo_img['image_name'], $products_values['products_name']).' Anzuschauen unter Asiashop4u.com Artikel Lederartikel. Auf dem Localhost läuft alles Prima. Was ist hier falsch gelaufen ? Link to comment Share on other sites More sharing options...
ulli01 Posted October 17, 2008 Report Share Posted October 17, 2008 Ich habe genau dasselbe Problem, wie hast du es hinbekommen? ulli01 Link to comment Share on other sites More sharing options...
Rastislav Paluv Posted January 18, 2009 Report Share Posted January 18, 2009 Hallo, ich habe dasselbe Problem. Voran liegt es? Wie haben Sie es gelöst? Vlene Dank voraus. M.f.G. R.Paluv Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.