hudi30
1
Habe folgendes in meiner CMS-Seite geschrieben.
Jedoch Funktionieren dieses Codes so nicht wie gewünscht.
Gibt es eine Möglichkeit die Codes funktionieren zu lassen?
Der Widerruf ist schriftlich zu richten an:
Firma: [{ $oxcmp_shop->oxshops__oxname->value }]
Vorname, Name: [{ $oxcmp_shop->oxshops__oxfname->value }] [{ $oxcmp_shop->oxshops__oxlname->value }]
Strasse: [{ $oxcmp_shop->oxshops__oxstreet->value }] [{ $oxcmp_shop->oxshops__oxstreetnr->value }]
PLZ, Ort: [{ $oxcmp_shop->oxshops__oxzip->value }] [{ $oxcmp_shop->oxshops__oxcity->value }]
E-Mail: [{ $oxcmp_shop->oxshops__oxinfoemail->value }]
Fax-Nr.: [{ $oxcmp_shop->oxshops__oxtelefax->value }]
was heißt denn “nicht wie gewünscht” auf Erwachsenen-Deutsch?
Hi,
da ich ansonsten keinen Fehler entdecke, tippe ich, dass ein Wysiwyg-Editor das > in > verwandelt.
hudi30
4
Der Kunde sieht das nur so im Mail
Der Widerruf ist schriftlich zu richten an:
Firma:
Vorname, Name:
Strasse:
PLZ, Ort:
E-Mail:
Fax-Nr.:
Die Informationen werden nicht mit versendet!
hudi30
5
Der Quellcode sieht so aus:
<p><strong>Der Widerruf ist schriftlich zu richten an: </strong></p>
<p><strong>Firma: [{ $shop->oxshops__oxname->value }] </strong></p>
<p><strong>Vorname, Name: [{ $shop->oxshops__oxfname->value }] [{ $shop->oxshops__oxlname->value }]</strong></p>
<p><strong>Strasse: [{ $shop->oxshops__oxstreet->value }] [{ $shop->oxshops__oxstreetnr->value }]</strong></p>
<p><strong>PLZ, Ort: [{ $shop->oxshops__oxzip->value }] [{ $oxcmp_shop->oxshops__oxcity->value }]</strong></p>
<p><strong>E-Mail: </strong><a data-mce-href="mailto:[email protected]" href=“mailto:[{ $oxcmp_shop->oxshops__oxinfoemail->value }]?subject=Widerruf”><strong>[{ $shop->oxshops__oxinfoemail->value }]</strong></a></p>
<p><strong>Fax-Nr.: [{ $shop->oxshops__oxtelefax->value }]</strong></p>
in der E-Mail musst du $shop benutzen statt $oxcmp_shop
hudi30
7
Der fehler wurde gefunden! ![:smiley: :smiley:](https://forum.oxid-esales.com/images/emoji/twitter/smiley.png?v=5)
Der Widerruf ist schriftlich zu richten an:
Firma: [{ $shop->oxshops__oxname->value }]
Vorname, Name: [{ $shop->oxshops__oxfname->value }] [{ $shop->oxshops__oxlname->value }]
Strasse: [{ $shop->oxshops__oxstreet->value }] [{ $shop->oxshops__oxstreetnr->value }]
PLZ, Ort: [{ $shop->oxshops__oxzip->value }] [{ $oxcmp_shop->oxshops__oxcity->value }]
E-Mail: [{ $shop->oxshops__oxinfoemail->value }]
Fax-Nr.: [{ $shop->oxshops__oxtelefax->value }]
Das $shop war der Ausschlag. Herzlichen dank für die Hilfe!
du hast ja noch ein oxcmp_shop:
PLZ, Ort: [{ $shop->oxshops__oxzip->value }] [{ $[b]oxcmp_shop[/b]->oxshops__oxcity->value }]
hudi30
9
[QUOTE=vanilla thunder;146316]du hast ja noch ein oxcmp_shop:
PLZ, Ort: [{ $shop->oxshops__oxzip->value }] [{ $[b]oxcmp_shop[/b]->oxshops__oxcity->value }]
[/QUOTE]
Danke, für den Hinweis