[Typo3-shop] Work method
Franz Holzinger
franz at fholzinger.com
Sat Nov 5 15:01:02 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.
>
>
> What do you need from a sponsor?
>
you can get my conditions per email.
>>
>>> 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?
>
>
> Gradings:
> White Uncoated Permanent;White Uncoated All Temperature Permanent;White
> Uncoated Removable;White Mid-Gloss Perm;White High Gloss
> Permanent;Fluorescent Green Permanent;Fluorescent Orange
> Permanent;Fluorescent Red Permanent;Fluorescent Yellow Permanent
>
> I tried changing the character limit in the articles table to 60, but
> now I'm getting a fatal error in line 86 of
> /class.tx_ttproducts_single_view.php
I have put a new version with your correction here:
http://fholzinger.com/development/tt_products-2.3.4.7.zip
Tell me any errors.
Franz
More information about the TYPO3-project-tt-products
mailing list