Attributen werden in Artikelbeschreibung nicht angezeigt

Hallo, ich habe unter Shopware 5 in meinem Subshop noch das SW4 Template emotion am laufen. Seit gestern werden meine Freitextfelder in der Artikelbeschreibung nicht mehr angezeigt, obwohl sich nichts geändert hat außer die Thumbnailgrößen der Bilder. Hat da jemand eine Idee? [code]{extends file=‚parent:frontend/detail/data.tpl‘} {block name=„frontend_detail_data“} {* Caching instock status *} {if !$sView} {/if} {if $sArticle.sBlockPrices && (!$sArticle.sConfigurator || $sArticle.pricegroupActive) && $sArticle.sConfiguratorSettings.type!=2} {foreach from=$sArticle.sBlockPrices item=row key=key} {if $row.from==„1“} {/if} {/foreach} {else} {if !$sView} {/if} {/if} {* Order number *} {if $sArticle.ordernumber} {block name=‚frontend_detail_data_ordernumber‘}

{se name=„DetailDataId“}{/se} {$sArticle.ordernumber}

{/block} {/if} {* Attributes fields *} {block name=‚frontend_detail_data_attributes‘} {if $sArticle.attr1} {/if} {if $sArticle.attr2}

{se name=„DetaileBay Preis“}{/se}{$sArticle.attr2}

{/if} {if $sArticle.attr4}

{se name=„DetailColli“}{/se}{$sArticle.attr4}

{/if} {if $sArticle.attr5}

{se name=„DetailCbm“}{/se}{$sArticle.attr5}

{/if} {if $sArticle.weight > 0}

{se name=„DetailKG“}{/se}{$sArticle.weight|string_format:"%.2f"|replace:’.’:’,’} Kg

{/if} {if $sArticle.attr6}

{se name=„DetailMedia“}{/se}Download

{/if} {/block} {block name=„frontend_detail_data_delivery“} {* Delivery informations *} {include file=„frontend/plugins/index/delivery_informations.tpl“ sArticle=$sArticle} {/block} {if !$sArticle.liveshoppingData.valid_to_ts} {* Graduated prices *} {if $sArticle.sBlockPrices && ($sArticle.sConfiguratorSettings.type!=2 || $sArticle.pricegroupActive) && !$sArticle.liveshoppingData.valid_to_ts} {* Include block prices *} {block name=„frontend_detail_data_block_price_include“} {include file=„frontend/detail/block_price.tpl“ sArticle=$sArticle} {/block} {* Article price *} {block name=‚frontend_detail_data_price_info‘}

{s namespace=„frontend/detail/data“ name=„DetailDataPriceInfo“}{/s}

{/block} {else} {if $sArticle.sConfiguratorSettings.type!=2} {* Pseudo price *}

{else} class=‚article_details_price‘>{/if} {block name=‚frontend_detail_data_pseudo_price‘} {if $sArticle.pseudoprice} {* if $sArticle.sVariants || $sArticle.priceStartingFrom*}
{s name=„reducedPrice“ namespace=„frontend/listing/box_article“}{/s} {$sArticle.pseudoprice|currency} {s name=„Star“ namespace=„frontend/listing/box_article“}{/s} {if $sArticle.pseudopricePercent.float} {/if}
{*/if*} {/if} {/block} {* Article price configurator *} {block name=‚frontend_detail_data_price_configurator‘} **{if $sArticle.priceStartingFrom && !$sArticle.sConfigurator && $sView} {se name=„DetailDataInfoFrom“}{/se} {$sArticle.priceStartingFrom|currency} {s name=„Star“ namespace=„frontend/listing/box_article“}{/s} {else}

Preis netto: {$sArticle.price|currency} {s name=„Star“ namespace=„frontend/listing/box_article“}{/s}

{/if}**
{/block}
{* Article price *} {block name=‚frontend_detail_data_price_info‘}

{s name=„DetailDataPriceInfo“}{/s}

{/block}
{/if} {/if} {if $sArticle.purchaseunit} {* Article price *} {block name=‚frontend_detail_data_price‘}


{se name=„DetailDataInfoContent“}{/se} {$sArticle.purchaseunit} {$sArticle.sUnit.description}
{if $sArticle.purchaseunit != $sArticle.referenceunit} {if $sArticle.referenceunit} {se name=„DetailDataInfoBaseprice“}{/se} {$sArticle.referenceunit} {$sArticle.sUnit.description} = {$sArticle.referenceprice|currency} {s name=„Star“ namespace=„frontend/listing/box_article“}{/s} {/if} {/if}

{/block} {/if} {/if} {block name=„frontend_detail_data_liveshopping“} {* Liveshopping *} {if $sArticle.liveshoppingData.valid_to_ts} {if $sArticle.liveshoppingData.typeID == 2 || $sArticle.liveshoppingData.typeID == 3} {include file=„frontend/detail/liveshopping/detail_countdown.tpl“ sLiveshoppingData=$sArticle.liveshoppingData} {else} {include file=„frontend/detail/liveshopping/detail.tpl“ sLiveshoppingData=$sArticle.liveshoppingData sArticlePseudoprice=$sArticle.pseudoprice} {/if} {/if} {/block} {/block}[/code]

Hat niemand eine Idee?

Es wäre echt super wenn jemand vielleicht irgendwie einen kleinen Tipp geben könnte, ich bin wirklich ratlos…