[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/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 - ePay Moduler

ePay Moduler

Udbygger du din osC-shop med flere moduler, eller er du faldet over et godt modul, så brug dette forum.
Både spørgsmål og indlæg er velkomne her.

Redaktør: Redaktionen

ePay Moduler

Indlægaf Doom » 2008-11-2 13:50

Hej.
Håber der er nogen der kan hjælpe mig.
Jeg har problemer med mit betalingsmodul Epay.
Når jeg indsætter dette her :

// -- EPAY START --
// load the after_process function from the payment modules
if (strncmp($payment, 'epay', 4) == 0) {
$_SESSION["order_id"] = $insert_id;

if ($payment_class->IsPopup()) {
tep_redirect(tep_href_link('checkout_epay.php', '', 'SSL'));
} else {
// force relay-script
tep_redirect('https://relay.ditonlinebetalingssystem.dk/relay/v2/relay.cgi/' . tep_href_link('checkout_epay.php', '', 'SSL') . '?HTTP_COOKIE=' . getenv("HTTP_COOKIE"));
}
}
else {
tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

// send emails to other people
if (SEND_EXTRA_ORDER_EMAILS_TO != '') {
tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
}

$payment_modules->after_process();
}
// -- EPAY END -- "


i min fil der hedder checkout_process, så kan jeg ikke se ordren i admindelen eller i kundedelen, men kun i databasen.

Når jeg skriver mit ordre id, så er ordren der. Men man kan ikke se den andre steder som man skal kunne.

Jeg bruger Unique free som er bygget på en 2,2R1 version.

håber der er nogen som kan hjælpe mig.

på forhånd tak
Doom
Billede
Doom
Novice
Novice
 
Indlæg: 8
Tilmeldt: 2007-02-26 12:22

Re: ePay Moduler

Indlægaf Powertrading » 2008-11-2 15:39

Har du sat en default ordre-status??
-
Powertrading
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 436
Tilmeldt: 2005-12-29 12:55
Geografisk sted: Næstved

Re: ePay Moduler

Indlægaf Doom » 2008-11-2 15:43

hvor henne? i koden eller i modulet?
Billede
Doom
Novice
Novice
 
Indlæg: 8
Tilmeldt: 2007-02-26 12:22

Re: ePay Moduler

Indlægaf Powertrading » 2008-11-2 19:40

I modullet.
-
Powertrading
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 436
Tilmeldt: 2005-12-29 12:55
Geografisk sted: Næstved

Re: ePay Moduler

Indlægaf pertho » 2008-11-2 20:35

Jeg tror Kennith må ind over denne her.

Meg bekendt er Kenniths shopløsning baseret på MS2.2.RC1, og den kører jeg også med.

Og med epay installeret uden problemer.

Enten har du ikke fulgt epays vejledning 100%, eller også har Kenith lavet så meget om på en standars OSC, at der er problemer med betalingsmodulerne.

Det sidste har jeg svært ved at tro på, selvom der er indlæg herinde om at Fribetaling heller ikke kan bringes til at fungere.
pertho
VIP medlem
VIP medlem
 
Indlæg: 2136
Tilmeldt: 2007-08-16 22:25

Re: ePay Moduler

Indlægaf Kennith » 2008-11-3 08:25

Doom -> Jeg er på pinden igen du ved hvordan du fanger mig :)

Det kan godt være jeg skal overveje at tage betalingsmodulerne ud af pakken for at give folk større "valgfrihed" de eneste ændringer der er lavet i catalog/betalingsdelen (checkout_process.php og checkout_confirmation.php) er at jeg har installeret QuickPay meningen er at der også skal installeres ePay og Wannafind, men da dette vil gøre det endnu sværrer for andre at ligge en anden gateway på vil jeg gen over veje det.

En mulighed er også at tilbyde de "rene" filer så kan folk bare erstatte og installere hvad de lyster
Hvis du har spørgsmål til Unique Free så stil dem her viewforum.php?f=53
Brugeravatar
Kennith
VIP medlem
VIP medlem
 
Indlæg: 2511
Tilmeldt: 2007-04-30 01:15
Geografisk sted: Aalborg

Re: ePay Moduler

Indlægaf lasse48 » 2009-02-13 18:34

jeg har samme problem lige nu :( det er noget være lort at jeg ikke kan se orderen ..

http://www.openforum.dk/viewtopic.php?f=53&t=7867
lasse48
Godt igang
Godt igang
 
Indlæg: 44
Tilmeldt: 2008-12-9 20:27

Re: ePay Moduler

Indlægaf pertho » 2009-02-13 20:17

pertho
VIP medlem
VIP medlem
 
Indlæg: 2136
Tilmeldt: 2007-08-16 22:25

Re: ePay Moduler

Indlægaf lasse48 » 2009-02-13 22:31

lasse48
Godt igang
Godt igang
 
Indlæg: 44
Tilmeldt: 2008-12-9 20:27

Re: ePay Moduler

Indlægaf lasse48 » 2009-02-16 10:44

order problemet er nemt nok at fixe gå vidre til det her link:
viewtopic.php?f=53&t=7867
lasse48
Godt igang
Godt igang
 
Indlæg: 44
Tilmeldt: 2008-12-9 20:27


Tilbage til Contributions/Moduler (NY)

Hvem er online

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

cron