[TYPO3-shop] Using tt_products as a gift registry

Franz Holzinger franz at fholzinger.com
Wed Feb 27 14:16:16 CET 2008


Hello Christian,

> I'm thinking about (ab-)using tt_products as an on-line gift registry.
> Basically what I want is a list of available items that people can take
> of the registry. So, effectively I need a shop where shopping is free.
> Is it possible to configure tt_products in a way that I don't have to
> hack it to make the payment step not look like a payment step? I've not
> used tt_products much, so a hint from more experienced users (or even
> developers) would be very helpful.

this is no problem.
You can write your own extension which uses the basket hook
changeBasket. This will be called each time a product is put into the
basket. You can now write to the tt_products table and reduce the amount
by one aso. .

- Franz



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