Danke. Probiere ich Morgen mal aus. Hatte schon sowas befürchtet als ich den Text kopiert habe, da im Bezug auf ein anderes Problem schonmal sowas passiert ist mit - statt_
Hi, müssen wir auch alle andere Artikel die vor 13 Dezember für den Verkauf ertstellt haben auch bearbeiten und alles eintragen ?
Hier ein Beispiel für Check24:
{% if product.manufacturer.customFields.custom_gpsr_name is defined and product.manufacturer.customFields.custom_gpsr_name is not null and product.manufacturer.customFields.custom_gpsr_name != '0' %}"{{product.manufacturer.customFields.custom_gpsr_name}}";{%else%};{%endif%}{# manufacturer #}
{% if product.manufacturer.customFields.custom_gpsr_adresse1 is defined and product.manufacturer.customFields.custom_gpsr_adresse1 is not null and product.manufacturer.customFields.custom_gpsr_adresse1 != '0' %}"{{product.manufacturer.customFields.custom_gpsr_adresse1}}" * {%else%} * {%endif%}{% if product.manufacturer.customFields.custom_gpsr_adresse2 is defined and product.manufacturer.customFields.custom_gpsr_adresse2 is not null and product.manufacturer.customFields.custom_gpsr_adresse2 != '0' %}"{{product.manufacturer.customFields.custom_gpsr_adresse2}}" * {%else%} {%endif%}{% if product.manufacturer.customFields.custom_gpsr_plz is defined and product.manufacturer.customFields.custom_gpsr_plz is not null and product.manufacturer.customFields.custom_gpsr_plz != '0' %}"{{product.manufacturer.customFields.custom_gpsr_plz}}" * {%else%} * {%endif%}{% if product.manufacturer.customFields.custom_gpsr_ort is defined and product.manufacturer.customFields.custom_gpsr_ort is not null and product.manufacturer.customFields.custom_gpsr_ort != '0' %}"{{product.manufacturer.customFields.custom_gpsr_ort}}" * {%else%} * {%endif%}{% if product.manufacturer.customFields.custom_gpsr_land is defined and product.manufacturer.customFields.custom_gpsr_land is not null and product.manufacturer.customFields.custom_gpsr_land != '0' %}"{{product.manufacturer.customFields.custom_gpsr_land}}" {%else%} {%endif%};{# manufacturer_address #}
{% if product.manufacturer.customFields.custom_gpsr_email is defined and product.manufacturer.customFields.custom_gpsr_email is not null and product.manufacturer.customFields.custom_gpsr_email != '0' %}"{{product.manufacturer.customFields.custom_gpsr_email}}" {%else%} {%endif%};{# manufacturer_email #}
Im Prinzip ist das auch richtig. Was sollte da Shopware groß machen?
Wir haben uns entschieden, die nötigen Infos in die Produktbeschreibung zu packen. Warum? Weil Produkte auch über Marktplätze angeboten werden, somit steht die nötige Info dort auch. Mit eigenen Textbausteinen, Anpassung im Template oder Merkmale wird das nicht sauber funktionieren.
Und über ein kleines SQL ist es in Null-Komma-Nichts in der Produktbeschreibung aller Produkte - Thema erledigt.
Kann Du da mal ein kleines Beispiel nennen?
Hi zusammen. Eine kleine Folgefrage:
Wie haben es denn diejenigen gelöst die auch unter den Produkteinstellungen den Punkt " Kaufen-Buttons in Produktlistings anzeigen" eingeschaltet haben? Wenn ich das richtig verstehe, müsste ich in den Listings den Hinweis nun dort ja ebenfalls irgendwie unterbringen oder den Button ganz deaktivieren?
LG