Jump to content
xt:Commerce Community Forum

Bestallformular Und Bestall Mail ?ndern?


Medico

Recommended Posts

in der Datei send_order.php die Zeile

$payment_method=constant(strtoupper('MODULE_PAYMENT_'.$order->info['payment_method'].'_TEXT_TITLE'));

 	$smarty->assign('PAYMENT_METHOD',$payment_method);
suchen und folgende dahnter einf?gen:
$shipping_method=constant(strtoupper('MODULE_SHIPPING_'.$order->info['shipping_method'].'_TEXT_TITLE'));

 	$smarty->assign('SHIPPING_METHOD',$shipping_method);

Dann hast Du in der order_mail.html und der order_mail.txt jeweils eine Variable {$SHIPPIG_METHOD} zur Verf?gung.

(ohne Test und Gew?hr)

Einfach mal ausprobieren.

Link to comment
Share on other sites

Danke...habe ich gleich probiert...folgende Fehler Meldung

Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_VERSANDKOSTEN_TEXT_TITLE in /www/htdocs/xxx/send_order.php on line 94


Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/ursel/send_order.php:94) in /www/htdocs/xxx/inc/xtc_redirect.inc.php on line 28

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...