We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9794
    • 3 Posts
    Пытаюсь выдать данные из шаблона Smarty в сниппете.
    Возможно кто-то подскажет в чём проблема.

    $modx->smarty->assign('price_result', $price_result);  
    return $modx->smarty->fetch(MODX_BASE_PATH.'core/templates/price/price.tpl');
    


    в результате получаю ошибку: PHP Fatal error: Call to a member function assign() on a non-object in /core/cache/elements/modsnippet/1.include.cache.php on line 120
      • 21761
      • 1 Posts
      $modx->getService('smarty','smarty.modSmarty');

      отсюда http://modxcms.com/forums/index.php/topic,53372.msg317854.html#msg317854