[TYPO3-shop] Using tt_products as a gift registry

Christian Lerrahn typo3 at penpal4u.net
Wed Feb 27 23:18:08 CET 2008


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

Thanks for the quick reply. I'll try that. :)

Cheers,
Christian


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