rtd1978 Posted February 16, 2009 Report Share Posted February 16, 2009 Hallo, ich hoffe mir kann hier jemand helfen. Wie kann man aus dem Template heraus auf $_POST bzw. $_GET Variablen zugreifen? Beispiel: http://localhost/xtcommerce/index.php?page=checkout&page_action=payment Aus {$page_action} bekomme ich "payment". Ich benötige allerdings den Wert der Variable "page", also "checkout". Mit {$page} funktioniert es nicht. Danke im für Hilfe, Gruß rtd1978 Link to comment Share on other sites More sharing options...
mzanier Posted February 16, 2009 Report Share Posted February 16, 2009 Hallo, ich hoffe mir kann hier jemand helfen. Wie kann man aus dem Template heraus auf $_POST bzw. $_GET Variablen zugreifen? Beispiel: http://localhost/xtcommerce/index.php?page=checkout&page_action=payment Aus {$page_action} bekomme ich "payment". Ich benötige allerdings den Wert der Variable "page", also "checkout". Mit {$page} funktioniert es nicht. Danke im für Hilfe, Gruß rtd1978 {$page} ist schon die korrekte variable dafür. Link to comment Share on other sites More sharing options...
rtd1978 Posted February 16, 2009 Author Report Share Posted February 16, 2009 OK, Danke. {$page} ist nicht global verfügbar - nur auf der index-Page. Gibt es eine in allen Templates verfügbare Variable, welche mir die aktuelle Seite im Shop ausgibt? Link to comment Share on other sites More sharing options...
mzanier Posted February 16, 2009 Report Share Posted February 16, 2009 Dann nimm {$smarty.get.page} Siehe: http://www.smarty.net/manual/de/language.variables.smarty.php Link to comment Share on other sites More sharing options...
rtd1978 Posted February 16, 2009 Author Report Share Posted February 16, 2009 Vielen Dank. So geht es natürlich auch. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.