[Typo3-shop] price calculations.
Marc
mrhage at gmail.com
Sun May 15 12:53:33 CEST 2005
hi Franz,
> you have an example shop from http://bananaguard.de with its copy on the
> wiki site.
> Users can log in and get special prices. The login is done using the
> newloginbox, feuser_admin and sr_feuser_register extensions.
> The data are saved in the fe_users table.
So correct me if i'm wrong, but you are saying that i should expand or
extend (which ever you prefer) the fe_user table to include the fields i
need for contracts?
> I think it is not useful to extend tt_products so it will have a lot of
> more field entries in feuser like tt_products_memoItems and
> tt_products_discount. It would be better to make it possible, that
> tt_products can accept any extension that derives from feuser_admin .
I looked at the source of tx_ttproducts and saw that it uses this table in
de DB and then ofcourse the thing you suggest would be best. (Sorry my
earlier reply to this message was to fast)
> Or the tt_address should be used to save the address information and more.
I have to look into this. Is this also availible by default in typo3. Is it
a feature like fe_user? So extand this table or the fe_user?
> A better solution should be found to make it more flexible for the needs
> of others.
that would be best. But what is it that you are suggesting? New ext. or DB
table or...
Thanks,
marc
More information about the TYPO3-project-tt-products
mailing list