Guten Morgen,
ich habe ein Attribut Downloads angelegt – laut Doku soll das ja für Downloaddateien gelten, die im iso_reader -Template beim Produkt ausgegeben werden können.

Wenn ich mir die Variablen im Template ausgeben lasse steht das da drin:
HTML-Code:
  "downloadoptional" => b"""
    a:2:{i:0;s:16:"LU°âÁ\x1A\x11檕|¦Ë
    Ìã";i:1;s:16:"j[®ØÁ\x1A\x11檕|¦Ë
    Ìã";}
    """
Wie bekomme ich das vernünftig ausgegeben?

Mit

HTML-Code:
<?php echo deserialize($this->downloadoptional); ?>
kommt das hier raus
HTML-Code:
Array ( [0] => LU????|?? ?? [1] => j[????|?? ?? )
Wo liegt mein Fehler?