Ausgangslage:
Ich will einen Zusätzlichen Tab bei Shopware anlegen. Dazu benötige ich Attribute.
Wenn ich die Attributwerte per CSV importiere ist alles schick. Wenn ich das per Workflow schreibe, versucht er die dort angegeben Felder zu füllen. was nicht geht. Kann man das irgendwie auskommentieren?
Wert zu übertragen:
<p>Hersteller: {{ page.product.translated.customFields.gpsr_manufacturer_name }}, {{ page.product.translated.customFields.gpsr_manufacturer_housenumber }} {{ page.product.translated.customFields.gpsr_manufacturer_street }}, {{ page.product.translated.customFields.gpsr_manufacturer_postalcode }} {{ page.product.translated.customFields.gpsr_manufacturer_city }}, {{ page.product.translated.customFields.gpsr_manufacturer_state }}, {{ page.product.translated.customFields.gpsr_manufacturer_country }}, {{ page.product.translated.customFields.gpsr_manufacturer_email }}, {{ page.product.translated.customFields.gpsr_manufacturer_homepage }}</p>
<p>EU-Representant: {{ page.product.translated.customFields.gpsr_responsibleperson_name }}, {{ page.product.translated.customFields.gpsr_responsibleperson_street }} {{ page.product.translated.customFields.gpsr_responsibleperson_housenumber }}, {{ page.product.translated.customFields.gpsr_responsibleperson_postalcode }} {{ page.product.translated.customFields.gpsr_responsibleperson_city }}, {{ page.product.translated.customFields.gpsr_responsibleperson_state }}, {{ page.product.translated.customFields.gpsr_responsibleperson_country }}, {{ page.product.translated.customFields.gpsr_responsibleperson_email }}, {{ page.product.translated.customFields.gpsr_responsibleperson_homepage }}</p>
Der Workflow schreibt:
<p>Hersteller: , , , , , , </p>
<p>EU-Representant: , , , , , , </p>
Ich will einen Zusätzlichen Tab bei Shopware anlegen. Dazu benötige ich Attribute.
Wenn ich die Attributwerte per CSV importiere ist alles schick. Wenn ich das per Workflow schreibe, versucht er die dort angegeben Felder zu füllen. was nicht geht. Kann man das irgendwie auskommentieren?
Wert zu übertragen:
<p>Hersteller: {{ page.product.translated.customFields.gpsr_manufacturer_name }}, {{ page.product.translated.customFields.gpsr_manufacturer_housenumber }} {{ page.product.translated.customFields.gpsr_manufacturer_street }}, {{ page.product.translated.customFields.gpsr_manufacturer_postalcode }} {{ page.product.translated.customFields.gpsr_manufacturer_city }}, {{ page.product.translated.customFields.gpsr_manufacturer_state }}, {{ page.product.translated.customFields.gpsr_manufacturer_country }}, {{ page.product.translated.customFields.gpsr_manufacturer_email }}, {{ page.product.translated.customFields.gpsr_manufacturer_homepage }}</p>
<p>EU-Representant: {{ page.product.translated.customFields.gpsr_responsibleperson_name }}, {{ page.product.translated.customFields.gpsr_responsibleperson_street }} {{ page.product.translated.customFields.gpsr_responsibleperson_housenumber }}, {{ page.product.translated.customFields.gpsr_responsibleperson_postalcode }} {{ page.product.translated.customFields.gpsr_responsibleperson_city }}, {{ page.product.translated.customFields.gpsr_responsibleperson_state }}, {{ page.product.translated.customFields.gpsr_responsibleperson_country }}, {{ page.product.translated.customFields.gpsr_responsibleperson_email }}, {{ page.product.translated.customFields.gpsr_responsibleperson_homepage }}</p>
Der Workflow schreibt:
<p>Hersteller: , , , , , , </p>
<p>EU-Representant: , , , , , , </p>