Search code examples
oxid

Oxidshop - Get oxSession variable inside tpl file


I am trying to print an oxsession variable inside a tpl file. The tpl file is actually a block which extends basketcontents.tpl file. Any idea how I can achieve it?


Solution

  • try [{$smarty.session.YOUR_VARIABLE}]