[Typo3-shop] price calculations.
Franz Holzinger
franz at fholzinger.com
Sat May 14 12:01:47 CEST 2005
Hello Marc,
> But I did not use or test this fe_user thing because I saw no reason to
> test this functionality. Can I see an example of a shop using the
> fe_user or can you be more specific how this is going to 'look and feel'
> on the website? I understand it is for login in to for example a
> specific part of the website...
>
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.
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 .
Or the tt_address should be used to save the address information and more.
A better solution should be found to make it more flexible for the needs
of others.
With zk_products everyone you orders articles from the shop will get a
frontend user automatically. All his entered data is stored there.
Franz
More information about the TYPO3-project-tt-products
mailing list