[Typo3-shop] tt_products payment method credit card...
Franz Holzinger
franz at fholzinger.com
Sat Nov 5 15:19:34 CET 2005
Hello Thomas,
>>
>> Could somebody tell me, where i can find a docu to this issue or can
>> give me some hints to solve this "problem".
>>
> Hello, here a little update.
>
> i have now on my delivery and billing-adress site depending on the
> billing type an additional form for credit card data.
> solved with:
> <!-- ###MESSAGE_PAYMENT### begin
> This whole subpart, message_payment is
> substituted with the subpart
> 'message_payment_[number-of-method-in-typoscript]'
> -->
>
> How can i now store this additional values in the database like
> recs[delivery][name].
> ...
> recs[delivery][cc_number]
> recs[delivery][cc_owner]
>
> and how can i easy show this values again on my thanks-page.
>
You have to add these fields to the fe_users table.
However you must not store credit card data here in a readable form!
This data could get stolen here. And it should never be shown on a
thanks page and nowhere else.
You have to adapt the class.tx_ttproducts_basket.php and
tx_ttproducts_view_div::getItemMarkerArray to read in also the new
fields cc_number and cc_owner.
Franz
More information about the TYPO3-project-tt-products
mailing list