[Typo3-shop] tt_products payment method credit card...

Thomas Janke janke at imco.de
Thu Nov 10 22:55:58 CET 2005


Hello Franz,
> 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.

i have extended the table sys_products_orders with cc data field.
this table is imho default not accessible vi "DB Check"-Tool for export 
or so.
i'am clearing these fields with the basket from the user session, so 
that these data are not permanent available in the user session.

thanks for your tipps.

greetings thomas




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