Contributions
Order confirmation email text - Bestellbestätigung EMail Text
EmailOrderText
das folgende Contribution erlaubt es Ihnen über Ihre Administration HTML- oder Text Emails für Ihre Bestell-Bestätigungs Mail zu editieren und Platzhalter an der Stelle zu platzieren wo Sie die entsprechende Informationen in der Email haben möchten. Dieses Tool wurde für die Version 2.2 geschrieben.
------------
EmailOrderText
The text of this file was translated by a translation program. This program makes it possible to edit the Order confirmation Emails.
You can use substitute symbols for dynamic contents. You can generate Emails in HTML or text format. You can adjust that everything in the administration of your shop. This Contribution was written for the version 2.2.
Expand All / Collapse All
Theres is a problem on file email_order_text.php.
This problem is that that the languages tab is not shown, and so is not shown the textarea to modify the text.
Only is shown when is clicked the submit button, and doing that erases the first language text.
the solution to this problem is:
find at line 174: for ($i=0, $n=sizeof($languages); $i<$n; $i++) {
and add before that line:
$languages = tep_get_languages();
made contribution multi languages
added screenshot
tabbed languguages text
This is the .sql-file only - you can use it with copy and paste in yur phpMyAdmin to update the table.
Other version was all german, now its correct in English, Deutsch and Espanol.
This very useful contribution allows store owners to customise the order confirmation email that is sent when a purchase is made. HTML can be used and variables selected for inclusion. The contribution can be used to provide customers with additional information about their rights and the store's returns policy etc., in the confirmation email.
Unfortunately the admin section of the original contribution did not work for me and so code changes were necessary to correct this. Originally in German, there were also various places in the contribution where translation had either not been done or needed improvement, and I found other small modifications also needed to be made which, I hope, have improved the overall functionality of the program and will make it useful for others. For a list of changes see the update.txt file.
Full package with FCK Editor Integration instead of HTML Area (FCK-Editor has to be downloaded extra)
----------------------------------
unverändert zu vorherigen Version, aber mit FCK-Editor, statt HTML Area Integration. (FCK-Editor muss jedoch noch extra installiert werden)
Little Bugfix in german install.txt
Kleinen Fehler in der deutschen Installationsanleitung beseitigt (Dort stand "Hier geht es Montag weiter", was zu einer Fehlermeldung führt)
Kleiner Fix in email_order.sql
EmailOrderText
jetzt auch mit Platzhalter für "Admin Edit Inxoice" von Infobroker
das folgende Contribution erlaubt es Ihnen über Ihre Administration HTML- oder Text Emails für Ihre Bestell-Bestätigungs Mail zu editieren und Platzhalter an der Stelle zu platzieren wo Sie die entsprechende Informationen in der Email haben möchten. Dieses Tool wurde für die Version 2.2 geschrieben.
------------
EmailOrderText
now with substitute symbols for "Admin Edit Invoice" of Infobroker
The text of this file was translated by a translation program. This program makes it possible to edit the Order confirmation Emails.
You can use substitute symbols for dynamic contents. You can generate Emails in HTML or text format. You can adjust that everything in the administration of your shop. This Contribution was written for the version 2.2.
EmailOrderText
das folgende Contribution erlaubt es Ihnen über Ihre Administration HTML- oder Text Emails für Ihre Bestell-Bestätigungs Mail zu editieren und Platzhalter an der Stelle zu platzieren wo Sie die entsprechende Informationen in der Email haben möchten. Dieses Tool wurde für die Version 2.2 geschrieben.
------------
EmailOrderText
The text of this file was translated by a translation program. This program makes it possible to edit the Order confirmation Emails.
You can use substitute symbols for dynamic contents. You can generate Emails in HTML or text format. You can adjust that everything in the administration of your shop. This Contribution was written for the version 2.2.
Note: Contributions are used at own risk.