I am new at Smarty.
I have a smarty array $order_info
How can I assign the value {$order_info.email}
to a PHP string?
I hope someone can help me!
Solution:
{/php}
{$order_info.email}
{php}
|
According to http://www.smarty.net/docs/en/language.function.assign.tpl you should be able to run the following code: Smarty template
PHP Script
|
|||||||||||||
|