Jump to content
xt:Commerce Community Forum

Categorie_listing - Wo Eingebunden?


larolt

Recommended Posts

Guest gwinger

 // get default template

  if ($category['categories_template']=='' or $category['categories_template']=='default') {

     $files=array();

     if ($dir= opendir(DIR_FS_CATALOG.'templates/'.CURRENT_TEMPLATE.'/module/categorie_listing/')){

     while (($file = readdir($dir)) !==false) {

    if (is_file( DIR_FS_CATALOG.'templates/'.CURRENT_TEMPLATE.'/module/categorie_listing/'.$file) and ($file !="index.html")){

    $files[]=array(

            'id' => $file,

            'text' => $file);

    }//if

    } // while

    closedir($dir);

    }

 $category['categories_template']=$files[0]['id'];

 }

Etwa ab Zeile 130

Link to comment
Share on other sites

Hallo,

vielen Dank f?r die Antwort.

K?nntet ihr mir noch kurz eine Anweisung geben, was ich nun a) im Template "categorie_listing" und B) in der default.php (und an welcher Stelle) eintragen muss?

(M?chte gerne die Bestseller-Box in das Categorie-Listing einbauen)

Vielen Dank f?r Eure Hilfe

Lars

Link to comment
Share on other sites

Archived

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

×
  • Create New...