[Typo3-shop] Work method

Franz Holzinger franz at fholzinger.com
Tue Nov 1 22:59:34 CET 2005


Hello Bill,
>> Some programmation work has to be done here. The where-clause for 
>> pricecalc is a planned but not yet programmed feature.
>>
> Oh...I thought is was implemented and I just needed to declare my 
> condition there.
A sponsor or coder for this is still needed.

> I can create articles for each item but the product 
> gradings names are truncated in the articles' gradings field. For 
> instance "White Uncoated Permanent" is truncated to "White Uncoated 
> Perma". We wanted descriptive article selections for usability purposes.

I suppose the
gradings varchar(255) DEFAULT '' NOT NULL,
will be a bit too small for you then.

At this limit an attribute table would be needed.

> I was hoping that some simple typoscript would get me around that 
> issue...You can see I'm quite a dilettante when it comes to these 
> matters. How can I prevent the truncating in the article's variant fields?
> 
The database field gradings can only store 255 characters.
Which value did you put in here for the tt_products table?



Franz



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