Jump to content
xt:Commerce Community Forum

Kategorien als Zeile darstellen


serialmaster

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...