sw_extends für {% sw_extends '@Storefront/storefront/component/product/listing.html.twig' %} greift

@hulk02 schrieb:

Kannst du mir sagen, wo du {% set listingColumns = ‚col-sm-6 col-lg-4 col-xl-4‘ %} eingetragen hast?
ich will nämlich auch auf 3 Spalten.

 

 

Hallo,

ich habe in meinen Theme in der Datei  MeinPluginTheme/src/Resources/views/storefront/component/product/listing.html.twig

Fogende eingetragen.

{% sw_extends ‚@Storefront/storefront/component/product/listing.html.twig‘ %}
    {% set listingColumns = ‚col-sm-6 col-lg-4 col-xl-4‘ %}

{% block product_listing %}
    {{ parent() }}
{% endblock %}