[Typo3-shop] price calculations.
Franz Holzinger
franz at fholzinger.com
Tue May 17 21:30:23 CEST 2005
Hello Marc,
>> 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.
>
>
> Strange thing: When you click English the shop link disappears.
The problem is that tt_products at the moment does not support multiple
languages.
> Ok in
> German then, I'll manage BUT when i type in some user name (because i
> see no link or something to register, so I'm guessing that this test
> shop will actually accept any user name) i see now difference, no other
> price or no message saying i have typed in the wrong user name -
> password combo. Nothing.
Attention please: bananaguard.de is a real shop.
The test shop is here: http://fholzinger.com/typo3/index.php?id=35
Use typo3:typo3 as username:password.
Yes, it is still missing to tell about a wrong password/username.
> Also why is the 'gesamt' field in the basket
> page empty?
How did you get that empty?
> Also, how do you see the customers of a mobile phone shop use this.
> Should they register before purchasing something and should the enter in
> info required by a contract at that moment?
Only parts of this will be necessary. You will probably not need any
frontend users. Maybe later you want to have resellers, ... .
You only need the usual shop where a general customer enters his
personal data. But the account info should not get stored without
encryption! This would be not good for data security reasons. So some
programmation needs to be done here.
> Well that is not always
> necessary: when a person just wants to buy a phone without a contract he
> does not have to give his paspoort number and that sort of stuff. That
> would probably not be allowed in Holland because of privacy acts etc.
> But this not crucial so...
ok
> but what is important is that after a customer has entered his desired
> product and wants to finalize his/her order, he than has to enter the
> information required. Is this also do-able with the fe_user thing?
This is only stored in fe_user if they should get front end users.
(createUsers = 1).
Otherwise everything is simply stored in sys_products_orders and not in
fe_user. In the field orderData the addresses are stored. So you can
extend it by a simple way if you do not need front end users.
> And
> can you specify which fields are obliged depending on the product the
> customer chose.
Yes, simply set the requiredInfoFields separated by commas.
Franz
More information about the TYPO3-project-tt-products
mailing list