Nach Update auf 5.6. funktionieren die Einkaufswelten nicht mehr.

Hallo Patrick,

es geht hier um die Anzeige der Vorschau der Einkaufswelten im Backend.
Für dieses Problem einfach in die Datei “shop\themes\Frontend\Bare\frontend_includes\emotion.tpl” den bestehenden Inhalt mit folgendem Code ersetzen (Bitte Datei vorher sichern):

     data-controllerUrl="{url module=widgets controller=emotion action=index secret=$previewSecret emotionId=$emotion.id controllerName=$Controller}"
     data-availableDevices="{$emotion.devices}"
     data-ajax="{if $theme.ajaxEmotionLoading}true{else}false{/if}"
     {if isset($showListing)} data-showListing="{if $showListing == 1}true{else}false{/if}"{/if}{block name=“frontend_emotion_include_attributes”}{/block}>
     {if !$theme.ajaxEmotionLoading}
        

{action module=widgets controller=emotion action=index secret=$previewSecret emotionId=$emotion.id controllerName=$Controller}


     {/if}

1 „Gefällt mir“