vinznvegas Posted October 17, 2009 Report Share Posted October 17, 2009 Hallo Expertenteam, ich habe mir das XTC Module "Kategorien auf der Startseite" anzeigen für meinen Online-Shop installiert. Da ich trotz suchen und probieren es nicht geschafft habe meinen Quellcode so anzupassen wie ich es gern hätte, wende ich mich nun an Euch. Was ich will: Ich möchte das "nur" das Kategorie Bild angezeigt und verlinkt ist. Im Orginal Code wird jedoch noch der Titel und die Beschreibung mit angezeigt. Was muss ich aus dem Quellcode entfernen damit es richtig angezeigt wird ? } $categories_query = "Select c.categories_id, c.categories_image, cd.categories_name, cd.categories_description From ".TABLE_CATEGORIES." AS c, ".TABLE_CATEGORIES_DESCRIPTION." AS cd Where c.categories_id = cd.categories_id AND c.parent_id = '0' AND ".$group_check." c.categories_status = '1' AND cd.language_id = '" .(int) $_SESSION['languages_id']. "' Order By c.sort_order Asc"; $categories_query = xtDBquery($categories_query); while($categories = xtc_db_fetch_array($categories_query, true)) { $category_link =xtc_category_link($categories['categories_id'],$categories['categories_name']); $module_content[] = array ('CATEGORY_IMAGE' => '<img src="' . DIR_WS_IMAGES .'categories/' . $categories['categories_image'] . '">', 'CATEGORY_LINK' => xtc_href_link(FILENAME_DEFAULT, xtc_get_all_get_params((array('cat','page','filter_id','manufacturers_id'))) . $category_link), 'CATEGORY_DESCRIPTION' => $categories['categories_description']); } $module_smarty->assign('module_content', $module_content); } [/PHP] Ich hab schon versucht alles was mit Description zu tun hat zu entfernen aber es führte immer zu Fehlern. Leider konnte ich über die SuFu nix passendes finden und hoffe das ihr mir helft. Vielen Dank Grüße Vinzn Link to comment Share on other sites More sharing options...
vinznvegas Posted October 17, 2009 Author Report Share Posted October 17, 2009 } $categories_query = "Select c.categories_id, c.categories_image, cd.categories_name, cd.categories_description From ".TABLE_CATEGORIES." AS c, ".TABLE_CATEGORIES_DESCRIPTION." AS cd Where c.categories_id = cd.categories_id AND c.parent_id = '0' AND ".$group_check." c.categories_status = '1' AND cd.language_id = '" .(int) $_SESSION['languages_id']. "' Order By c.sort_order Asc"; $categories_query = xtDBquery($categories_query); while($categories = xtc_db_fetch_array($categories_query, true)) { $category_link =xtc_category_link($categories['categories_id']); $module_content[] = array ('CATEGORY_IMAGE' => '<img src="' . DIR_WS_IMAGES .'categories/' . $categories['categories_image'] . '">'); } $module_smarty->assign('module_content', $module_content); }[/PHP] ich hab es doch hinbekommen hoffe nur das der code richtig ist Link to comment Share on other sites More sharing options...
vinznvegas Posted October 17, 2009 Author Report Share Posted October 17, 2009 doch nicht...der link funkz net Link to comment Share on other sites More sharing options...
vinznvegas Posted October 18, 2009 Author Report Share Posted October 18, 2009 nun funkz es doch Link to comment Share on other sites More sharing options...
mardl Posted October 30, 2009 Report Share Posted October 30, 2009 Hallo Expertenteam, ich habe mir das XTC Module "Kategorien auf der Startseite" anzeigen für meinen Online-Shop installiert. Hallo genau das Modul suche ich. Wo gibts das auch für Veyton. Hab sowas nur für version 3.0.4 gefunden: http://www.xtcommerce-shop.com/product_info.php/info/p84_Special-Kategorie-Box.html Aber für Veyton 4.0 ? Kann mir wer helfen? Danke Martin Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.