[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4752: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4754: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4755: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4756: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
 OpenForum.dk • Vis emne - Ordrebekræftelse

Ordrebekræftelse

Generelle spørgsmål og debat.

Redaktør: Redaktionen

Ordrebekræftelse

Indlægaf raptus » 2007-08-10 12:10

Brugeravatar
raptus
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 280
Tilmeldt: 2006-04-17 07:06
Geografisk sted: Frederiksborg Amt

Indlægaf ladylone » 2007-08-10 12:31

Hej Anders

Følgende kan tilføjes i
catalog/checkout_process.php
ca. efter linje 248 i standard osc.
...
...

$email_order .= "\n" . EMAIL_TEXT_BILLING_ADDRESS . "\n" .
EMAIL_SEPARATOR . "\n" .
tep_address_label($customer_id, $billto, 0, '', "\n") . "\n";

//// telefonnummer og email adresse tilføjet /////////////////////
$customers_info_query = tep_db_query("select c.customers_telephone, c.customers_email_address from " . TABLE_CUSTOMERS . " c where customers_id = '" . $customer_id . "'");
$customers_info = tep_db_fetch_array($customers_info_query);
$customers_telephone = $customers_info['customers_telephone'];
$customers_email_address = $customers_info['customers_email_address'];
$email_order .= "\n" . EMAIL_TEXT_TELEPHONE . $customers_telephone . "\n";
$email_order .= "\n" . EMAIL_TEXT_EMAIL_ADDRESS . $customers_email_address . "\n\n\n";
/////////////////////////////////////////////////


if (is_object($$payment)) {
$email_order .= EMAIL_TEXT_PAYMENT_METHOD . "\n" .

...
...

og følgende tilføjes i sprogfilen (og tilsvarende andre sprog hvis der er andet end dansk)
catalog/includes/languages/danish/checkout_process.php
...
...

define('EMAIL_TEXT_TELEPHONE', 'Tlf.nr.: ');
define('EMAIL_TEXT_EMAIL_ADDRESS', 'Email-adresse: ');


...
...
MVH
Claus
ladylone
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 851
Tilmeldt: 2006-02-25 17:24
Geografisk sted: Hillerød

Indlægaf raptus » 2007-08-10 12:37

hej Ladylone

Tak for dit usandsynlige hurtige svar.

Jeg prøver det lidt senere (måske først i morgen tidlig) , så får vi at se om jeg kan få det til at virke. Dine oplysninger/hjælp plejer altid at være den korrekte.

mv
Anders
Brugeravatar
raptus
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 280
Tilmeldt: 2006-04-17 07:06
Geografisk sted: Frederiksborg Amt

Indlægaf raptus » 2007-08-10 13:41

Hej Klaus

Jeg kunne ikke vente :oops: , så nu er min dag reddet!!

Din anvisning virkede og tilretningen forløb uden nogen form for problemer.

Til jer andre der også mangler e-mailadressen og telefonnummer i jeres ordrebekræftelser, så følg Ladylone anvisning, det/den er bare så nem at installere.

Tak.

Mvh
Anders
Brugeravatar
raptus
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 280
Tilmeldt: 2006-04-17 07:06
Geografisk sted: Frederiksborg Amt

Indlægaf anetteogjesper » 2007-08-27 02:49

anetteogjesper
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 450
Tilmeldt: 2006-01-20 19:10

Indlægaf jlock6000 » 2008-04-3 13:18

jlock6000
Godt igang
Godt igang
 
Indlæg: 63
Tilmeldt: 2005-09-19 18:51
Geografisk sted: Kolding

Indlægaf agentjensen » 2008-04-3 13:46

KUN en tåbe frygter ikke PHP :-)
agentjensen
Ekspert medlem
Ekspert medlem
 
Indlæg: 1418
Tilmeldt: 2007-01-4 17:47
Geografisk sted: Halskov v/Skive


Tilbage til Generel debat

Hvem er online

Brugere der læser dette forum: Ingen tilmeldte og 2 gæster

cron