hi, ich möchte die Freitextfelder aus s_filter_values_attributes ausgeben.
{foreach $sArticle.sProperties as $property}
{foreach $property.options as $option}
{$option.attributes.core->get('my_attr')}
{$option.attributes.core|print_r}{$option.name}
{/foreach}
{/foreach}
leider schmeisst er mir einen fehler:
Fatal error: Uncaught Error: Call to a member function get() on null ...
wie bekomme ich die Attribute ausgegeben? auch ein getAttribute() o.ä. klappt nicht.
danke.