例えば、smarty で assign されている
{$arrProduct.product_code_min}
という変数を、php の記述内で呼び出す方法です。
<!--{php}--> $arrProduct = $this->get_template_vars('arrProduct'); $prodid = $arrProduct['product_code_min']; <!--{/php}-->
検索しても中々見つからなかったので、メモとして残しておきます。
例えば、smarty で assign されている
{$arrProduct.product_code_min}
という変数を、php の記述内で呼び出す方法です。
<!--{php}--> $arrProduct = $this->get_template_vars('arrProduct'); $prodid = $arrProduct['product_code_min']; <!--{/php}-->
検索しても中々見つからなかったので、メモとして残しておきます。