Hi,
ich versuche im Template mir per PHP Smarty Variablen ausgeben zu lassen.
Irgenwie bekomme ich das nicht hin.
Notice: Undefined variable: smarty in /var/customers/webs/No1/h24/templates_c/Hair24-Evo/0efdce1a518fc07e1b4c153b4966e76a8a4ebc89_0.file.step3_shipping_options.tpl.php on line 49 Fatal error: Uncaught Error: Call to a member function get_template_vars() on null in /var/customers/webs/No1/h24/templates_c/Hair24-Evo/0efdce1a518fc07e1b4c153b4966e76a8a4ebc89_0.file.step3_shipping_options.tpl.php:49 Stack trace: #0 /var/customers/webs/No1/h24/includes/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php(128): content_5bffb544aa8b87_67566313(Object(jtlTplClass)) #1 /var/customers/webs/No1/h24/includes/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php(172): Smarty_Template_Resource_Base->getRenderedTemplateCode(Object(jtlTplClass)) #2 /var/customers/webs/No1/h24/includes/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(206): Smarty_Template_Compiled->render(Object(jtlTplClass)) #3 /var/customers/webs/No1/h24/classes/class.JTL- Shop.JTLSmarty.php(873): Smarty_Internal_Template->render(true, NULL) #4 /var/customers/webs/No1/h24/includes/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(372): jtlTplClass->render() #5 /var/customers/webs/No1/h in /var/customers/webs/No1/h24/templates_c/Hair24-Evo/0efdce1a518fc07e1b4c153b4966e76a8a4ebc89_0.file.step3_shipping_options.tpl.php on line 49
Jemand eine Idee was ich da falsch mache ?
ich versuche im Template mir per PHP Smarty Variablen ausgeben zu lassen.
Irgenwie bekomme ich das nicht hin.
PHP:
{php}
echo $smarty->get_template_vars('parent_template_path');
{/php}
Notice: Undefined variable: smarty in /var/customers/webs/No1/h24/templates_c/Hair24-Evo/0efdce1a518fc07e1b4c153b4966e76a8a4ebc89_0.file.step3_shipping_options.tpl.php on line 49 Fatal error: Uncaught Error: Call to a member function get_template_vars() on null in /var/customers/webs/No1/h24/templates_c/Hair24-Evo/0efdce1a518fc07e1b4c153b4966e76a8a4ebc89_0.file.step3_shipping_options.tpl.php:49 Stack trace: #0 /var/customers/webs/No1/h24/includes/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php(128): content_5bffb544aa8b87_67566313(Object(jtlTplClass)) #1 /var/customers/webs/No1/h24/includes/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php(172): Smarty_Template_Resource_Base->getRenderedTemplateCode(Object(jtlTplClass)) #2 /var/customers/webs/No1/h24/includes/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(206): Smarty_Template_Compiled->render(Object(jtlTplClass)) #3 /var/customers/webs/No1/h24/classes/class.JTL- Shop.JTLSmarty.php(873): Smarty_Internal_Template->render(true, NULL) #4 /var/customers/webs/No1/h24/includes/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(372): jtlTplClass->render() #5 /var/customers/webs/No1/h in /var/customers/webs/No1/h24/templates_c/Hair24-Evo/0efdce1a518fc07e1b4c153b4966e76a8a4ebc89_0.file.step3_shipping_options.tpl.php on line 49
Jemand eine Idee was ich da falsch mache ?