Jump to content
xt:Commerce Community Forum

Wie Smarty Variable an categories.php übergeben?


FS03

Recommended Posts

Hallo,

wie übergebe ich eine Smarty-Variable an die categories.php?

Im Template selbst kann ich über php auf die Variable zugreifen mit:


{php}


   $parent_id = $this->_tpl_vars['_categories_vertical']['0']['parent_id'];

    echo  $parent_id;   


{/php}

Nur wie bekomme ich diese jetzt in meinen Funktionsaufruf in der categories.php?

grüße

Edit:

Ich habs jetzt mit ner Sessionvariablen gemacht. Gibts da vielleicht noch eine elegantere Lösung? Mit ner globalen Deklaration der Variablen hats leider auch nicht funktioniert.

Link to comment
Share on other sites

Archived

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

×
  • Create New...