[Typo3-shop] Integration of other banks than DIBS
Franz Holzinger
franz at fholzinger.com
Tue Nov 22 21:45:17 CET 2005
Hello,
> Questions:
>
> I need access to the customer data (name etc) in the handleScript. How
> can I get that? I get the basket with:
> $content=$basket->getBasket($localTemplateCode,$tSubpart); Where can I
> find out what fields to get the customer name & address from?
$basket->personInfo
See the field names of the fe_users table. They are used as indices of
this array. You must also extend your shop template to display and use them.
> My bank insist on First Name and Surnamne in two separate fields.
> So I need to modify the whole tt_products plugin to have two fields
> here? Is it at all possible?
first_name and last_name are already implemented.
>
> I don't understand how the handlescript communicates if the order has
> been finalized or not? If the bank says payment is OK, you do
> tx_ttproducts_finalize_div::finalizeOrder(). That's fine. But when I run
> the DIBS script to test now (with version 2.3.8) I ALLWAYS get the
> "Thanks for your order" page below the creditcard info form, even if I'm
> only on the first "Enter You Credit Card Number" step? How is this
> intended to work??
>
You must set your activities like 'products_payment' correctly in the
shop template file.
Franz
More information about the TYPO3-project-tt-products
mailing list