serialmaster Posted March 27, 2006 Report Share Posted March 27, 2006 Hallo, ich versuche grade xt-Commerce optisch ein wenig umzugestalten. Ich m?chte das sie Kategorien in einer Zeile dargestellt werden und nicht mehr in der Box. Hat vieleicht jemand eine Idee? Link to comment Share on other sites More sharing options...
tom4545 Posted March 27, 2006 Report Share Posted March 27, 2006 deintemplate/source/inc/xtc_show_categorie.php versuch mal das BR durch ein leerzeichen zu ersetzen. mach vorher ne kopie der datei if (SHOW_COUNTS == 'true') { $products_in_category = xtc_count_products_in_category($counter); if ($products_in_category > 0) { $categories_string .= '(' . $products_in_category . ')'; } } $categories_string .= '<br>'; <------------------------------- if ($foo[$counter]['next_id']) { xtc_show_category($foo[$counter]['next_id']); } } Link to comment Share on other sites More sharing options...
serialmaster Posted March 28, 2006 Author Report Share Posted March 28, 2006 Vielen Dank f?r deine Antwort. Das war ein Teil der L?sung. Zus?tzlich habe ich noch den folgenden Block auskommentiert. Jetzt funtzt alles. if ($foo[$counter]['level']=='') { if (strlen($categories_string)=='0') { $categories_string .='<table width="100%"> <tr> <td class="moduleRow" >'; //onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" } /*else { $categories_string .='</td> </tr> </table> <table width="100%" border="3"> <tr> <td class="moduleRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)">'; }*/ Nochmals vielen Dank. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.