Hallo,
Default shop ohne Theme Anpassungen. v7.1
apex Theme an.
Productdetails werden nicht gerendered.
Dafür wird page layout innerhalb des Layouts nochmal gerendered.
Code-Schnipsel, der anscheinend nicht tut:
details.html.twig:
{% if not blWorkaroundInclude %}
{% capture append = "oxidBlock_content" %}
{% if oxcmp_user %}
{% set force_sid = oView.getSidForWidget() %}
{% endif %}
{{ include_widget({ cl: "oxwArticleDetails", _parent: oView.getClassKey(), nocookie: 1, force_sid: force_sid, _navurlparams: oViewConf.getNavUrlParams(), _object: oView.getProduct(), anid: oViewConf.getActArticleId(), iPriceAlarmStatus: oView.getPriceAlarmStatus(), sorting: oView.getSortingParameters(), skipESIforUser: 1 }) }}
{% endcapture %}
{% include "layout/page.html.twig" %}
Hatte das jemand? Warum wird das widget nicht inkludiert?
{{ include_widget({ cl: "oxwArticleDetails", _parent: oView.getClassKey(), nocookie: 1, force_sid: force_sid, _navurlparams: oViewConf.getNavUrlParams(), _object: oView.getProduct(), anid: oViewConf.getActArticleId(), iPriceAlarmStatus: oView.getPriceAlarmStatus(), sorting: oView.getSortingParameters(), skipESIforUser: 1 }) }}
Danke.
ps. Abweichendes Verhalten: durch
$this->sAltImageDir = “https://b2b.esn.com/out/pictures”;
werden pictures von woanders geholt. urls stimmen.