Jump to content

$GET from smarty template


nzrobert

Recommended Posts

You can take the GET value through a module or prestashop core and then pass that to a template but taking it straight to the template isnt really a good idea.

This is what you'd want for that:

$smarty->assign('smarty_var' => intval(Tools::getValue('php_get_key'));



Then:

{$smarty_var}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...