[TYPO3-shop] Creditcard payment - Address info not shown on 'finalize' screen

Simon J simonj at mail.dk
Fri Feb 13 03:43:49 CET 2009


Hi!

I'm still having serious troubles getting creditcard transactions to 
work properly.

Please read this and see if I've understood the things correctly: When a 
creditcard payment is processed, FE_SESSION_KEY is passed back from the 
payment gateway and it's content is used to pull order information out 
of the database. This means that I actually don't have to pass delivery 
info (like address, phone nr.) manually to the gateway as GET-parameters?

It does not seem everything is matched correcly because after the 
roundtrip to the payment gateway, any address info is lost. So, am I 
using the correct finalization-string? It looks like this:

/index.php?id=17&products_cmd=accept&products_finalize=1'.$param.'
where $param is the FE_SESSION_KEY

Does $conf['createUser'] need to be set to something, even though I 
don't want buyers to have their own user account (yet!)

Thanks :)

Simon Justesen


More information about the TYPO3-project-tt-products mailing list