[Typo3-shop] Some questions about tt_products
Franz Holzinger
franz at fholzinger.com
Tue Jun 21 18:15:57 CEST 2005
Hello Menno,
> 1. Dealers have to log in to enter the dealersection of the site. Is it
> possible to remember the user and use his account info for the shop so he
> doesn't have to log in again?
If you mean they log in into the front end as fe_users then this is
possible already. You have to combine it with the front end user login
extension (see bananaguard example in the manual).
> 2. When I add a FE user there is a discount field in the form. Is it
> possible to use that field with tt_products to calculate the discount?
> Our dealers have there own discount percentage which I could enter when
> I add the user account.
There are several possibilities to make a discount for dealers. But the
discount field makes it easier. The second possibility is to use the
price2 field for dealers. And maybe there is an other possibility which
I did not explore yet.
> 3. I have read the question from Rainer Suthoelder about product variations.
> Do I add different prices for the variations the same way?
> for t-shirts with different color and size enter "red;green;blue" in
> variant1 and "S;X;XL;XXL" in variant2. Then for pricing "1;2;3;4"?
> Or do I have to make a new product for every variation/price?
It is only possible to enter one price for one product. You can apply
different attributes but only one price and maybe a discount price.
This is because of the database records, where you only have a price
varchar(20) which can hold only one price. But you can misuse the
accessory field to hold an addition to the price e.g. for a frame of a
picture. So you can combine this to have 2 prices for one product.
Franz
More information about the TYPO3-project-tt-products
mailing list