Manfred H.
Aktives Mitglied
Hallo,
wir haben einen Shopware Shop in dem man attribute festlegen kann.
Wir wollen das per Workflow eine Versandbestätigung verschickt wir.
Leider funktioniert der nicht mit diesen Skript:
{% assign attributname = 'scha1Orderfield1' %}\
{% assign attributwert = 'ja' %}\
{% capture query -%}
SELECT 1 FROM tBestellungAttribute
JOIN tBestellung ON tBestellung.kBestellung = tBestellungAttribute.kBestellung
WHERE tBestellung.cBestellNr = '{{ Vorgang.Auftrag.Auftragsnummer }}'
AND tBestellungAttribute.cName = '{{attributname}}'
AND tBestellungAttribute.cValue = '{{attributwert}}'
{% endcapture -%}
{% assign result = query | DirectQueryScalar %}\
{{result}}
kann mir jemand helfen?
kann auch was kosten
Grüße
Manfred
wir haben einen Shopware Shop in dem man attribute festlegen kann.
Wir wollen das per Workflow eine Versandbestätigung verschickt wir.
Leider funktioniert der nicht mit diesen Skript:
{% assign attributname = 'scha1Orderfield1' %}\
{% assign attributwert = 'ja' %}\
{% capture query -%}
SELECT 1 FROM tBestellungAttribute
JOIN tBestellung ON tBestellung.kBestellung = tBestellungAttribute.kBestellung
WHERE tBestellung.cBestellNr = '{{ Vorgang.Auftrag.Auftragsnummer }}'
AND tBestellungAttribute.cName = '{{attributname}}'
AND tBestellungAttribute.cValue = '{{attributwert}}'
{% endcapture -%}
{% assign result = query | DirectQueryScalar %}\
{{result}}
kann mir jemand helfen?
kann auch was kosten
Grüße
Manfred